Pull request #3628 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cbf51bc6f4588ad06fa084aa7d8f6899d32642e6+8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 (9e7d2e446097390af5a84efc72943ac2a5aa675a) Running in Durability level: MAX_SURVIVABILITY 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-ssh8995871999287194664.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh3577709117968077647.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-3628/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-3628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh248901383401065631.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-3628/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8877969398439811632.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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-ssh2791322841985222261.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-3628/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-3628/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1585946096730638621.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 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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-3111 in /w/workspace/edgexfoundry_edgex-go_PR-3628 [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-ssh6104076540055898877.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-ssh3094437159810808826.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3628/head:refs/remotes/origin/PR-3628 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 Merge succeeded, producing cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 Checking out Revision cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 (PR-3628) > git config core.sparsecheckout # timeout=10 > git checkout -f cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 # 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-ssh7121459413069148703.key > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-16T19:07:36.815Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-16T19:07:37.017Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-16T19:07:37.145Z] ========================================================= [2021-07-16T19:07:37.145Z] EdgeX Global Pipelines Version Info [2021-07-16T19:07:37.145Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:07:38.413Z] ------------------- [2021-07-16T19:07:38.413Z] stable info: [2021-07-16T19:07:38.413Z] ------------------- [2021-07-16T19:07:38.413Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-16T19:07:38.413Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-16T19:07:38.413Z] Message: update stable to v1.0.197 [2021-07-16T19:07:38.997Z] ------------------- [2021-07-16T19:07:38.997Z] experimental info: [2021-07-16T19:07:38.997Z] ------------------- [2021-07-16T19:07:38.997Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-16T19:07:38.997Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-16T19:07:38.997Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-16T19:07:39.253Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-07-16T19:07:39.316Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-07-16T19:07:39.372Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-16T19:07:39.432Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-16T19:07:39.483Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-16T19:07:39.531Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-16T19:07:39.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-16T19:07:39.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-07-16T19:07:39.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-07-16T19:07:39.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-07-16T19:07:39.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-16T19:07:39.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-16T19:07:39.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-16T19:07:39.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-16T19:07:40.028Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-16T19:07:40.082Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-16T19:07:40.137Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-16T19:07:40.194Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-16T19:07:40.240Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-16T19:07:40.293Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-16T19:07:40.345Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-16T19:07:40.398Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-16T19:07:40.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3628 [Pipeline] echo [2021-07-16T19:07:40.499Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3628 [Pipeline] echo [2021-07-16T19:07:40.563Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3628 [Pipeline] echo [2021-07-16T19:07:40.621Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [Pipeline] echo [2021-07-16T19:07:40.684Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbf51bc [Pipeline] echo [2021-07-16T19:07:40.740Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-16T19:07:40.896Z] provisioning config files... [2021-07-16T19:07:40.919Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config145156539917415569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:07:41.322Z] ---> docker-login.sh [2021-07-16T19:07:41.322Z] nexus3.edgexfoundry.org:10001 [2021-07-16T19:07:41.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:07:41.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:07:41.611Z] Configure a credential helper to remove this warning. See [2021-07-16T19:07:41.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:07:41.611Z] [2021-07-16T19:07:41.611Z] Login Succeeded [2021-07-16T19:07:41.611Z] nexus3.edgexfoundry.org:10002 [2021-07-16T19:07:41.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:07:41.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:07:41.883Z] Configure a credential helper to remove this warning. See [2021-07-16T19:07:41.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:07:41.883Z] [2021-07-16T19:07:41.883Z] Login Succeeded [2021-07-16T19:07:41.883Z] nexus3.edgexfoundry.org:10003 [2021-07-16T19:07:41.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:07:41.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:07:41.883Z] Configure a credential helper to remove this warning. See [2021-07-16T19:07:41.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:07:41.883Z] [2021-07-16T19:07:41.883Z] Login Succeeded [2021-07-16T19:07:41.883Z] nexus3.edgexfoundry.org:10004 [2021-07-16T19:07:42.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:07:42.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:07:42.151Z] Configure a credential helper to remove this warning. See [2021-07-16T19:07:42.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:07:42.151Z] [2021-07-16T19:07:42.151Z] Login Succeeded [2021-07-16T19:07:42.151Z] docker.io [2021-07-16T19:07:42.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:07:42.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:07:42.419Z] Configure a credential helper to remove this warning. See [2021-07-16T19:07:42.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:07:42.419Z] [2021-07-16T19:07:42.419Z] Login Succeeded [2021-07-16T19:07:42.419Z] ---> docker-login.sh ends [Pipeline] } [2021-07-16T19:07:42.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-16T19:07:42.901Z] ++ 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 [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/core-command/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo core-command,cmd/core-command/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/core-data/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo core-data,cmd/core-data/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/core-metadata/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/support-notifications/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.901Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-07-16T19:07:42.901Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.901Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-07-16T19:07:42.901Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-16T19:07:42.902Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-07-16T19:07:42.902Z] ++ cut -d/ -f2 [2021-07-16T19:07:42.902Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-07-16T19:07:42.983Z] 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] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:07:44.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-16T19:07:44.059Z] [2021-07-16T19:07:44.059Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:07:44.512Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-16T19:07:44.512Z] latest: Pulling from edgex-devops/git-semver [2021-07-16T19:07:44.512Z] 31603596830f: Pulling fs layer [2021-07-16T19:07:44.512Z] b6dc333f4379: Pulling fs layer [2021-07-16T19:07:44.512Z] 3d9ef1400e77: Pulling fs layer [2021-07-16T19:07:44.512Z] fd332fbdc1db: Pulling fs layer [2021-07-16T19:07:44.512Z] fd332fbdc1db: Waiting [2021-07-16T19:07:44.791Z] b6dc333f4379: Verifying Checksum [2021-07-16T19:07:44.791Z] b6dc333f4379: Download complete [2021-07-16T19:07:44.791Z] 31603596830f: Verifying Checksum [2021-07-16T19:07:44.791Z] 31603596830f: Download complete [2021-07-16T19:07:45.062Z] 31603596830f: Pull complete [2021-07-16T19:07:45.062Z] b6dc333f4379: Pull complete [2021-07-16T19:07:45.062Z] fd332fbdc1db: Verifying Checksum [2021-07-16T19:07:45.062Z] fd332fbdc1db: Download complete [2021-07-16T19:07:45.328Z] 3d9ef1400e77: Verifying Checksum [2021-07-16T19:07:45.329Z] 3d9ef1400e77: Download complete [2021-07-16T19:07:45.912Z] 3d9ef1400e77: Pull complete [2021-07-16T19:07:45.912Z] fd332fbdc1db: Pull complete [2021-07-16T19:07:45.912Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-16T19:07:45.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-16T19:07:45.912Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-16T19:07:46.088Z] prd-centos7-docker-4c-2g-3111 does not seem to be running inside a container [2021-07-16T19:07:46.222Z] $ 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 [2021-07-16T19:07:47.141Z] $ docker top 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-16T19:07:47.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-16T19:07:47.374Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-16T19:07:47.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-16T19:07:47.506Z] $ docker exec 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de ssh-agent [2021-07-16T19:07:47.640Z] SSH_AUTH_SOCK=/tmp/ssh-CkiLQdjJFdmg/agent.14 [2021-07-16T19:07:47.640Z] SSH_AGENT_PID=21 [2021-07-16T19:07:47.653Z] Running ssh-add (command line suppressed) [2021-07-16T19:07:47.768Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7115388864094353960.key (/w/workspace/edgex-go/1@tmp/private_key_7115388864094353960.key) [2021-07-16T19:07:47.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-16T19:07:48.189Z] + git tag --points-at HEAD [Pipeline] } [2021-07-16T19:07:48.221Z] $ docker exec --env ******** --env ******** 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de ssh-agent -k [2021-07-16T19:07:48.325Z] unset SSH_AUTH_SOCK; [2021-07-16T19:07:48.325Z] unset SSH_AGENT_PID; [2021-07-16T19:07:48.325Z] echo Agent pid 21 killed; [2021-07-16T19:07:48.350Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-16T19:07:48.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-16T19:07:48.516Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-16T19:07:48.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-16T19:07:48.756Z] $ docker exec 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de ssh-agent [2021-07-16T19:07:48.876Z] SSH_AUTH_SOCK=/tmp/ssh-VHZBKQspYNgv/agent.55 [2021-07-16T19:07:48.876Z] SSH_AGENT_PID=61 [2021-07-16T19:07:48.888Z] Running ssh-add (command line suppressed) [2021-07-16T19:07:48.997Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3638699344982979088.key (/w/workspace/edgex-go/1@tmp/private_key_3638699344982979088.key) [2021-07-16T19:07:49.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-16T19:07:49.453Z] + git semver init [2021-07-16T19:07:49.454Z] # -> Open(): unable to determine branch for HEAD [2021-07-16T19:07:49.454Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-07-16T19:07:49.454Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-07-16T19:07:49.454Z] # $SEMVER_REMOTE_NAME = origin [2021-07-16T19:07:49.454Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-16T19:07:49.454Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-16T19:07:49.454Z] # $SEMVER_BRANCH = PR-3628 [2021-07-16T19:07:49.454Z] # $SEMVER_TEMP = /tmp/semver-657381066 [2021-07-16T19:07:49.454Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-07-16T19:08:07.782Z] # '/tmp/semver-657381066' -> '/w/workspace/edgex-go/1/.semver' [2021-07-16T19:08:07.782Z] # -> Force: false [2021-07-16T19:08:07.782Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-07-16T19:08:07.809Z] $ docker exec --env ******** --env ******** 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de ssh-agent -k [2021-07-16T19:08:07.923Z] unset SSH_AUTH_SOCK; [2021-07-16T19:08:07.923Z] unset SSH_AGENT_PID; [2021-07-16T19:08:07.923Z] echo Agent pid 61 killed; [2021-07-16T19:08:07.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-16T19:08:08.443Z] + git semver [Pipeline] } [2021-07-16T19:08:08.479Z] $ docker stop --time=1 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de [2021-07-16T19:08:10.334Z] $ docker rm -f 7beaebd866e2f302f16a63a7e26f2c12cb899fd219c515765848b8403af931de [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-16T19:08:10.791Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-16T19:08:11.227Z] Stashed 1 file(s) [Pipeline] echo [2021-07-16T19:08:11.299Z] [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 [2021-07-16T19:08:12.109Z] ========================================================= [2021-07-16T19:08:12.110Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-16T19:08:12.110Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:08:12.476Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-16T19:08:13.893Z] Sending build context to Docker daemon 328.4MB [2021-07-16T19:08:13.894Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-16T19:08:13.894Z] Step 2/6 : FROM ${BASE} [2021-07-16T19:08:13.894Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-16T19:08:13.894Z] 540db60ca938: Pulling fs layer [2021-07-16T19:08:13.894Z] adcc1eea9eea: Pulling fs layer [2021-07-16T19:08:13.894Z] 4c4ab2625f07: Pulling fs layer [2021-07-16T19:08:13.894Z] 0773c198feca: Pulling fs layer [2021-07-16T19:08:13.894Z] 345f892a5656: Pulling fs layer [2021-07-16T19:08:13.894Z] 4796506630df: Pulling fs layer [2021-07-16T19:08:13.894Z] cc55df3e53f1: Pulling fs layer [2021-07-16T19:08:13.894Z] 4d027b6c602c: Pulling fs layer [2021-07-16T19:08:13.894Z] 449e75d2c14e: Pulling fs layer [2021-07-16T19:08:13.894Z] 0773c198feca: Waiting [2021-07-16T19:08:13.894Z] 345f892a5656: Waiting [2021-07-16T19:08:13.894Z] 4796506630df: Waiting [2021-07-16T19:08:13.894Z] cc55df3e53f1: Waiting [2021-07-16T19:08:13.894Z] 4d027b6c602c: Waiting [2021-07-16T19:08:13.894Z] 449e75d2c14e: Waiting [2021-07-16T19:08:13.894Z] 4c4ab2625f07: Verifying Checksum [2021-07-16T19:08:13.894Z] 4c4ab2625f07: Download complete [2021-07-16T19:08:14.165Z] adcc1eea9eea: Verifying Checksum [2021-07-16T19:08:14.165Z] adcc1eea9eea: Download complete [2021-07-16T19:08:14.165Z] 345f892a5656: Verifying Checksum [2021-07-16T19:08:14.165Z] 345f892a5656: Download complete [2021-07-16T19:08:14.165Z] 4796506630df: Verifying Checksum [2021-07-16T19:08:14.165Z] 4796506630df: Download complete [2021-07-16T19:08:14.165Z] 540db60ca938: Verifying Checksum [2021-07-16T19:08:14.165Z] 540db60ca938: Download complete [2021-07-16T19:08:14.165Z] cc55df3e53f1: Verifying Checksum [2021-07-16T19:08:14.165Z] cc55df3e53f1: Download complete [2021-07-16T19:08:14.433Z] 540db60ca938: Pull complete [2021-07-16T19:08:14.433Z] adcc1eea9eea: Pull complete [2021-07-16T19:08:14.433Z] 4c4ab2625f07: Pull complete [2021-07-16T19:08:14.700Z] 4d027b6c602c: Verifying Checksum [2021-07-16T19:08:14.700Z] 4d027b6c602c: Download complete [2021-07-16T19:08:18.252Z] 449e75d2c14e: Verifying Checksum [2021-07-16T19:08:18.252Z] 449e75d2c14e: Download complete [2021-07-16T19:08:20.193Z] 0773c198feca: Verifying Checksum [2021-07-16T19:08:20.193Z] 0773c198feca: Download complete [2021-07-16T19:08:23.554Z] 0773c198feca: Pull complete [2021-07-16T19:08:23.554Z] 345f892a5656: Pull complete [2021-07-16T19:08:23.554Z] 4796506630df: Pull complete [2021-07-16T19:08:23.554Z] cc55df3e53f1: Pull complete [2021-07-16T19:08:23.554Z] 4d027b6c602c: Pull complete [2021-07-16T19:08:25.004Z] 449e75d2c14e: Pull complete [2021-07-16T19:08:25.004Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-16T19:08:25.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-16T19:08:25.005Z] ---> 0d28375d9b5b [2021-07-16T19:08:25.005Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-07-16T19:08:26.871Z] Still waiting to schedule task [2021-07-16T19:08:26.872Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3106’ is offline [2021-07-16T19:08:26.956Z] ---> Running in 1ad885f98938 [2021-07-16T19:08:26.956Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:08:27.916Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:08:28.182Z] (1/12) Installing libmagic (5.39-r0) [2021-07-16T19:08:28.518Z] (2/12) Installing file (5.39-r0) [2021-07-16T19:08:28.518Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-16T19:08:28.782Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-16T19:08:34.301Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-16T19:08:34.301Z] (6/12) Installing patch (2.7.6-r7) [2021-07-16T19:08:34.301Z] (7/12) Installing build-base (0.5-r2) [2021-07-16T19:08:34.301Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-16T19:08:34.301Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-16T19:08:34.301Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-16T19:08:34.567Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-16T19:08:34.567Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-16T19:08:34.567Z] Executing busybox-1.32.1-r6.trigger [2021-07-16T19:08:34.567Z] OK: 219 MiB in 52 packages [2021-07-16T19:08:35.986Z] Removing intermediate container 1ad885f98938 [2021-07-16T19:08:35.986Z] ---> 819367f1f457 [2021-07-16T19:08:35.986Z] Step 4/6 : WORKDIR /edgex-go [2021-07-16T19:08:35.986Z] ---> Running in 724efe22245f [2021-07-16T19:08:35.986Z] Removing intermediate container 724efe22245f [2021-07-16T19:08:35.986Z] ---> f2f8f9124486 [2021-07-16T19:08:35.986Z] Step 5/6 : COPY go.mod . [2021-07-16T19:08:36.257Z] ---> 2a7a03a6a787 [2021-07-16T19:08:36.257Z] Step 6/6 : RUN go mod download [2021-07-16T19:08:36.257Z] ---> Running in 31f4bb1839ee [2021-07-16T19:09:15.145Z] Removing intermediate container 31f4bb1839ee [2021-07-16T19:09:15.145Z] ---> 81b8ca210001 [2021-07-16T19:09:15.145Z] Successfully built 81b8ca210001 [2021-07-16T19:09:15.145Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:09:15.520Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-16T19:09:15.520Z] . [Pipeline] withDockerContainer [2021-07-16T19:09:15.635Z] prd-centos7-docker-4c-2g-3111 does not seem to be running inside a container [2021-07-16T19:09:15.701Z] $ 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 [2021-07-16T19:09:16.123Z] $ docker top b47995a294c825ecfc240af58be7deb3fbcb8801cd4450de85571e381c6a81e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T19:09:16.595Z] + go version [2021-07-16T19:09:16.595Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-16T19:09:16.630Z] $ docker stop --time=1 b47995a294c825ecfc240af58be7deb3fbcb8801cd4450de85571e381c6a81e6 [2021-07-16T19:09:17.819Z] $ docker rm -f b47995a294c825ecfc240af58be7deb3fbcb8801cd4450de85571e381c6a81e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:09:18.617Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-16T19:09:18.618Z] . [Pipeline] withDockerContainer [2021-07-16T19:09:18.745Z] prd-centos7-docker-4c-2g-3111 does not seem to be running inside a container [2021-07-16T19:09:18.818Z] $ 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 [2021-07-16T19:09:19.173Z] $ docker top e845dfad3978b8dfd4ea4a2a0bafa5c0eb3817667749e236dfc718f1a87a3d84 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-16T19:09:19.321Z] ========================================================= [2021-07-16T19:09:19.321Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-16T19:09:19.321Z] ========================================================= [Pipeline] sh [2021-07-16T19:09:19.645Z] + go mod tidy [Pipeline] sh [2021-07-16T19:09:20.252Z] + make test [2021-07-16T19:09:20.252Z] 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 [2021-07-16T19:09:20.524Z] go mod tidy [2021-07-16T19:09:20.797Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-16T19:09:26.169Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-16T19:09:44.433Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-16T19:09:46.383Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-16T19:09:47.800Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-16T19:09:47.800Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-16T19:09:50.451Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-16T19:09:50.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-16T19:09:50.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-16T19:09:50.726Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-16T19:09:51.536Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-16T19:09:51.802Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-16T19:09:52.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-16T19:09:52.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-16T19:09:52.072Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-16T19:09:52.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-16T19:09:54.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2021-07-16T19:09:54.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-16T19:09:54.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-16T19:09:56.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 100.0% of statements [2021-07-16T19:09:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-16T19:09:56.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.056s coverage: 46.3% of statements [2021-07-16T19:09:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-16T19:09:56.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-16T19:09:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.181s coverage: 89.9% of statements [2021-07-16T19:09:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-16T19:09:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:09:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.058s coverage: 78.9% of statements [2021-07-16T19:09:58.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.051s coverage: 81.2% of statements [2021-07-16T19:09:58.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-16T19:09:58.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-16T19:09:58.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-16T19:09:58.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-16T19:09:58.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-16T19:09:59.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.286s coverage: 95.1% of statements [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-16T19:09:59.154Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-16T19:09:59.424Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 60.0% of statements [2021-07-16T19:09:59.424Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-16T19:09:59.424Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-16T19:09:59.424Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-16T19:10:00.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.8% of statements [2021-07-16T19:10:00.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-16T19:10:00.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-07-16T19:10:00.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 22.0% of statements [2021-07-16T19:10:00.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-16T19:10:00.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2021-07-16T19:10:02.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements [2021-07-16T19:10:02.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-07-16T19:10:02.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-07-16T19:10:02.275Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2021-07-16T19:10:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2021-07-16T19:10:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-07-16T19:10:19.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.212s coverage: 81.8% of statements [2021-07-16T19:10:19.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-16T19:10:20.663Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3112 in /w/workspace/edgexfoundry_edgex-go_PR-3628 [Pipeline] { [Pipeline] ws [2021-07-16T19:10:20.724Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-07-16T19:10:20.981Z] The recommended git tool is: git [2021-07-16T19:10:26.623Z] using credential edgex-jenkins-ssh [2021-07-16T19:10:26.644Z] Cloning the remote Git repository [2021-07-16T19:10:26.712Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-16T19:10:26.833Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-07-16T19:10:27.047Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-16T19:10:27.048Z] > git --version # timeout=10 [2021-07-16T19:10:27.077Z] > git --version # 'git version 2.17.1' [2021-07-16T19:10:27.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T19:10:27.201Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.2% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.126s coverage: 64.4% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.175s coverage: 66.9% of statements [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-16T19:10:38.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-16T19:10:38.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 43.6% of statements [2021-07-16T19:10:38.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-16T19:10:38.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-16T19:10:38.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-07-16T19:10:38.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-16T19:10:38.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2021-07-16T19:10:38.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-16T19:10:42.892Z] Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:10:43.223Z] Merge succeeded, producing cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:10:43.224Z] Checking out Revision cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 (PR-3628) [2021-07-16T19:10:42.253Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-16T19:10:42.272Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T19:10:42.297Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-16T19:10:42.330Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-16T19:10:42.331Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T19:10:42.343Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3628/head:refs/remotes/origin/PR-3628 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-16T19:10:42.912Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T19:10:42.924Z] > git checkout -f cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 # timeout=10 [2021-07-16T19:10:43.139Z] > git remote # timeout=10 [2021-07-16T19:10:43.159Z] > git config --get remote.origin.url # timeout=10 [2021-07-16T19:10:43.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T19:10:43.185Z] > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 [2021-07-16T19:10:43.208Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-16T19:10:43.230Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T19:10:43.243Z] > git checkout -f cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 # timeout=10 [2021-07-16T19:10:45.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.062s coverage: 19.3% of statements [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-16T19:10:45.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.129s coverage: 91.9% of statements [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-16T19:10:45.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 62.7% of statements [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-16T19:10:45.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.6% of statements [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-16T19:10:45.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-16T19:10:45.426Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-16T19:10:45.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-16T19:10:45.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-16T19:10:45.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-16T19:10:45.427Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-07-16T19:10:45.427Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements [2021-07-16T19:10:45.698Z] GO111MODULE=on go vet ./... [2021-07-16T19:10:47.837Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-07-16T19:10:47.895Z] > git --version # timeout=10 [2021-07-16T19:10:47.906Z] > git --version # 'git version 2.17.1' [2021-07-16T19:10:47.921Z] fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-16T19:10:48.750Z] provisioning config files... [2021-07-16T19:10:48.781Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3238344833092829526tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:10:49.397Z] ---> docker-login.sh [2021-07-16T19:10:49.397Z] nexus3.edgexfoundry.org:10001 [2021-07-16T19:10:50.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:10:50.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:10:50.615Z] Configure a credential helper to remove this warning. See [2021-07-16T19:10:50.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:10:50.615Z] [2021-07-16T19:10:50.615Z] Login Succeeded [2021-07-16T19:10:50.615Z] nexus3.edgexfoundry.org:10002 [2021-07-16T19:10:50.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:10:51.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:10:51.228Z] Configure a credential helper to remove this warning. See [2021-07-16T19:10:51.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:10:51.228Z] [2021-07-16T19:10:51.228Z] Login Succeeded [2021-07-16T19:10:51.228Z] nexus3.edgexfoundry.org:10003 [2021-07-16T19:10:51.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:10:51.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:10:51.795Z] Configure a credential helper to remove this warning. See [2021-07-16T19:10:51.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:10:51.795Z] [2021-07-16T19:10:51.795Z] Login Succeeded [2021-07-16T19:10:51.795Z] nexus3.edgexfoundry.org:10004 [2021-07-16T19:10:52.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:10:52.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:10:52.349Z] Configure a credential helper to remove this warning. See [2021-07-16T19:10:52.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:10:52.349Z] [2021-07-16T19:10:52.349Z] Login Succeeded [2021-07-16T19:10:52.349Z] docker.io [2021-07-16T19:10:52.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-16T19:10:53.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-16T19:10:53.235Z] Configure a credential helper to remove this warning. See [2021-07-16T19:10:53.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-16T19:10:53.235Z] [2021-07-16T19:10:53.235Z] Login Succeeded [2021-07-16T19:10:53.235Z] ---> docker-login.sh ends [Pipeline] } [2021-07-16T19:10:53.333Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-16T19:10:53.927Z] ========================================================= [2021-07-16T19:10:53.928Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-16T19:10:53.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:10:54.331Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-16T19:10:56.994Z] Sending build context to Docker daemon 165.8MB [2021-07-16T19:10:56.994Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-16T19:10:56.994Z] Step 2/6 : FROM ${BASE} [2021-07-16T19:10:56.994Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-16T19:10:56.994Z] 595b0fe564bb: Pulling fs layer [2021-07-16T19:10:56.994Z] 24495759ef45: Pulling fs layer [2021-07-16T19:10:56.994Z] d148012ef14d: Pulling fs layer [2021-07-16T19:10:56.994Z] cb65c68fc2e2: Pulling fs layer [2021-07-16T19:10:56.994Z] 093eec477d81: Pulling fs layer [2021-07-16T19:10:56.994Z] a6d5b2bbb924: Pulling fs layer [2021-07-16T19:10:56.994Z] 2446dc1eb7d3: Pulling fs layer [2021-07-16T19:10:56.994Z] 596795e73e0f: Pulling fs layer [2021-07-16T19:10:56.994Z] cb65c68fc2e2: Waiting [2021-07-16T19:10:56.994Z] 093eec477d81: Waiting [2021-07-16T19:10:56.994Z] a6d5b2bbb924: Waiting [2021-07-16T19:10:56.994Z] 2446dc1eb7d3: Waiting [2021-07-16T19:10:56.994Z] 596795e73e0f: Waiting [2021-07-16T19:10:56.994Z] d148012ef14d: Verifying Checksum [2021-07-16T19:10:56.994Z] d148012ef14d: Download complete [2021-07-16T19:10:56.994Z] 24495759ef45: Verifying Checksum [2021-07-16T19:10:56.994Z] 093eec477d81: Verifying Checksum [2021-07-16T19:10:56.994Z] 093eec477d81: Download complete [2021-07-16T19:10:56.994Z] a6d5b2bbb924: Download complete [2021-07-16T19:10:56.994Z] 595b0fe564bb: Verifying Checksum [2021-07-16T19:10:56.994Z] 2446dc1eb7d3: Verifying Checksum [2021-07-16T19:10:56.994Z] 2446dc1eb7d3: Download complete [2021-07-16T19:10:57.597Z] 595b0fe564bb: Pull complete [2021-07-16T19:10:58.205Z] 24495759ef45: Pull complete [2021-07-16T19:10:58.815Z] d148012ef14d: Pull complete [2021-07-16T19:10:59.804Z] 596795e73e0f: Verifying Checksum [2021-07-16T19:10:59.804Z] 596795e73e0f: Download complete [2021-07-16T19:11:00.788Z] cb65c68fc2e2: Verifying Checksum [2021-07-16T19:11:00.788Z] cb65c68fc2e2: Download complete [2021-07-16T19:11:10.963Z] cb65c68fc2e2: Pull complete [2021-07-16T19:11:10.963Z] 093eec477d81: Pull complete [2021-07-16T19:11:10.963Z] a6d5b2bbb924: Pull complete [2021-07-16T19:11:11.568Z] 2446dc1eb7d3: Pull complete [2021-07-16T19:11:12.501Z] gofmt -l . [2021-07-16T19:11:12.501Z] [ "`gofmt -l .`" = "" ] [2021-07-16T19:11:12.501Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-16T19:11:12.873Z] + ls -al . [2021-07-16T19:11:12.873Z] total 596 [2021-07-16T19:11:12.873Z] drwxrwxr-x 10 1001 1001 4096 Jul 16 19:11 . [2021-07-16T19:11:12.873Z] drwxr-xr-x 4 root root 28 Jul 16 19:09 .. [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 11 Jul 16 19:07 .dockerignore [2021-07-16T19:11:12.873Z] drwxrwxr-x 8 1001 1001 179 Jul 16 19:07 .git [2021-07-16T19:11:12.873Z] drwxrwxr-x 3 1001 1001 125 Jul 16 19:07 .github [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 818 Jul 16 19:07 .gitignore [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 76 Jul 16 19:07 .hadolint.yml [2021-07-16T19:11:12.873Z] drwx------ 3 1001 1001 58 Jul 16 19:08 .semver [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 166 Jul 16 19:07 .sonarcloud.properties [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 8609 Jul 16 19:07 Attribution.txt [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 43881 Jul 16 19:07 CHANGELOG.md [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 3804 Jul 16 19:07 CONTRIBUTING.md [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 931 Jul 16 19:07 Dockerfile.build [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 849 Jul 16 19:07 Jenkinsfile [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 10775 Jul 16 19:07 LICENSE [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 5915 Jul 16 19:07 Makefile [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 8649 Jul 16 19:07 README.md [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 6912 Jul 16 19:07 SECURITY.md [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 5 Jul 16 19:08 VERSION [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 4131 Jul 16 19:07 ZMQWindows.md [2021-07-16T19:11:12.873Z] drwxrwxr-x 2 1001 1001 37 Jul 16 19:07 bin [2021-07-16T19:11:12.873Z] drwxrwxr-x 14 1001 1001 4096 Jul 16 19:07 cmd [2021-07-16T19:11:12.873Z] -rw-r--r-- 1 root root 402846 Jul 16 19:10 coverage.out [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 812 Jul 16 19:07 go.mod [2021-07-16T19:11:12.873Z] -rw-r--r-- 1 root root 48353 Jul 16 19:09 go.sum [2021-07-16T19:11:12.873Z] drwxrwxr-x 7 1001 1001 114 Jul 16 19:07 internal [2021-07-16T19:11:12.873Z] drwxrwxr-x 3 1001 1001 16 Jul 16 19:07 openapi [2021-07-16T19:11:12.873Z] drwxrwxr-x 4 1001 1001 71 Jul 16 19:07 snap [2021-07-16T19:11:12.873Z] -rw-rw-r-- 1 1001 1001 204 Jul 16 19:07 version.go [Pipeline] sh [2021-07-16T19:11:13.217Z] + '[' -e coverage.out ] [2021-07-16T19:11:13.217Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-16T19:11:13.361Z] Stashed 1 file(s) [Pipeline] sh [2021-07-16T19:11:13.708Z] + make build [2021-07-16T19:11:13.708Z] go mod tidy [2021-07-16T19:11:13.981Z] 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 [2021-07-16T19:11:15.393Z] 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 [2021-07-16T19:11:15.923Z] 596795e73e0f: Pull complete [2021-07-16T19:11:15.923Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-16T19:11:15.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-16T19:11:15.923Z] ---> d9e956139c92 [2021-07-16T19:11:15.923Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-07-16T19:11:18.579Z] ---> Running in 4685ce7a79de [2021-07-16T19:11:20.019Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:11:20.999Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:11:21.977Z] (1/12) Installing libmagic (5.39-r0) [2021-07-16T19:11:22.250Z] (2/12) Installing file (5.39-r0) [2021-07-16T19:11:22.521Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-16T19:11:22.521Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-16T19:11:23.644Z] 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 [2021-07-16T19:11:23.644Z] 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 [2021-07-16T19:11:24.235Z] 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 [2021-07-16T19:11:24.520Z] 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 [2021-07-16T19:11:25.336Z] 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 [2021-07-16T19:11:26.306Z] 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 [2021-07-16T19:11:26.828Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-16T19:11:26.828Z] (6/12) Installing patch (2.7.6-r7) [2021-07-16T19:11:26.828Z] (7/12) Installing build-base (0.5-r2) [2021-07-16T19:11:26.828Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-16T19:11:26.828Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-16T19:11:26.828Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-16T19:11:27.106Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-16T19:11:27.106Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-16T19:11:27.106Z] Executing busybox-1.32.1-r6.trigger [2021-07-16T19:11:27.278Z] 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 [2021-07-16T19:11:27.379Z] OK: 218 MiB in 52 packages [2021-07-16T19:11:28.243Z] 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 [2021-07-16T19:11:29.209Z] 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 [2021-07-16T19:11:29.802Z] 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 [2021-07-16T19:11:31.724Z] Removing intermediate container 4685ce7a79de [2021-07-16T19:11:31.724Z] ---> 59997699a665 [2021-07-16T19:11:31.724Z] Step 4/6 : WORKDIR /edgex-go [2021-07-16T19:11:31.725Z] ---> Running in ea8e3376887b [Pipeline] } [2021-07-16T19:11:31.786Z] $ docker stop --time=1 e845dfad3978b8dfd4ea4a2a0bafa5c0eb3817667749e236dfc718f1a87a3d84 [2021-07-16T19:11:32.000Z] Removing intermediate container ea8e3376887b [2021-07-16T19:11:32.000Z] ---> 9f0cdcb4c194 [2021-07-16T19:11:32.000Z] Step 5/6 : COPY go.mod . [2021-07-16T19:11:32.598Z] ---> d19bcd6cfab5 [2021-07-16T19:11:32.598Z] Step 6/6 : RUN go mod download [2021-07-16T19:11:32.871Z] ---> Running in 09b17ac8a2c1 [2021-07-16T19:11:33.797Z] $ docker rm -f e845dfad3978b8dfd4ea4a2a0bafa5c0eb3817667749e236dfc718f1a87a3d84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:11:36.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-16T19:11:36.552Z] [2021-07-16T19:11:36.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:11:36.940Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-16T19:11:36.940Z] latest: Pulling from edgex-devops/edgex-compose [2021-07-16T19:11:36.940Z] cbdbe7a5bc2a: Pulling fs layer [2021-07-16T19:11:36.940Z] ca9280d653b3: Pulling fs layer [2021-07-16T19:11:36.940Z] 7e9c9ca2126c: Pulling fs layer [2021-07-16T19:11:37.525Z] cbdbe7a5bc2a: Verifying Checksum [2021-07-16T19:11:37.526Z] cbdbe7a5bc2a: Download complete [2021-07-16T19:11:37.526Z] cbdbe7a5bc2a: Pull complete [2021-07-16T19:11:37.792Z] ca9280d653b3: Verifying Checksum [2021-07-16T19:11:37.792Z] ca9280d653b3: Download complete [2021-07-16T19:11:38.376Z] ca9280d653b3: Pull complete [2021-07-16T19:11:39.785Z] 7e9c9ca2126c: Verifying Checksum [2021-07-16T19:11:39.785Z] 7e9c9ca2126c: Download complete [2021-07-16T19:11:43.146Z] 7e9c9ca2126c: Pull complete [2021-07-16T19:11:43.146Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-07-16T19:11:43.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-16T19:11:43.146Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-07-16T19:11:43.268Z] prd-centos7-docker-4c-2g-3111 does not seem to be running inside a container [2021-07-16T19:11:43.342Z] $ 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 [2021-07-16T19:11:45.968Z] $ docker top a62b053f651dcd71aac2cbef8808a617be5568d730cf69d6e1ce52e0387b003e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T19:11:46.413Z] + grep parallel [2021-07-16T19:11:46.413Z] + docker-compose build --help [2021-07-16T19:11:47.032Z] --parallel Build images in parallel. [Pipeline] } [2021-07-16T19:11:47.067Z] $ docker stop --time=1 a62b053f651dcd71aac2cbef8808a617be5568d730cf69d6e1ce52e0387b003e [2021-07-16T19:11:48.275Z] $ docker rm -f a62b053f651dcd71aac2cbef8808a617be5568d730cf69d6e1ce52e0387b003e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:11:48.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-16T19:11:48.877Z] . [Pipeline] withDockerContainer [2021-07-16T19:11:49.020Z] prd-centos7-docker-4c-2g-3111 does not seem to be running inside a container [2021-07-16T19:11:49.093Z] $ 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 [2021-07-16T19:11:49.443Z] $ docker top 50c1ad0841aa60aee58e73086f3d2882ff01210e622791f33bfe7dd4c2c3569c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T19:11:49.933Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-16T19:11:50.518Z] Building core-command ... [2021-07-16T19:11:50.518Z] Building core-data ... [2021-07-16T19:11:50.518Z] Building core-metadata ... [2021-07-16T19:11:50.518Z] Building security-bootstrapper ... [2021-07-16T19:11:50.518Z] Building security-proxy-setup ... [2021-07-16T19:11:50.518Z] Building security-secretstore-setup ... [2021-07-16T19:11:50.518Z] Building support-notifications ... [2021-07-16T19:11:50.518Z] Building support-scheduler ... [2021-07-16T19:11:50.518Z] Building sys-mgmt-agent ... [2021-07-16T19:11:50.518Z] Building security-bootstrapper [2021-07-16T19:11:50.518Z] Building support-scheduler [2021-07-16T19:11:50.518Z] Building core-command [2021-07-16T19:11:50.518Z] Building security-secretstore-setup [2021-07-16T19:11:50.518Z] Building support-notifications [2021-07-16T19:12:00.885Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:12:00.885Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:12:00.885Z] ---> 81b8ca210001 [2021-07-16T19:12:00.885Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:12:00.885Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:12:00.885Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:12:00.885Z] ---> 81b8ca210001 [2021-07-16T19:12:00.885Z] Step 3/23 : WORKDIR /edgex-go [2021-07-16T19:12:00.885Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:12:00.885Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:12:00.885Z] ---> 81b8ca210001 [2021-07-16T19:12:00.885Z] Step 3/23 : WORKDIR /edgex-go [2021-07-16T19:12:04.231Z] ---> Running in 69714c7bbe7a [2021-07-16T19:12:04.231Z] ---> Running in f190bed3e843 [2021-07-16T19:12:04.508Z] ---> Running in 9f3fdbdf317d [2021-07-16T19:12:08.765Z] Removing intermediate container 69714c7bbe7a [2021-07-16T19:12:08.765Z] ---> 3ce49dfbd2fb [2021-07-16T19:12:08.765Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:12:08.765Z] Removing intermediate container f190bed3e843 [2021-07-16T19:12:08.765Z] ---> 9b93710035e4 [2021-07-16T19:12:08.765Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:12:08.765Z] Removing intermediate container 9f3fdbdf317d [2021-07-16T19:12:08.765Z] ---> 634e587b523c [2021-07-16T19:12:08.765Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:12:09.038Z] ---> Running in df17fe727046 [2021-07-16T19:12:09.306Z] ---> Running in 38b183bd0676 [2021-07-16T19:12:09.306Z] ---> Running in fa10b03dffd5 [2021-07-16T19:12:15.965Z] Removing intermediate container df17fe727046 [2021-07-16T19:12:15.965Z] ---> 98c164963b6d [2021-07-16T19:12:15.965Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-16T19:12:15.965Z] Removing intermediate container fa10b03dffd5 [2021-07-16T19:12:15.965Z] ---> d35088e7ad22 [2021-07-16T19:12:15.965Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-16T19:12:15.965Z] Removing intermediate container 38b183bd0676 [2021-07-16T19:12:15.965Z] ---> 824f7991bcd6 [2021-07-16T19:12:15.965Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-16T19:12:16.235Z] ---> Running in 33cedd03bb4a [2021-07-16T19:12:16.235Z] ---> Running in b992a14473c0 [2021-07-16T19:12:16.235Z] ---> Running in b01b1379f8a7 [2021-07-16T19:12:16.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:16.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:16.831Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:17.426Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:17.714Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:17.714Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:17.990Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:12:17.990Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:12:17.990Z] ---> 81b8ca210001 [2021-07-16T19:12:17.990Z] Step 3/26 : WORKDIR /edgex-go [2021-07-16T19:12:17.990Z] ---> Using cache [2021-07-16T19:12:17.990Z] ---> 9b93710035e4 [2021-07-16T19:12:17.990Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:12:17.990Z] ---> Using cache [2021-07-16T19:12:17.990Z] ---> 98c164963b6d [2021-07-16T19:12:17.990Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-16T19:12:17.990Z] OK: 219 MiB in 52 packages [2021-07-16T19:12:17.990Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:12:17.990Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:12:17.990Z] ---> 81b8ca210001 [2021-07-16T19:12:17.990Z] Step 3/32 : WORKDIR /edgex-go [2021-07-16T19:12:17.990Z] ---> Using cache [2021-07-16T19:12:17.990Z] ---> 9b93710035e4 [2021-07-16T19:12:17.990Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:12:17.990Z] ---> Using cache [2021-07-16T19:12:17.990Z] ---> 98c164963b6d [2021-07-16T19:12:17.990Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-16T19:12:18.257Z] OK: 219 MiB in 52 packages [2021-07-16T19:12:18.534Z] OK: 219 MiB in 52 packages [2021-07-16T19:12:18.814Z] ---> Running in ac073bc7c086 [2021-07-16T19:12:18.814Z] ---> Running in 1695127f2295 [2021-07-16T19:12:18.814Z] Removing intermediate container b992a14473c0 [2021-07-16T19:12:18.814Z] ---> ebbccb5b8eaa [2021-07-16T19:12:18.814Z] Step 6/24 : COPY go.mod . [2021-07-16T19:12:19.084Z] Removing intermediate container 33cedd03bb4a [2021-07-16T19:12:19.084Z] ---> b427c88fdac4 [2021-07-16T19:12:19.084Z] Step 6/23 : COPY go.mod . [2021-07-16T19:12:19.084Z] ---> 0b1792b024cd [2021-07-16T19:12:19.084Z] Step 7/24 : RUN go mod download [2021-07-16T19:12:19.084Z] Removing intermediate container b01b1379f8a7 [2021-07-16T19:12:19.084Z] ---> 8c4eef2cfe59 [2021-07-16T19:12:19.084Z] Step 6/23 : COPY go.mod . [2021-07-16T19:12:19.084Z] ---> Running in 36baed88d383 [2021-07-16T19:12:19.355Z] ---> 84eff7b6aa54 [2021-07-16T19:12:19.355Z] Step 7/23 : RUN go mod download [2021-07-16T19:12:19.355Z] ---> Running in c8b1fc074746 [2021-07-16T19:12:19.745Z] ---> 2436a5c117a9 [2021-07-16T19:12:19.745Z] Step 7/23 : RUN go mod download [2021-07-16T19:12:19.745Z] ---> Running in 4abb42cc9a55 [2021-07-16T19:12:19.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:19.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:20.755Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:20.755Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:12:20.755Z] Removing intermediate container c8b1fc074746 [2021-07-16T19:12:20.755Z] ---> aee8fc52b293 [2021-07-16T19:12:20.755Z] Step 8/23 : COPY . . [2021-07-16T19:12:21.041Z] Removing intermediate container 4abb42cc9a55 [2021-07-16T19:12:21.041Z] ---> 59df59e65418 [2021-07-16T19:12:21.041Z] Step 8/23 : COPY . . [2021-07-16T19:12:21.041Z] OK: 219 MiB in 52 packages [2021-07-16T19:12:21.312Z] Removing intermediate container 36baed88d383 [2021-07-16T19:12:21.312Z] ---> 370a39bfcf8b [2021-07-16T19:12:21.312Z] Step 8/24 : COPY . . [2021-07-16T19:12:21.905Z] OK: 219 MiB in 52 packages [2021-07-16T19:12:24.517Z] Removing intermediate container 1695127f2295 [2021-07-16T19:12:24.517Z] ---> bfc7b55004ee [2021-07-16T19:12:24.517Z] Step 6/26 : COPY go.mod . [2021-07-16T19:12:25.490Z] ---> 806eb3936431 [2021-07-16T19:12:25.490Z] Step 7/26 : RUN go mod download [2021-07-16T19:12:25.763Z] ---> Running in 3ff8b80082d0 [2021-07-16T19:12:25.763Z] Removing intermediate container ac073bc7c086 [2021-07-16T19:12:25.763Z] ---> e064d7376955 [2021-07-16T19:12:25.763Z] Step 6/32 : COPY go.mod . [2021-07-16T19:12:26.569Z] ---> 6454105b5fdf [2021-07-16T19:12:26.569Z] Step 7/32 : RUN go mod download [2021-07-16T19:12:26.569Z] ---> Running in d2ab65a11f38 [2021-07-16T19:12:27.684Z] Removing intermediate container 3ff8b80082d0 [2021-07-16T19:12:27.684Z] ---> b00cdbafd8c0 [2021-07-16T19:12:27.684Z] Step 8/26 : COPY . . [2021-07-16T19:12:28.654Z] Removing intermediate container d2ab65a11f38 [2021-07-16T19:12:28.654Z] ---> 2016da89ccff [2021-07-16T19:12:28.654Z] Step 8/32 : COPY . . [2021-07-16T19:12:30.608Z] ---> 47dd9e35c495 [2021-07-16T19:12:30.608Z] Step 9/23 : RUN go mod tidy [2021-07-16T19:12:30.608Z] ---> c38b8852226d [2021-07-16T19:12:30.608Z] Step 9/23 : RUN go mod tidy [2021-07-16T19:12:30.879Z] ---> 128b1bf8e5c1 [2021-07-16T19:12:30.879Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:12:32.840Z] ---> Running in 136eee9db307 [2021-07-16T19:12:32.840Z] ---> Running in 7d443ce1631d [2021-07-16T19:12:32.840Z] ---> Running in 68b9f28a0e15 [2021-07-16T19:12:35.433Z] ---> cf565720fc1a [2021-07-16T19:12:35.433Z] Step 9/26 : RUN go mod tidy [2021-07-16T19:12:36.406Z] ---> Running in ebfa89e4f49b [2021-07-16T19:12:38.396Z] ---> 2fd7d489cd62 [2021-07-16T19:12:38.396Z] Step 9/32 : RUN go mod tidy [2021-07-16T19:12:38.396Z] Removing intermediate container 136eee9db307 [2021-07-16T19:12:38.396Z] ---> 9600e537bf39 [2021-07-16T19:12:38.396Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-16T19:12:38.665Z] ---> Running in 78e2f1432f7e [2021-07-16T19:12:38.665Z] ---> Running in 358c2632d6fc [2021-07-16T19:12:38.665Z] Removing intermediate container 7d443ce1631d [2021-07-16T19:12:38.665Z] ---> 6eeae8b9278c [2021-07-16T19:12:38.665Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-16T19:12:38.665Z] ---> Running in 902983f122c7 [2021-07-16T19:12:38.665Z] Removing intermediate container 68b9f28a0e15 [2021-07-16T19:12:38.665Z] ---> 5db15c4ec082 [2021-07-16T19:12:38.665Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-16T19:12:38.665Z] ---> Running in c921ddb0bf34 [2021-07-16T19:12:38.665Z] Removing intermediate container ebfa89e4f49b [2021-07-16T19:12:38.665Z] ---> 3e7150b8344f [2021-07-16T19:12:38.665Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-16T19:12:38.939Z] ---> Running in 4871beb7d268 [2021-07-16T19:12:39.222Z] 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 [2021-07-16T19:12:39.818Z] 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 [2021-07-16T19:12:39.818Z] 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 [2021-07-16T19:12:39.818Z] 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 [2021-07-16T19:12:40.788Z] Removing intermediate container 358c2632d6fc [2021-07-16T19:12:40.788Z] ---> a1769bb88447 [2021-07-16T19:12:40.788Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-16T19:12:40.788Z] ---> Running in 84d780ac4bb7 [2021-07-16T19:12:41.399Z] 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 [2021-07-16T19:13:09.699Z] Removing intermediate container 09b17ac8a2c1 [2021-07-16T19:13:09.699Z] ---> 911c852f9854 [2021-07-16T19:13:09.699Z] Successfully built 911c852f9854 [2021-07-16T19:13:09.699Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:13:10.084Z] + docker inspect -f . ci-base-image-arm64 [2021-07-16T19:13:10.084Z] . [Pipeline] withDockerContainer [2021-07-16T19:13:10.391Z] prd-ubuntu18.04-docker-arm64-4c-16g-3112 does not seem to be running inside a container [2021-07-16T19:13:10.485Z] $ 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 [2021-07-16T19:13:12.332Z] $ docker top 2fef8a8e826d57ab4c745ebb3eff14cbba785851ec5442806b78e292fc2efe72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T19:13:13.370Z] + go version [2021-07-16T19:13:13.370Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-16T19:13:13.410Z] $ docker stop --time=1 2fef8a8e826d57ab4c745ebb3eff14cbba785851ec5442806b78e292fc2efe72 [2021-07-16T19:13:15.275Z] $ docker rm -f 2fef8a8e826d57ab4c745ebb3eff14cbba785851ec5442806b78e292fc2efe72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:13:16.355Z] + docker inspect -f . ci-base-image-arm64 [2021-07-16T19:13:16.355Z] . [Pipeline] withDockerContainer [2021-07-16T19:13:16.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-3112 does not seem to be running inside a container [2021-07-16T19:13:16.677Z] $ 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 [2021-07-16T19:13:18.145Z] $ docker top fb5c43523db7927ed27d892346f0ceafc9a1b6d9c54d5265e23e1e1aba6b3e0b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-16T19:13:18.530Z] ========================================================= [2021-07-16T19:13:18.530Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-16T19:13:18.530Z] ========================================================= [Pipeline] sh [2021-07-16T19:13:19.198Z] + go mod tidy [Pipeline] sh [2021-07-16T19:13:20.877Z] + make test [2021-07-16T19:13:20.877Z] 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 [2021-07-16T19:13:20.877Z] go mod tidy [2021-07-16T19:13:21.484Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-16T19:13:28.537Z] 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 [2021-07-16T19:13:28.537Z] Removing intermediate container c921ddb0bf34 [2021-07-16T19:13:28.537Z] ---> 0f5d743b15af [2021-07-16T19:13:28.537Z] [2021-07-16T19:13:28.537Z] Step 11/24 : FROM alpine:3.12 [2021-07-16T19:13:28.537Z] 3.12: Pulling from library/alpine [2021-07-16T19:13:28.537Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-16T19:13:28.537Z] Status: Downloaded newer image for alpine:3.12 [2021-07-16T19:13:28.537Z] ---> 13621d1b12d4 [2021-07-16T19:13:28.537Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-16T19:13:28.537Z] Removing intermediate container 4871beb7d268 [2021-07-16T19:13:28.537Z] ---> bbaf114da612 [2021-07-16T19:13:28.537Z] [2021-07-16T19:13:28.537Z] Step 11/26 : FROM alpine:3.12 [2021-07-16T19:13:28.537Z] ---> 13621d1b12d4 [2021-07-16T19:13:28.537Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-16T19:13:28.537Z] Removing intermediate container 902983f122c7 [2021-07-16T19:13:28.537Z] ---> 509c21fe8ec6 [2021-07-16T19:13:28.537Z] [2021-07-16T19:13:28.537Z] Step 11/23 : FROM alpine:3.12 [2021-07-16T19:13:28.537Z] ---> 13621d1b12d4 [2021-07-16T19:13:28.537Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-16T19:13:28.537Z] Removing intermediate container 78e2f1432f7e [2021-07-16T19:13:28.537Z] ---> 8df1a1959da5 [2021-07-16T19:13:28.537Z] [2021-07-16T19:13:28.537Z] Step 11/23 : FROM alpine:3.12 [2021-07-16T19:13:28.537Z] ---> 13621d1b12d4 [2021-07-16T19:13:28.537Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-16T19:13:28.537Z] ---> Running in ac63d81cf5c1 [2021-07-16T19:13:28.537Z] ---> Running in 26b6e6109ec3 [2021-07-16T19:13:28.537Z] ---> Running in aafc8485412e [2021-07-16T19:13:28.537Z] ---> Running in 3764e224e103 [2021-07-16T19:13:28.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-16T19:13:28.538Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:13:28.538Z] OK: 6 MiB in 15 packages [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] Removing intermediate container 84d780ac4bb7 [2021-07-16T19:13:28.538Z] ---> 5dd6499f1fc1 [2021-07-16T19:13:28.538Z] [2021-07-16T19:13:28.538Z] Step 11/32 : FROM alpine:3.12 [2021-07-16T19:13:28.538Z] ---> 13621d1b12d4 [2021-07-16T19:13:28.538Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] ---> Running in d9443a849732 [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-16T19:13:28.538Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:13:28.538Z] OK: 6 MiB in 15 packages [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] Removing intermediate container d9443a849732 [2021-07-16T19:13:28.538Z] ---> d225616f4226 [2021-07-16T19:13:28.538Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-16T19:13:28.538Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-16T19:13:28.538Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-16T19:13:28.538Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-16T19:13:28.538Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-16T19:13:28.538Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:13:28.538Z] Executing ca-certificates-20191127-r4.trigger [2021-07-16T19:13:28.538Z] (3/6) Installing libcurl (7.77.0-r0) [2021-07-16T19:13:28.538Z] Removing intermediate container ac63d81cf5c1 [2021-07-16T19:13:28.538Z] ---> e599120bbebc [2021-07-16T19:13:28.538Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:13:28.538Z] ---> Running in e89c159a0c2b [2021-07-16T19:13:28.538Z] (4/6) Installing curl (7.77.0-r0) [2021-07-16T19:13:28.538Z] OK: 6 MiB in 16 packages [2021-07-16T19:13:28.538Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-16T19:13:28.538Z] (6/6) Installing su-exec (0.2-r1) [2021-07-16T19:13:28.538Z] ---> Running in acba4ca6f4d5 [2021-07-16T19:13:28.538Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:13:28.538Z] Executing ca-certificates-20191127-r4.trigger [2021-07-16T19:13:28.538Z] OK: 7 MiB in 20 packages [2021-07-16T19:13:28.538Z] Removing intermediate container acba4ca6f4d5 [2021-07-16T19:13:28.538Z] ---> f128ed832711 [2021-07-16T19:13:28.538Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-16T19:13:28.538Z] Removing intermediate container 26b6e6109ec3 [2021-07-16T19:13:28.538Z] ---> c6d2d7266b53 [2021-07-16T19:13:28.538Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:13:28.538Z] ---> Running in abdf12be6a99 [2021-07-16T19:13:28.538Z] ---> Running in a564408d915d [2021-07-16T19:13:28.538Z] Removing intermediate container abdf12be6a99 [2021-07-16T19:13:28.538Z] ---> 015703d05be6 [2021-07-16T19:13:28.538Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:28.538Z] ---> Running in 80113702cd34 [2021-07-16T19:13:28.538Z] Removing intermediate container a564408d915d [2021-07-16T19:13:28.538Z] ---> 970df6b44480 [2021-07-16T19:13:28.538Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-16T19:13:28.538Z] ---> Running in bbd76bad0721 [2021-07-16T19:13:28.538Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-16T19:13:28.538Z] Removing intermediate container aafc8485412e [2021-07-16T19:13:28.538Z] ---> b9cff795429b [2021-07-16T19:13:28.538Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-16T19:13:28.538Z] (2/2) Installing su-exec (0.2-r1) [2021-07-16T19:13:28.538Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:13:28.538Z] Removing intermediate container 3764e224e103 [2021-07-16T19:13:28.538Z] ---> da2bbbed2c89 [2021-07-16T19:13:28.538Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:13:28.538Z] OK: 6 MiB in 16 packages [2021-07-16T19:13:28.538Z] ---> Running in 5807acb5a3f6 [2021-07-16T19:13:28.805Z] Removing intermediate container 80113702cd34 [2021-07-16T19:13:28.805Z] ---> b27b24f0043d [2021-07-16T19:13:28.805Z] Step 16/24 : WORKDIR / [2021-07-16T19:13:28.805Z] ---> Running in 37466bba42c4 [2021-07-16T19:13:28.805Z] ---> Running in d3b51bc73b6b [2021-07-16T19:13:28.805Z] Removing intermediate container bbd76bad0721 [2021-07-16T19:13:28.805Z] ---> d43da7aff431 [2021-07-16T19:13:28.805Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-16T19:13:28.805Z] ---> Running in e533c5b5f929 [2021-07-16T19:13:28.805Z] Removing intermediate container 5807acb5a3f6 [2021-07-16T19:13:28.805Z] ---> 0c7f31deb0d2 [2021-07-16T19:13:28.805Z] Step 14/26 : WORKDIR / [2021-07-16T19:13:28.805Z] Removing intermediate container 37466bba42c4 [2021-07-16T19:13:28.805Z] ---> 16328ce00692 [2021-07-16T19:13:28.805Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-16T19:13:29.081Z] Removing intermediate container d3b51bc73b6b [2021-07-16T19:13:29.081Z] ---> 81aa79a830ce [2021-07-16T19:13:29.081Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:13:29.081Z] ---> Running in 3c793c0faf7f [2021-07-16T19:13:29.081Z] ---> Running in 13046925b153 [2021-07-16T19:13:29.081Z] Removing intermediate container e533c5b5f929 [2021-07-16T19:13:29.081Z] ---> ff7cdc8c0a20 [2021-07-16T19:13:29.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:13:29.081Z] Removing intermediate container e89c159a0c2b [2021-07-16T19:13:29.081Z] ---> 01f6bcbb5b24 [2021-07-16T19:13:29.081Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-16T19:13:29.081Z] ---> Running in 6c6bbef95ed3 [2021-07-16T19:13:29.081Z] Removing intermediate container 3c793c0faf7f [2021-07-16T19:13:29.081Z] ---> 14c2ee21ff34 [2021-07-16T19:13:29.081Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-07-16T19:13:29.355Z] Removing intermediate container 13046925b153 [2021-07-16T19:13:29.355Z] ---> 468af74d3886 [2021-07-16T19:13:29.355Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-16T19:13:29.355Z] ---> 5d4c998bada1 [2021-07-16T19:13:29.355Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-16T19:13:29.355Z] Removing intermediate container 6c6bbef95ed3 [2021-07-16T19:13:29.355Z] ---> 39a98e502408 [2021-07-16T19:13:29.355Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-16T19:13:29.355Z] ---> Running in 5669e27eaf38 [2021-07-16T19:13:29.355Z] ---> Running in 53c63e5364aa [2021-07-16T19:13:29.355Z] ---> bf69e3dfd9a3 [2021-07-16T19:13:29.355Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-16T19:13:29.355Z] ---> ea09af1c88d3 [2021-07-16T19:13:29.355Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-07-16T19:13:29.624Z] Removing intermediate container 5669e27eaf38 [2021-07-16T19:13:29.624Z] ---> 7f46d836dc33 [2021-07-16T19:13:29.624Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:13:29.624Z] Removing intermediate container 53c63e5364aa [2021-07-16T19:13:29.624Z] ---> cde156d7fe0f [2021-07-16T19:13:29.624Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-16T19:13:29.624Z] ---> Running in 4b9c91e8a393 [2021-07-16T19:13:29.893Z] ---> 58175825772b [2021-07-16T19:13:29.893Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-16T19:13:29.893Z] ---> 36391e04f16e [2021-07-16T19:13:29.893Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-16T19:13:29.893Z] ---> 4e0fcf9f8036 [2021-07-16T19:13:29.893Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-16T19:13:29.893Z] ---> 52b6879b265f [2021-07-16T19:13:29.893Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-16T19:13:30.174Z] ---> 8d764b55a308 [2021-07-16T19:13:30.174Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-07-16T19:13:30.445Z] ---> 2dbe6280ef69 [2021-07-16T19:13:30.445Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-16T19:13:30.445Z] ---> Running in ce9d3a39d0d0 [2021-07-16T19:13:30.445Z] ---> 583a10622a71 [2021-07-16T19:13:30.445Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-16T19:13:30.445Z] ---> 49b876203ca1 [2021-07-16T19:13:30.445Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-16T19:13:30.445Z] Removing intermediate container ce9d3a39d0d0 [2021-07-16T19:13:30.445Z] ---> 639ca014f9e5 [2021-07-16T19:13:30.445Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:13:30.725Z] ---> Running in 44728c6e4dd4 [2021-07-16T19:13:30.725Z] ---> c86733668df8 [2021-07-16T19:13:30.725Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-16T19:13:30.725Z] ---> Running in 48e8abe5705d [2021-07-16T19:13:30.725Z] Removing intermediate container 44728c6e4dd4 [2021-07-16T19:13:30.725Z] ---> 4c7687cd45c8 [2021-07-16T19:13:30.725Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:13:30.725Z] Removing intermediate container 48e8abe5705d [2021-07-16T19:13:30.725Z] ---> 52f004833f7f [2021-07-16T19:13:30.725Z] Step 22/24 : LABEL arch=x86_64 [2021-07-16T19:13:30.993Z] ---> Running in ac1a4d3c7221 [2021-07-16T19:13:30.993Z] ---> 9bf3721e739b [2021-07-16T19:13:30.993Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-16T19:13:30.993Z] ---> Running in 879cc19bae3c [2021-07-16T19:13:30.993Z] Removing intermediate container 4b9c91e8a393 [2021-07-16T19:13:30.993Z] ---> 346fb01219c0 [2021-07-16T19:13:30.993Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-16T19:13:30.993Z] ---> 387a5a3e7dc2 [2021-07-16T19:13:30.993Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-16T19:13:30.993Z] ---> Running in dea6e465cd82 [2021-07-16T19:13:30.993Z] ---> Running in c5e3cfe86184 [2021-07-16T19:13:31.280Z] Removing intermediate container ac1a4d3c7221 [2021-07-16T19:13:31.280Z] ---> 93e9b484802e [2021-07-16T19:13:31.280Z] Step 21/23 : LABEL arch=x86_64 [2021-07-16T19:13:31.280Z] Removing intermediate container 879cc19bae3c [2021-07-16T19:13:31.280Z] ---> 9d8879450870 [2021-07-16T19:13:31.280Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:13:31.280Z] Removing intermediate container dea6e465cd82 [2021-07-16T19:13:31.280Z] ---> 5cfb173d5f62 [2021-07-16T19:13:31.280Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-16T19:13:31.280Z] ---> Running in 4c85a9b590e2 [2021-07-16T19:13:31.280Z] Removing intermediate container c5e3cfe86184 [2021-07-16T19:13:31.280Z] ---> 4893ef23b06c [2021-07-16T19:13:31.280Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:13:31.280Z] ---> Running in 0e6e8248ad41 [2021-07-16T19:13:31.280Z] ---> Running in dcba63d61d71 [2021-07-16T19:13:31.280Z] ---> c4adbcf7de5f [2021-07-16T19:13:31.280Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-16T19:13:31.280Z] Removing intermediate container 4c85a9b590e2 [2021-07-16T19:13:31.280Z] ---> 8f0ff1ba026c [2021-07-16T19:13:31.280Z] Step 22/23 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:13:31.555Z] ---> Running in 9cd48c0cc5fd [2021-07-16T19:13:31.555Z] Removing intermediate container 0e6e8248ad41 [2021-07-16T19:13:31.555Z] ---> 983405ce70a8 [2021-07-16T19:13:31.555Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:13:31.555Z] Removing intermediate container dcba63d61d71 [2021-07-16T19:13:31.555Z] ---> e785ef791623 [2021-07-16T19:13:31.555Z] Step 21/23 : LABEL arch=x86_64 [2021-07-16T19:13:31.555Z] ---> Running in 62a429f20994 [2021-07-16T19:13:31.555Z] ---> Running in 80ab7244be36 [2021-07-16T19:13:31.555Z] ---> 313503c02a84 [2021-07-16T19:13:31.555Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-16T19:13:31.555Z] Removing intermediate container 9cd48c0cc5fd [2021-07-16T19:13:31.555Z] ---> 51b8435ddb94 [2021-07-16T19:13:31.555Z] Step 23/23 : LABEL version=0.0.0 [2021-07-16T19:13:31.555Z] ---> Running in 08cd8398e151 [2021-07-16T19:13:31.555Z] ---> Running in b1d1be64c08a [2021-07-16T19:13:31.555Z] ---> 36fbe0028b5c [2021-07-16T19:13:31.555Z] Step 22/26 : 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/ [2021-07-16T19:13:31.843Z] Removing intermediate container 62a429f20994 [2021-07-16T19:13:31.843Z] ---> c50e1a5e7735 [2021-07-16T19:13:31.843Z] Step 22/23 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:13:31.843Z] ---> Running in d4b7c7601369 [2021-07-16T19:13:31.843Z] Removing intermediate container 80ab7244be36 [2021-07-16T19:13:31.843Z] ---> 5cc411639356 [2021-07-16T19:13:31.843Z] [2021-07-16T19:13:31.843Z] ---> Running in 3c3a7190ff94 [2021-07-16T19:13:31.843Z] Removing intermediate container b1d1be64c08a [2021-07-16T19:13:31.843Z] ---> 20907b4043b2 [2021-07-16T19:13:31.843Z] [2021-07-16T19:13:31.843Z] Successfully built 5cc411639356 [2021-07-16T19:13:31.843Z] Successfully tagged core-command:latest [2021-07-16T19:13:31.843Z] Building sys-mgmt-agent [2021-07-16T19:13:31.843Z] Successfully built 20907b4043b2 [2021-07-16T19:13:31.843Z]  Building core-command ... done Successfully tagged support-scheduler:latest [2021-07-16T19:13:32.118Z] Building core-metadata [2021-07-16T19:13:32.119Z]  Building support-scheduler ... done Removing intermediate container 3c3a7190ff94 [2021-07-16T19:13:32.119Z] ---> cba85861218f [2021-07-16T19:13:32.119Z] Step 23/23 : LABEL version=0.0.0 [2021-07-16T19:13:32.119Z] ---> Running in e33cdf2396e3 [2021-07-16T19:13:33.530Z] Removing intermediate container e33cdf2396e3 [2021-07-16T19:13:33.530Z] ---> 37d1fbd619e8 [2021-07-16T19:13:33.530Z] [2021-07-16T19:13:33.530Z] Successfully built 37d1fbd619e8 [2021-07-16T19:13:33.530Z] Successfully tagged support-notifications:latest [2021-07-16T19:13:33.530Z] Building security-proxy-setup [2021-07-16T19:13:36.908Z]  Building support-notifications ... done Removing intermediate container 08cd8398e151 [2021-07-16T19:13:36.908Z] ---> 992cd6d5dbd1 [2021-07-16T19:13:36.908Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:13:37.182Z] Removing intermediate container d4b7c7601369 [2021-07-16T19:13:37.182Z] ---> 30c0f833ab44 [2021-07-16T19:13:37.182Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-16T19:13:38.160Z] ---> 99538764c33b [2021-07-16T19:13:38.160Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-16T19:13:38.433Z] ---> Running in 0a7f0cf90b60 [2021-07-16T19:13:39.018Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:13:39.018Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:13:39.018Z] ---> 81b8ca210001 [2021-07-16T19:13:39.018Z] Step 3/22 : WORKDIR /edgex-go [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> 9b93710035e4 [2021-07-16T19:13:39.018Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> 98c164963b6d [2021-07-16T19:13:39.018Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> e064d7376955 [2021-07-16T19:13:39.018Z] Step 6/22 : COPY go.mod . [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> 6454105b5fdf [2021-07-16T19:13:39.018Z] Step 7/22 : RUN go mod download [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> 2016da89ccff [2021-07-16T19:13:39.018Z] Step 8/22 : COPY . . [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> 2fd7d489cd62 [2021-07-16T19:13:39.018Z] Step 9/22 : RUN go mod tidy [2021-07-16T19:13:39.018Z] ---> Using cache [2021-07-16T19:13:39.018Z] ---> a1769bb88447 [2021-07-16T19:13:39.018Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-16T19:13:40.433Z] Removing intermediate container 0a7f0cf90b60 [2021-07-16T19:13:40.433Z] ---> 89051cedb3d2 [2021-07-16T19:13:40.433Z] Step 24/26 : LABEL arch=x86_64 [2021-07-16T19:13:40.433Z] ---> ae841d396789 [2021-07-16T19:13:40.433Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-16T19:13:40.700Z] ---> Running in f16eda7e653a [2021-07-16T19:13:40.971Z] ---> Running in a3175195d4ac [2021-07-16T19:13:41.252Z] ---> 9b9ba2aa115f [2021-07-16T19:13:41.252Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-16T19:13:41.252Z] Removing intermediate container a3175195d4ac [2021-07-16T19:13:41.252Z] ---> bd4bb5a10f08 [2021-07-16T19:13:41.252Z] Step 25/26 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:13:41.252Z] ---> Running in b019cd9ac0a8 [2021-07-16T19:13:41.538Z] ---> 3789f17f0bfb [2021-07-16T19:13:41.539Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-16T19:13:41.539Z] 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 [2021-07-16T19:13:41.539Z] Removing intermediate container b019cd9ac0a8 [2021-07-16T19:13:41.539Z] ---> d17974c2f549 [2021-07-16T19:13:41.539Z] Step 26/26 : LABEL version=0.0.0 [2021-07-16T19:13:41.820Z] ---> Running in 1f3c77b97ab8 [2021-07-16T19:13:41.820Z] ---> 89df10e76602 [2021-07-16T19:13:41.820Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-16T19:13:41.820Z] ---> Running in 80a716ccc9e6 [2021-07-16T19:13:41.820Z] Removing intermediate container 1f3c77b97ab8 [2021-07-16T19:13:41.820Z] ---> dd095171eb44 [2021-07-16T19:13:41.820Z] [2021-07-16T19:13:42.092Z] Successfully built dd095171eb44 [2021-07-16T19:13:42.092Z] Removing intermediate container 80a716ccc9e6 [2021-07-16T19:13:42.092Z] ---> 3af9bb5a5bf3 [2021-07-16T19:13:42.092Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-16T19:13:42.092Z] Successfully tagged security-secretstore-setup:latest [2021-07-16T19:13:42.092Z]  Building security-secretstore-setup ... done Building core-data [2021-07-16T19:13:44.094Z] ---> 118148977d25 [2021-07-16T19:13:44.094Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-16T19:13:45.055Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:13:45.055Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:13:45.055Z] ---> 81b8ca210001 [2021-07-16T19:13:45.055Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> 9b93710035e4 [2021-07-16T19:13:45.055Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> 98c164963b6d [2021-07-16T19:13:45.055Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> e064d7376955 [2021-07-16T19:13:45.055Z] Step 6/24 : COPY go.mod . [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> 6454105b5fdf [2021-07-16T19:13:45.055Z] Step 7/24 : RUN go mod download [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> 2016da89ccff [2021-07-16T19:13:45.055Z] Step 8/24 : COPY . . [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> 2fd7d489cd62 [2021-07-16T19:13:45.055Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:13:45.055Z] ---> Using cache [2021-07-16T19:13:45.055Z] ---> a1769bb88447 [2021-07-16T19:13:45.055Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-16T19:13:46.034Z] ---> Running in 6861bbaa5821 [2021-07-16T19:13:46.034Z] ---> Running in ed88d3e1d181 [2021-07-16T19:13:47.049Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:13:47.050Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:13:47.050Z] ---> 81b8ca210001 [2021-07-16T19:13:47.050Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:13:47.050Z] ---> Using cache [2021-07-16T19:13:47.050Z] ---> 9b93710035e4 [2021-07-16T19:13:47.050Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:13:47.050Z] ---> Using cache [2021-07-16T19:13:47.050Z] ---> 98c164963b6d [2021-07-16T19:13:47.050Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-16T19:13:47.648Z] 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 [2021-07-16T19:13:47.648Z] ---> Running in 25804a09d900 [2021-07-16T19:13:48.258Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:13:48.258Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:13:48.258Z] ---> 81b8ca210001 [2021-07-16T19:13:48.258Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:13:48.258Z] ---> Using cache [2021-07-16T19:13:48.258Z] ---> 9b93710035e4 [2021-07-16T19:13:48.258Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:13:48.258Z] ---> Using cache [2021-07-16T19:13:48.258Z] ---> 98c164963b6d [2021-07-16T19:13:48.258Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-16T19:13:48.258Z] ---> Running in 44270f5f5c5e [2021-07-16T19:13:48.258Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:48.258Z] Removing intermediate container 6861bbaa5821 [2021-07-16T19:13:48.258Z] ---> b98725ba74c7 [2021-07-16T19:13:48.258Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-16T19:13:48.327Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-16T19:13:48.533Z] ---> Running in 6e07e560e436 [2021-07-16T19:13:48.804Z] Removing intermediate container 6e07e560e436 [2021-07-16T19:13:48.804Z] ---> 14f30ded1555 [2021-07-16T19:13:48.804Z] Step 29/32 : CMD ["gate"] [2021-07-16T19:13:48.804Z] ---> Running in 48aabdc1ef92 [2021-07-16T19:13:48.804Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:49.077Z] Removing intermediate container 48aabdc1ef92 [2021-07-16T19:13:49.077Z] ---> bc22a64da186 [2021-07-16T19:13:49.077Z] Step 30/32 : LABEL arch=x86_64 [2021-07-16T19:13:49.077Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:49.077Z] ---> Running in 5ecd187bd9dd [2021-07-16T19:13:49.362Z] Removing intermediate container 5ecd187bd9dd [2021-07-16T19:13:49.362Z] ---> 3c039361534d [2021-07-16T19:13:49.362Z] Step 31/32 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:13:49.645Z] ---> Running in ab9c5697917f [2021-07-16T19:13:49.645Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:13:49.928Z] Removing intermediate container ab9c5697917f [2021-07-16T19:13:49.928Z] ---> 65d420a81afd [2021-07-16T19:13:49.928Z] Step 32/32 : LABEL version=0.0.0 [2021-07-16T19:13:49.928Z] OK: 219 MiB in 52 packages [2021-07-16T19:13:49.928Z] ---> Running in 6d322df1e979 [2021-07-16T19:13:50.204Z] Removing intermediate container 6d322df1e979 [2021-07-16T19:13:50.204Z] ---> 78e713300956 [2021-07-16T19:13:50.204Z] [2021-07-16T19:13:50.534Z] Removing intermediate container 25804a09d900 [2021-07-16T19:13:50.534Z] ---> a54fef2c90cd [2021-07-16T19:13:50.534Z] Step 6/24 : COPY go.mod . [2021-07-16T19:13:50.534Z] Successfully built 78e713300956 [2021-07-16T19:13:50.534Z] Successfully tagged security-bootstrapper:latest [2021-07-16T19:13:50.822Z]  Building security-bootstrapper ... done  ---> 3aeeb5bc18ef [2021-07-16T19:13:50.822Z] Step 7/24 : RUN go mod download [2021-07-16T19:13:50.822Z] OK: 219 MiB in 52 packages [2021-07-16T19:13:50.822Z] ---> Running in f067c00067d3 [2021-07-16T19:13:51.440Z] Removing intermediate container 44270f5f5c5e [2021-07-16T19:13:51.440Z] ---> c3177024cb69 [2021-07-16T19:13:51.440Z] Step 6/24 : COPY go.mod . [2021-07-16T19:13:51.717Z] ---> 2935a869f208 [2021-07-16T19:13:51.718Z] Step 7/24 : RUN go mod download [2021-07-16T19:13:51.718Z] ---> Running in 1181f21d2459 [2021-07-16T19:13:52.709Z] Removing intermediate container f067c00067d3 [2021-07-16T19:13:52.709Z] ---> 6bbbec168e86 [2021-07-16T19:13:52.709Z] Step 8/24 : COPY . . [2021-07-16T19:13:55.434Z] Removing intermediate container 1181f21d2459 [2021-07-16T19:13:55.434Z] ---> 0e6c14b6d6e3 [2021-07-16T19:13:55.434Z] Step 8/24 : COPY . . [2021-07-16T19:14:02.186Z] ---> 60340ec8c79d [2021-07-16T19:14:02.186Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:14:02.186Z] ---> Running in c06883166fe7 [2021-07-16T19:14:02.186Z] ---> 77ee5faa317a [2021-07-16T19:14:02.186Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:14:02.186Z] ---> Running in a0534623f319 [2021-07-16T19:14:04.148Z] Removing intermediate container a0534623f319 [2021-07-16T19:14:04.148Z] ---> 1c3498430f43 [2021-07-16T19:14:04.148Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-16T19:14:04.148Z] ---> Running in b513e89c41c1 [2021-07-16T19:14:04.148Z] Removing intermediate container c06883166fe7 [2021-07-16T19:14:04.148Z] ---> 594752b50834 [2021-07-16T19:14:04.148Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-16T19:14:04.148Z] ---> Running in 559076bdebf9 [2021-07-16T19:14:04.416Z] 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 [2021-07-16T19:14:04.683Z] 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 [2021-07-16T19:14:06.095Z] 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 [2021-07-16T19:14:10.618Z] Removing intermediate container f16eda7e653a [2021-07-16T19:14:10.618Z] ---> c96906b5a93c [2021-07-16T19:14:10.618Z] [2021-07-16T19:14:10.618Z] Step 11/22 : FROM alpine:3.12 [2021-07-16T19:14:10.618Z] ---> 13621d1b12d4 [2021-07-16T19:14:10.618Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-16T19:14:10.618Z] ---> Running in 9fea634499c9 [2021-07-16T19:14:11.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:14:11.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:14:11.603Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-16T19:14:11.603Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-16T19:14:11.603Z] (3/4) Installing libcurl (7.77.0-r0) [2021-07-16T19:14:11.603Z] (4/4) Installing curl (7.77.0-r0) [2021-07-16T19:14:11.603Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:14:11.604Z] Executing ca-certificates-20191127-r4.trigger [2021-07-16T19:14:11.879Z] OK: 7 MiB in 18 packages [2021-07-16T19:14:12.473Z] Removing intermediate container 9fea634499c9 [2021-07-16T19:14:12.473Z] ---> a01a987cc434 [2021-07-16T19:14:12.473Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-16T19:14:12.473Z] ---> Running in b71e2c54d3af [2021-07-16T19:14:12.744Z] Removing intermediate container b71e2c54d3af [2021-07-16T19:14:12.744Z] ---> 1832e1c40b51 [2021-07-16T19:14:12.744Z] Step 14/22 : WORKDIR /edgex [2021-07-16T19:14:12.744Z] ---> Running in b139c1dbbd1c [2021-07-16T19:14:12.744Z] Removing intermediate container b139c1dbbd1c [2021-07-16T19:14:12.744Z] ---> 4fa6a2d97ea9 [2021-07-16T19:14:12.744Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-16T19:14:13.016Z] ---> 63d5bb481b21 [2021-07-16T19:14:13.016Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-16T19:14:13.613Z] ---> fb191826fbe4 [2021-07-16T19:14:13.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-16T19:14:14.212Z] ---> 586e393e9beb [2021-07-16T19:14:14.212Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-16T19:14:14.212Z] ---> Running in 158961520eda [2021-07-16T19:14:14.212Z] Removing intermediate container 158961520eda [2021-07-16T19:14:14.212Z] ---> 5d465be7c62c [2021-07-16T19:14:14.212Z] Step 19/22 : CMD ["--init=true"] [2021-07-16T19:14:14.484Z] ---> Running in ca821dcd664c [2021-07-16T19:14:14.484Z] Removing intermediate container ca821dcd664c [2021-07-16T19:14:14.484Z] ---> 6704fdc3a30d [2021-07-16T19:14:14.484Z] Step 20/22 : LABEL arch=x86_64 [2021-07-16T19:14:14.484Z] ---> Running in 9ff202309e3a [2021-07-16T19:14:14.753Z] Removing intermediate container 9ff202309e3a [2021-07-16T19:14:14.753Z] ---> b2d3ffff5401 [2021-07-16T19:14:14.753Z] Step 21/22 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:14:14.753Z] ---> Running in a1bf2df4f265 [2021-07-16T19:14:15.022Z] Removing intermediate container a1bf2df4f265 [2021-07-16T19:14:15.022Z] ---> e4261bcd28cd [2021-07-16T19:14:15.022Z] Step 22/22 : LABEL version=0.0.0 [2021-07-16T19:14:15.022Z] ---> Running in db891d95008f [2021-07-16T19:14:15.022Z] Removing intermediate container db891d95008f [2021-07-16T19:14:15.022Z] ---> 5966d4cb814a [2021-07-16T19:14:15.022Z] [2021-07-16T19:14:15.294Z] Successfully built 5966d4cb814a [2021-07-16T19:14:15.294Z] Successfully tagged security-proxy-setup:latest [2021-07-16T19:14:19.832Z]  Building security-proxy-setup ... done Removing intermediate container ed88d3e1d181 [2021-07-16T19:14:19.832Z] ---> 650af5f2720a [2021-07-16T19:14:19.832Z] [2021-07-16T19:14:19.832Z] Step 11/24 : FROM alpine:3.12 [2021-07-16T19:14:19.832Z] ---> 13621d1b12d4 [2021-07-16T19:14:19.832Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-16T19:14:19.832Z] ---> Using cache [2021-07-16T19:14:19.832Z] ---> c6d2d7266b53 [2021-07-16T19:14:19.832Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:14:19.832Z] ---> Using cache [2021-07-16T19:14:19.832Z] ---> 970df6b44480 [2021-07-16T19:14:19.832Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-16T19:14:19.832Z] ---> Running in 35e87d19f9a4 [2021-07-16T19:14:19.832Z] Removing intermediate container 35e87d19f9a4 [2021-07-16T19:14:19.832Z] ---> 99b98d269f3c [2021-07-16T19:14:19.832Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-16T19:14:20.110Z] ---> Running in ad8b4d1fd0bb [2021-07-16T19:14:20.110Z] Removing intermediate container ad8b4d1fd0bb [2021-07-16T19:14:20.110Z] ---> 8f37ee82a153 [2021-07-16T19:14:20.110Z] Step 16/24 : WORKDIR / [2021-07-16T19:14:20.110Z] ---> Running in 933fc8104ed9 [2021-07-16T19:14:20.388Z] Removing intermediate container 933fc8104ed9 [2021-07-16T19:14:20.388Z] ---> 57240be5fc03 [2021-07-16T19:14:20.388Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:14:20.669Z] ---> dee1a0c6eb5a [2021-07-16T19:14:20.669Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-16T19:14:21.270Z] ---> f94942e789cb [2021-07-16T19:14:21.270Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-16T19:14:21.546Z] ---> 47ec063e69a6 [2021-07-16T19:14:21.546Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-16T19:14:21.546Z] ---> Running in 8a644bd90520 [2021-07-16T19:14:21.832Z] Removing intermediate container 8a644bd90520 [2021-07-16T19:14:21.832Z] ---> a7b4aec088c0 [2021-07-16T19:14:21.832Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:14:21.832Z] ---> Running in c84ca80cdcda [2021-07-16T19:14:21.832Z] Removing intermediate container c84ca80cdcda [2021-07-16T19:14:21.832Z] ---> f8628d3a9784 [2021-07-16T19:14:21.832Z] Step 22/24 : LABEL arch=x86_64 [2021-07-16T19:14:21.832Z] ---> Running in 68b739502a96 [2021-07-16T19:14:22.114Z] Removing intermediate container 68b739502a96 [2021-07-16T19:14:22.114Z] ---> 5286aff9d235 [2021-07-16T19:14:22.114Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:14:22.114Z] ---> Running in 589a2e2c5eef [2021-07-16T19:14:22.393Z] Removing intermediate container 589a2e2c5eef [2021-07-16T19:14:22.393Z] ---> a91c02e44d83 [2021-07-16T19:14:22.393Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:14:22.393Z] ---> Running in c9c281c08deb [2021-07-16T19:14:22.393Z] Removing intermediate container c9c281c08deb [2021-07-16T19:14:22.393Z] ---> 2ea001e26ca5 [2021-07-16T19:14:22.393Z] [2021-07-16T19:14:22.679Z] Successfully built 2ea001e26ca5 [2021-07-16T19:14:22.679Z] Successfully tagged core-metadata:latest [2021-07-16T19:14:28.216Z]  Building core-metadata ... done Removing intermediate container 559076bdebf9 [2021-07-16T19:14:28.216Z] ---> b0b55e3f0396 [2021-07-16T19:14:28.216Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-16T19:14:28.217Z] ---> Running in 5a7fd1a74243 [2021-07-16T19:14:28.497Z] 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 [2021-07-16T19:14:29.513Z] Removing intermediate container 5a7fd1a74243 [2021-07-16T19:14:29.513Z] ---> 9071610f88b6 [2021-07-16T19:14:29.513Z] [2021-07-16T19:14:29.513Z] Step 12/24 : FROM docker:20.10.6 [2021-07-16T19:14:30.506Z] 20.10.6: Pulling from library/docker [2021-07-16T19:14:30.506Z] Removing intermediate container b513e89c41c1 [2021-07-16T19:14:30.506Z] ---> f3f81fe55409 [2021-07-16T19:14:30.506Z] [2021-07-16T19:14:30.506Z] Step 11/24 : FROM alpine:3.12 [2021-07-16T19:14:30.506Z] ---> 13621d1b12d4 [2021-07-16T19:14:30.506Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-16T19:14:30.506Z] ---> Running in d4a80c2f024f [2021-07-16T19:14:30.785Z] Removing intermediate container d4a80c2f024f [2021-07-16T19:14:30.785Z] ---> f7461f03c550 [2021-07-16T19:14:30.785Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-16T19:14:30.785Z] ---> Running in e299e8da9cf5 [2021-07-16T19:14:30.785Z] Removing intermediate container e299e8da9cf5 [2021-07-16T19:14:30.785Z] ---> 1effb7507aa5 [2021-07-16T19:14:30.785Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-16T19:14:30.785Z] ---> Running in acd2020d2527 [2021-07-16T19:14:31.061Z] Removing intermediate container acd2020d2527 [2021-07-16T19:14:31.061Z] ---> e9c4ec854ccc [2021-07-16T19:14:31.061Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:14:31.061Z] ---> Running in 3007df5b18a4 [2021-07-16T19:14:31.665Z] Removing intermediate container 3007df5b18a4 [2021-07-16T19:14:31.665Z] ---> fa68ae39ca1c [2021-07-16T19:14:31.665Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-16T19:14:31.665Z] ---> Running in fd0608f4a565 [2021-07-16T19:14:31.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:14:32.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:14:32.825Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-16T19:14:33.096Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-16T19:14:33.096Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-16T19:14:33.096Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-16T19:14:34.092Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-16T19:14:34.093Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-16T19:14:34.367Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:14:34.367Z] OK: 8 MiB in 20 packages [2021-07-16T19:14:35.814Z] Removing intermediate container fd0608f4a565 [2021-07-16T19:14:35.814Z] ---> e75e14d1db40 [2021-07-16T19:14:35.814Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:14:35.814Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-16T19:14:35.814Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-16T19:14:35.814Z] ---> d2979b152a7d [2021-07-16T19:14:35.814Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:14:35.814Z] ---> Running in 52c412c877ce [2021-07-16T19:14:35.814Z] ---> 5b7d4925ed91 [2021-07-16T19:14:35.814Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-16T19:14:35.814Z] Removing intermediate container 52c412c877ce [2021-07-16T19:14:35.814Z] ---> c6dc5febb8d2 [2021-07-16T19:14:35.814Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-16T19:14:35.814Z] ---> Running in 35a0a636faaf [2021-07-16T19:14:36.093Z] ---> 8c624fa51d68 [2021-07-16T19:14:36.093Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-16T19:14:36.372Z] ---> 8ee9961c9011 [2021-07-16T19:14:36.372Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-16T19:14:36.372Z] ---> Running in a727af2c0c4d [2021-07-16T19:14:36.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-16T19:14:36.372Z] Removing intermediate container a727af2c0c4d [2021-07-16T19:14:36.372Z] ---> 94bd7704714d [2021-07-16T19:14:36.372Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:14:36.372Z] ---> Running in 78e6aa8b4975 [2021-07-16T19:14:36.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-16T19:14:36.372Z] Removing intermediate container 78e6aa8b4975 [2021-07-16T19:14:36.372Z] ---> 00407cced623 [2021-07-16T19:14:36.372Z] Step 22/24 : LABEL arch=x86_64 [2021-07-16T19:14:36.653Z] ---> Running in 4d0e2af7a4c6 [2021-07-16T19:14:36.653Z] Removing intermediate container 4d0e2af7a4c6 [2021-07-16T19:14:36.653Z] ---> 5fe72b43e69a [2021-07-16T19:14:36.653Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:14:36.653Z] ---> Running in cbeb7022532f [2021-07-16T19:14:36.653Z] Removing intermediate container cbeb7022532f [2021-07-16T19:14:36.653Z] ---> 24248a7f73ad [2021-07-16T19:14:36.653Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:14:36.653Z] (1/39) Installing readline (8.1.0-r0) [2021-07-16T19:14:36.928Z] ---> Running in 9e536b23a745 [2021-07-16T19:14:36.928Z] (2/39) Installing bash (5.1.0-r0) [2021-07-16T19:14:36.928Z] Executing bash-5.1.0-r0.post-install [2021-07-16T19:14:36.928Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-16T19:14:36.928Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-16T19:14:36.928Z] Removing intermediate container 9e536b23a745 [2021-07-16T19:14:36.928Z] ---> 8b5e6e3fe251 [2021-07-16T19:14:36.928Z] [2021-07-16T19:14:36.928Z] (5/39) Installing libcurl (7.77.0-r1) [2021-07-16T19:14:36.928Z] (6/39) Installing curl (7.77.0-r1) [2021-07-16T19:14:36.928Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-16T19:14:36.928Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-16T19:14:36.928Z] (9/39) Installing expat (2.2.10-r1) [2021-07-16T19:14:36.928Z] (10/39) Installing libffi (3.3-r2) [2021-07-16T19:14:36.928Z] (11/39) Installing gdbm (1.19-r0) [2021-07-16T19:14:36.928Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-16T19:14:36.928Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-16T19:14:36.928Z] Successfully built 8b5e6e3fe251 [2021-07-16T19:14:36.928Z] Successfully tagged core-data:latest [2021-07-16T19:14:36.928Z]  Building core-data ... done (14/39) Installing python3 (3.8.10-r0) [2021-07-16T19:14:37.907Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-16T19:14:37.907Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-16T19:14:37.907Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-16T19:14:37.907Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-16T19:14:37.907Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-16T19:14:37.907Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-16T19:14:37.907Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-16T19:14:37.907Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-16T19:14:37.907Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-16T19:14:37.907Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-16T19:14:37.907Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-16T19:14:37.908Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-16T19:14:37.908Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-16T19:14:37.908Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-16T19:14:37.908Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-16T19:14:37.908Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-16T19:14:37.908Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-16T19:14:37.908Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-16T19:14:37.908Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-16T19:14:37.908Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-16T19:14:37.908Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-16T19:14:37.908Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-16T19:14:37.908Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-16T19:14:37.908Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-16T19:14:37.908Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-16T19:14:38.183Z] Executing busybox-1.32.1-r6.trigger [2021-07-16T19:14:38.183Z] OK: 82 MiB in 59 packages [2021-07-16T19:14:39.621Z] Collecting docker-compose==1.23.2 [2021-07-16T19:14:39.621Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-16T19:14:39.621Z] Collecting texttable<0.10,>=0.9.0 [2021-07-16T19:14:39.621Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-16T19:14:39.895Z] Collecting jsonschema<3,>=2.5.1 [2021-07-16T19:14:39.895Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-16T19:14:39.895Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-16T19:14:39.895Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-16T19:14:39.895Z] Collecting docker<4.0,>=3.6.0 [2021-07-16T19:14:39.895Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-16T19:14:40.169Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-07-16T19:14:40.169Z] Collecting PyYAML<4,>=3.10 [2021-07-16T19:14:40.169Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-16T19:14:40.774Z] Collecting docopt<0.7,>=0.6.1 [2021-07-16T19:14:40.774Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-16T19:14:41.052Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-16T19:14:41.052Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-16T19:14:41.052Z] Collecting cached-property<2,>=1.2.0 [2021-07-16T19:14:41.052Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-16T19:14:41.052Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-16T19:14:41.052Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-16T19:14:41.649Z] Collecting docker-pycreds>=0.4.0 [2021-07-16T19:14:41.649Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-16T19:14:41.649Z] Collecting idna<2.8,>=2.5 [2021-07-16T19:14:41.649Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-16T19:14:41.649Z] Collecting certifi>=2017.4.17 [2021-07-16T19:14:41.649Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-16T19:14:41.649Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-16T19:14:41.649Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-16T19:14:41.649Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-16T19:14:41.649Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-16T19:14:41.649Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-16T19:14:41.649Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-16T19:14:41.649Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-16T19:14:41.649Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-16T19:14:41.924Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-16T19:14:41.924Z] Attempting uninstall: urllib3 [2021-07-16T19:14:41.924Z] Found existing installation: urllib3 1.26.2 [2021-07-16T19:14:41.924Z] Uninstalling urllib3-1.26.2: [2021-07-16T19:14:41.924Z] Successfully uninstalled urllib3-1.26.2 [2021-07-16T19:14:41.924Z] Attempting uninstall: idna [2021-07-16T19:14:41.924Z] Found existing installation: idna 3.1 [2021-07-16T19:14:41.924Z] Uninstalling idna-3.1: [2021-07-16T19:14:41.924Z] Successfully uninstalled idna-3.1 [2021-07-16T19:14:42.208Z] Attempting uninstall: chardet [2021-07-16T19:14:42.208Z] Found existing installation: chardet 4.0.0 [2021-07-16T19:14:42.208Z] Uninstalling chardet-4.0.0: [2021-07-16T19:14:42.208Z] Successfully uninstalled chardet-4.0.0 [2021-07-16T19:14:42.489Z] Attempting uninstall: requests [2021-07-16T19:14:42.489Z] Found existing installation: requests 2.25.1 [2021-07-16T19:14:42.489Z] Uninstalling requests-2.25.1: [2021-07-16T19:14:42.489Z] Successfully uninstalled requests-2.25.1 [2021-07-16T19:14:42.489Z] Running setup.py install for texttable: started [2021-07-16T19:14:42.765Z] Running setup.py install for texttable: finished with status 'done' [2021-07-16T19:14:42.765Z] Running setup.py install for PyYAML: started [2021-07-16T19:14:43.041Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-16T19:14:43.315Z] Running setup.py install for docopt: started [2021-07-16T19:14:43.590Z] Running setup.py install for docopt: finished with status 'done' [2021-07-16T19:14:43.590Z] Running setup.py install for dockerpty: started [2021-07-16T19:14:43.866Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-16T19:14:44.143Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 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 [2021-07-16T19:14:44.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-16T19:14:44.951Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-16T19:14:47.560Z] Removing intermediate container 35a0a636faaf [2021-07-16T19:14:47.561Z] ---> 8a3305c324b5 [2021-07-16T19:14:47.561Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-16T19:14:47.561Z] ---> Running in ee740257ea79 [2021-07-16T19:14:47.561Z] Removing intermediate container ee740257ea79 [2021-07-16T19:14:47.561Z] ---> aa9ccaffc3ff [2021-07-16T19:14:47.561Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-16T19:14:47.561Z] ---> Running in 3509cb5f2dfa [2021-07-16T19:14:47.561Z] Removing intermediate container 3509cb5f2dfa [2021-07-16T19:14:47.561Z] ---> 6cde84e619e0 [2021-07-16T19:14:47.561Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-16T19:14:48.166Z] ---> feaf361f7f99 [2021-07-16T19:14:48.166Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-16T19:14:48.456Z] ---> 8152bdb274ee [2021-07-16T19:14:48.456Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-16T19:14:48.456Z] ---> 6aaf1972369e [2021-07-16T19:14:48.456Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-16T19:14:48.456Z] ---> Running in b6ffb53b570b [2021-07-16T19:14:48.737Z] Removing intermediate container b6ffb53b570b [2021-07-16T19:14:48.737Z] ---> 63addf0b8afe [2021-07-16T19:14:48.737Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:14:48.737Z] ---> Running in e1ca435b1984 [2021-07-16T19:14:48.737Z] Removing intermediate container e1ca435b1984 [2021-07-16T19:14:48.737Z] ---> f35c6e897367 [2021-07-16T19:14:48.737Z] Step 22/24 : LABEL arch=x86_64 [2021-07-16T19:14:48.737Z] ---> Running in ae65df1d9bb0 [2021-07-16T19:14:49.012Z] Removing intermediate container ae65df1d9bb0 [2021-07-16T19:14:49.012Z] ---> b615f9978a42 [2021-07-16T19:14:49.012Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:14:49.012Z] ---> Running in 5baafe61363f [2021-07-16T19:14:49.012Z] Removing intermediate container 5baafe61363f [2021-07-16T19:14:49.012Z] ---> b2a23f9e320a [2021-07-16T19:14:49.012Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:14:49.012Z] ---> Running in 245db390a70b [2021-07-16T19:14:49.012Z] Removing intermediate container 245db390a70b [2021-07-16T19:14:49.012Z] ---> 67c289ac54c2 [2021-07-16T19:14:49.012Z] [2021-07-16T19:14:49.288Z] Successfully built 67c289ac54c2 [2021-07-16T19:14:49.288Z] Successfully tagged sys-mgmt-agent:latest [2021-07-16T19:14:49.307Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-07-16T19:14:49.408Z] $ docker stop --time=1 50c1ad0841aa60aee58e73086f3d2882ff01210e622791f33bfe7dd4c2c3569c [2021-07-16T19:14:50.482Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-16T19:14:50.482Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-16T19:14:50.726Z] $ docker rm -f 50c1ad0841aa60aee58e73086f3d2882ff01210e622791f33bfe7dd4c2c3569c [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-16T19:14:51.222Z] + docker images [2021-07-16T19:14:51.222Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-16T19:14:51.222Z] sys-mgmt-agent latest 67c289ac54c2 3 seconds ago 324MB [2021-07-16T19:14:51.222Z] core-data latest 8b5e6e3fe251 15 seconds ago 20.4MB [2021-07-16T19:14:51.222Z] f3f81fe55409 21 seconds ago 1.75GB [2021-07-16T19:14:51.222Z] 9071610f88b6 22 seconds ago 1.75GB [2021-07-16T19:14:51.222Z] core-metadata latest 2ea001e26ca5 29 seconds ago 16.7MB [2021-07-16T19:14:51.222Z] 650af5f2720a 32 seconds ago 1.75GB [2021-07-16T19:14:51.222Z] security-proxy-setup latest 5966d4cb814a 37 seconds ago 25.9MB [2021-07-16T19:14:51.222Z] c96906b5a93c 41 seconds ago 1.75GB [2021-07-16T19:14:51.222Z] security-bootstrapper latest 78e713300956 About a minute ago 18.7MB [2021-07-16T19:14:51.222Z] security-secretstore-setup latest dd095171eb44 About a minute ago 29MB [2021-07-16T19:14:51.222Z] support-notifications latest 37d1fbd619e8 About a minute ago 16.8MB [2021-07-16T19:14:51.222Z] support-scheduler latest 20907b4043b2 About a minute ago 16.1MB [2021-07-16T19:14:51.222Z] core-command latest 5cc411639356 About a minute ago 16MB [2021-07-16T19:14:51.222Z] bbaf114da612 About a minute ago 1.75GB [2021-07-16T19:14:51.222Z] 5dd6499f1fc1 About a minute ago 1.75GB [2021-07-16T19:14:51.222Z] 509c21fe8ec6 About a minute ago 1.74GB [2021-07-16T19:14:51.222Z] 8df1a1959da5 About a minute ago 1.75GB [2021-07-16T19:14:51.222Z] 0f5d743b15af About a minute ago 1.74GB [2021-07-16T19:14:51.222Z] ci-base-image-x86_64 latest 81b8ca210001 5 minutes ago 1.24GB [2021-07-16T19:14:51.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 47 hours ago 475MB [2021-07-16T19:14:51.222Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 9 days ago 37.5MB [2021-07-16T19:14:51.222Z] docker 20.10.6 d2979b152a7d 3 months ago 246MB [2021-07-16T19:14:51.222Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-07-16T19:14:51.222Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 12 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-07-16T19:14:57.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-16T19:14:57.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-16T19:14:57.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-16T19:14:57.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-16T19:14:59.899Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-16T19:14:59.899Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-16T19:15:00.907Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-16T19:15:00.907Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-16T19:15:00.907Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-16T19:15:00.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-16T19:15:07.060Z] Still waiting to schedule task [2021-07-16T19:15:07.061Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-07-16T19:15:13.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.257s coverage: 28.7% of statements [2021-07-16T19:15:13.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-16T19:15:13.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-16T19:15:16.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.398s coverage: 100.0% of statements [2021-07-16T19:15:16.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-16T19:15:16.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.343s coverage: 46.3% of statements [2021-07-16T19:15:16.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-16T19:15:16.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-16T19:15:20.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.599s coverage: 89.9% of statements [2021-07-16T19:15:20.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-16T19:15:20.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:15:20.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.202s coverage: 78.9% of statements [2021-07-16T19:15:21.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.183s coverage: 81.2% of statements [2021-07-16T19:15:21.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-16T19:15:21.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-16T19:15:21.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-16T19:15:21.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-16T19:15:21.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-16T19:15:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.441s coverage: 95.1% of statements [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-16T19:15:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 60.0% of statements [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-16T19:15:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.346s coverage: 0.8% of statements [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-16T19:15:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements [2021-07-16T19:15:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.211s coverage: 22.0% of statements [2021-07-16T19:15:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-16T19:15:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.252s coverage: 47.1% of statements [2021-07-16T19:15:28.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.205s coverage: 79.5% of statements [2021-07-16T19:15:28.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.167s coverage: 94.1% of statements [2021-07-16T19:15:28.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.283s coverage: 96.3% of statements [2021-07-16T19:15:29.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.234s coverage: 87.5% of statements [2021-07-16T19:15:41.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.200s coverage: 94.4% of statements [2021-07-16T19:15:41.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.164s coverage: 44.8% of statements [2021-07-16T19:15:47.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.570s coverage: 81.8% of statements [2021-07-16T19:15:47.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.296s coverage: 92.9% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.152s coverage: 100.0% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.203s coverage: 58.8% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.245s coverage: 80.0% of statements [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.232s coverage: 87.2% of statements [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.278s coverage: 85.4% of statements [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.307s coverage: 91.2% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.741s coverage: 64.4% of statements [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-16T19:15:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.170s coverage: 100.0% of statements [2021-07-16T19:15:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-07-16T19:15:55.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-07-16T19:15:56.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-07-16T19:15:56.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-07-16T19:16:01.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.057s coverage: 66.9% of statements [2021-07-16T19:16:01.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-16T19:16:01.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-16T19:16:01.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-16T19:16:03.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.730s coverage: 43.6% of statements [2021-07-16T19:16:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-16T19:16:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-16T19:16:03.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.239s coverage: 89.5% of statements [2021-07-16T19:16:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-16T19:16:03.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.235s coverage: 84.8% of statements [2021-07-16T19:16:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.282s coverage: 19.3% of statements [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.547s coverage: 91.9% of statements [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.194s coverage: 62.7% of statements [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.388s coverage: 97.6% of statements [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.181s coverage: 28.9% of statements [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-16T19:16:11.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.163s coverage: 100.0% of statements [2021-07-16T19:16:11.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-07-16T19:16:11.393Z] GO111MODULE=on go vet ./... [2021-07-16T19:17:33.454Z] gofmt -l . [2021-07-16T19:17:33.454Z] [ "`gofmt -l .`" = "" ] [2021-07-16T19:17:33.454Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-16T19:17:34.748Z] + ls -al . [2021-07-16T19:17:34.748Z] total 624 [2021-07-16T19:17:34.748Z] drwxrwxr-x 9 1001 1001 4096 Jul 16 19:17 . [2021-07-16T19:17:34.748Z] drwxr-xr-x 4 root root 4096 Jul 16 19:13 .. [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 11 Jul 16 19:10 .dockerignore [2021-07-16T19:17:34.748Z] drwxrwxr-x 8 1001 1001 4096 Jul 16 19:10 .git [2021-07-16T19:17:34.748Z] drwxrwxr-x 3 1001 1001 4096 Jul 16 19:10 .github [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 818 Jul 16 19:10 .gitignore [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 76 Jul 16 19:10 .hadolint.yml [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 166 Jul 16 19:10 .sonarcloud.properties [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 8609 Jul 16 19:10 Attribution.txt [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 43881 Jul 16 19:10 CHANGELOG.md [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 3804 Jul 16 19:10 CONTRIBUTING.md [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 931 Jul 16 19:10 Dockerfile.build [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 849 Jul 16 19:10 Jenkinsfile [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 10775 Jul 16 19:10 LICENSE [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 5915 Jul 16 19:10 Makefile [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 8649 Jul 16 19:10 README.md [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 6912 Jul 16 19:10 SECURITY.md [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 5 Jul 16 19:08 VERSION [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 4131 Jul 16 19:10 ZMQWindows.md [2021-07-16T19:17:34.748Z] drwxrwxr-x 2 1001 1001 4096 Jul 16 19:10 bin [2021-07-16T19:17:34.748Z] drwxrwxr-x 14 1001 1001 4096 Jul 16 19:10 cmd [2021-07-16T19:17:34.748Z] -rw-r--r-- 1 root root 402846 Jul 16 19:16 coverage.out [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 812 Jul 16 19:10 go.mod [2021-07-16T19:17:34.748Z] -rw-r--r-- 1 root root 48353 Jul 16 19:13 go.sum [2021-07-16T19:17:34.748Z] drwxrwxr-x 7 1001 1001 4096 Jul 16 19:10 internal [2021-07-16T19:17:34.748Z] drwxrwxr-x 3 1001 1001 4096 Jul 16 19:10 openapi [2021-07-16T19:17:34.748Z] drwxrwxr-x 4 1001 1001 4096 Jul 16 19:10 snap [2021-07-16T19:17:34.748Z] -rw-rw-r-- 1 1001 1001 204 Jul 16 19:10 version.go [Pipeline] sh [2021-07-16T19:17:35.437Z] + '[' -e coverage.out ] [2021-07-16T19:17:35.437Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-16T19:17:35.478Z] Warning: overwriting stash ‘coverage-report’ [2021-07-16T19:17:36.260Z] Stashed 1 file(s) [Pipeline] sh [2021-07-16T19:17:36.932Z] + make build [2021-07-16T19:17:36.932Z] go mod tidy [2021-07-16T19:17:37.537Z] 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 [2021-07-16T19:17:44.554Z] 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 [2021-07-16T19:18:06.850Z] 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 [2021-07-16T19:18:07.831Z] 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 [2021-07-16T19:18:11.262Z] 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 [2021-07-16T19:18:12.250Z] 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 [2021-07-16T19:18:15.659Z] 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 [2021-07-16T19:18:19.066Z] 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 [2021-07-16T19:18:21.722Z] 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 [2021-07-16T19:18:26.061Z] 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 [2021-07-16T19:18:26.549Z] Running on prd-ubuntu18.04-docker-8c-8g-3113 in /w/workspace/edgexfoundry_edgex-go_PR-3628 [Pipeline] { [Pipeline] ws [2021-07-16T19:18:26.613Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-07-16T19:18:26.774Z] The recommended git tool is: git [2021-07-16T19:18:28.687Z] 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 [2021-07-16T19:18:29.551Z] using credential edgex-jenkins-ssh [2021-07-16T19:18:29.566Z] Cloning the remote Git repository [2021-07-16T19:18:29.586Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-16T19:18:29.665Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-07-16T19:18:29.710Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-16T19:18:29.711Z] > git --version # timeout=10 [2021-07-16T19:18:29.718Z] > git --version # 'git version 2.17.1' [2021-07-16T19:18:29.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T19:18:29.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T19:18:32.120Z] 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] } [2021-07-16T19:18:37.584Z] $ docker stop --time=1 fb5c43523db7927ed27d892346f0ceafc9a1b6d9c54d5265e23e1e1aba6b3e0b [2021-07-16T19:18:39.374Z] Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:18:39.489Z] Merge succeeded, producing cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:18:39.490Z] Checking out Revision cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 (PR-3628) [2021-07-16T19:18:38.844Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-16T19:18:38.851Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-16T19:18:38.865Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-16T19:18:38.882Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-16T19:18:38.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T19:18:38.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3628/head:refs/remotes/origin/PR-3628 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-16T19:18:39.380Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T19:18:39.386Z] > git checkout -f cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 # timeout=10 [2021-07-16T19:18:39.451Z] > git remote # timeout=10 [2021-07-16T19:18:39.458Z] > git config --get remote.origin.url # timeout=10 [2021-07-16T19:18:39.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-16T19:18:39.467Z] > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 [2021-07-16T19:18:39.476Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-16T19:18:39.488Z] > git config core.sparsecheckout # timeout=10 [2021-07-16T19:18:39.493Z] > git checkout -f cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 # timeout=10 [2021-07-16T19:18:40.174Z] $ docker rm -f fb5c43523db7927ed27d892346f0ceafc9a1b6d9c54d5265e23e1e1aba6b3e0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:18:42.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-16T19:18:42.353Z] [2021-07-16T19:18:42.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:18:42.745Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-16T19:18:43.020Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-07-16T19:18:43.020Z] 29e5d40040c1: Pulling fs layer [2021-07-16T19:18:43.020Z] 1ce36da41761: Pulling fs layer [2021-07-16T19:18:43.020Z] 25b303627fd3: Pulling fs layer [2021-07-16T19:18:43.297Z] 29e5d40040c1: Verifying Checksum [2021-07-16T19:18:43.297Z] 29e5d40040c1: Download complete [2021-07-16T19:18:43.382Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-07-16T19:18:43.415Z] > git --version # timeout=10 [2021-07-16T19:18:43.421Z] > git --version # 'git version 2.17.1' [2021-07-16T19:18:43.425Z] fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [2021-07-16T19:18:43.916Z] 1ce36da41761: Verifying Checksum [2021-07-16T19:18:43.916Z] 1ce36da41761: Download complete [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:18:44.192Z] 29e5d40040c1: Pull complete [2021-07-16T19:18:44.444Z] + echo snap-build.sh [2021-07-16T19:18:44.444Z] snap-build.sh [2021-07-16T19:18:44.444Z] + SNAP_BASE_DIR=. [2021-07-16T19:18:44.444Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-07-16T19:18:44.444Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-07-16T19:18:44.444Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-07-16T19:18:44.444Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-07-16T19:18:44.444Z] + cd /w/workspace/edgex-go/1 [2021-07-16T19:18:44.444Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-07-16T19:18:44.444Z] Reading package lists... [2021-07-16T19:18:44.444Z] Building dependency tree... [2021-07-16T19:18:44.444Z] Reading state information... [2021-07-16T19:18:44.444Z] The following packages were automatically installed and are no longer required: [2021-07-16T19:18:44.444Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-07-16T19:18:44.444Z] uidmap xdelta3 [2021-07-16T19:18:44.444Z] Use 'sudo apt autoremove' to remove them. [2021-07-16T19:18:44.444Z] The following packages will be REMOVED: [2021-07-16T19:18:44.444Z] lxd* lxd-client* [2021-07-16T19:18:44.718Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-07-16T19:18:44.718Z] After this operation, 31.7 MB disk space will be freed. [2021-07-16T19:18:45.258Z] (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 ... 190317 files and directories currently installed.) [2021-07-16T19:18:45.258Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-16T19:18:45.637Z] 1ce36da41761: Pull complete [2021-07-16T19:18:45.637Z] 25b303627fd3: Verifying Checksum [2021-07-16T19:18:45.637Z] 25b303627fd3: Download complete [2021-07-16T19:18:46.224Z] Removing lxd dnsmasq configuration [2021-07-16T19:18:46.224Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-07-16T19:18:46.224Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-07-16T19:18:47.187Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-16T19:18:47.187Z] (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 ... 190142 files and directories currently installed.) [2021-07-16T19:18:47.187Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-16T19:18:48.602Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-07-16T19:18:48.602Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-07-16T19:18:49.192Z] + sudo snap remove --purge lxd [2021-07-16T19:18:49.192Z] snap "lxd" is not installed [2021-07-16T19:18:49.192Z] + sudo groupadd --force --system lxd [2021-07-16T19:18:49.192Z] ++ whoami [2021-07-16T19:18:49.192Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-07-16T19:18:49.192Z] + newgrp - lxd [2021-07-16T19:18:49.192Z] + sudo snap install lxd [2021-07-16T19:18:55.887Z] 25b303627fd3: Pull complete [2021-07-16T19:18:55.888Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-07-16T19:18:55.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-16T19:18:55.888Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-07-16T19:18:56.161Z] prd-ubuntu18.04-docker-arm64-4c-16g-3112 does not seem to be running inside a container [2021-07-16T19:18:56.268Z] $ 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 [2021-07-16T19:18:57.418Z] 2021-07-16T19:18:54Z INFO Waiting for automatic snapd restart... [2021-07-16T19:18:59.370Z] $ docker top 8f0fb5d04b718a472351c4959461328026ffc56f5b7006ecea213bab3c3b25ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T19:19:00.444Z] + docker-compose build --help [2021-07-16T19:19:00.444Z] + grep parallel [2021-07-16T19:19:04.815Z] --parallel Build images in parallel. [Pipeline] } [2021-07-16T19:19:04.856Z] $ docker stop --time=1 8f0fb5d04b718a472351c4959461328026ffc56f5b7006ecea213bab3c3b25ae [2021-07-16T19:19:06.770Z] $ docker rm -f 8f0fb5d04b718a472351c4959461328026ffc56f5b7006ecea213bab3c3b25ae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:19:07.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-16T19:19:07.588Z] . [Pipeline] withDockerContainer [2021-07-16T19:19:07.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-3112 does not seem to be running inside a container [2021-07-16T19:19:07.956Z] $ 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 [2021-07-16T19:19:09.616Z] $ docker top 2898cb71625e59fb1ee881d478909ae0365affddcecab89163b2c5905ab8f044 -eo pid,comm [2021-07-16T19:19:09.762Z] lxd 4.16 from Canonical* installed [2021-07-16T19:19:09.762Z] + sudo lxd init --auto [Pipeline] { [Pipeline] sh [2021-07-16T19:19:10.659Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-16T19:19:14.961Z] Building core-command ... [2021-07-16T19:19:14.961Z] Building core-data ... [2021-07-16T19:19:14.961Z] Building core-metadata ... [2021-07-16T19:19:14.961Z] Building security-bootstrapper ... [2021-07-16T19:19:14.961Z] Building security-proxy-setup ... [2021-07-16T19:19:14.961Z] Building security-secretstore-setup ... [2021-07-16T19:19:14.961Z] Building support-notifications ... [2021-07-16T19:19:14.961Z] Building support-scheduler ... [2021-07-16T19:19:14.961Z] Building sys-mgmt-agent ... [2021-07-16T19:19:14.961Z] Building core-command [2021-07-16T19:19:14.961Z] Building core-metadata [2021-07-16T19:19:14.961Z] Building security-bootstrapper [2021-07-16T19:19:14.961Z] Building support-scheduler [2021-07-16T19:19:14.961Z] Building sys-mgmt-agent [2021-07-16T19:19:17.987Z] + sudo snap install --classic snapcraft [2021-07-16T19:19:28.069Z] snapcraft 4.8.3 from Canonical* installed [2021-07-16T19:19:28.069Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-07-16T19:19:28.069Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-07-16T19:19:28.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-16T19:19:28.069Z] Dload Upload Total Spent Left Speed [2021-07-16T19:19:28.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3407 0 --:--:-- --:--:-- --:--:-- 3389 [2021-07-16T19:19:28.336Z] 100 3325k 100 3325k 0 0 7197k 0 --:--:-- --:--:-- --:--:-- 7197k [2021-07-16T19:19:28.336Z] ./yq_linux_amd64 [2021-07-16T19:19:28.603Z] + sudo snapcraft prime --use-lxd [2021-07-16T19:19:30.553Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-07-16T19:19:30.821Z] 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: [2021-07-16T19:19:30.821Z] - README.md [2021-07-16T19:19:30.821Z] [2021-07-16T19:19:30.821Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-16T19:19:30.821Z] Launching a container. [2021-07-16T19:19:39.046Z] Waiting for container to be ready [2021-07-16T19:19:39.046Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-07-16T19:19:39.046Z] [2021-07-16T19:19:43.333Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-07-16T19:19:43.333Z] Waiting for network to be ready... [2021-07-16T19:19:43.600Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-16T19:19:43.866Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] [2021-07-16T19:19:43.867Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-16T19:19:43.867Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-07-16T19:19:43.867Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-07-16T19:19:43.867Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-07-16T19:19:43.867Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-07-16T19:19:43.867Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-07-16T19:19:43.867Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] [2021-07-16T19:19:43.867Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-07-16T19:19:44.134Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-16T19:19:44.401Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-16T19:19:44.667Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-16T19:19:44.667Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-16T19:19:44.667Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-16T19:19:44.667Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-16T19:19:44.667Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-16T19:19:44.667Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-16T19:19:45.251Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-16T19:19:45.251Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2132 kB] [2021-07-16T19:19:45.519Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] [2021-07-16T19:19:45.519Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-16T19:19:45.519Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-16T19:19:45.519Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] [2021-07-16T19:19:45.519Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] [2021-07-16T19:19:45.519Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] [2021-07-16T19:19:45.519Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-07-16T19:19:48.107Z] Fetched 24.8 MB in 4s (5934 kB/s) [2021-07-16T19:19:48.695Z] Reading package lists... [2021-07-16T19:19:48.695Z] Reading package lists... [2021-07-16T19:19:48.962Z] Building dependency tree... [2021-07-16T19:19:48.962Z] Reading state information... [2021-07-16T19:19:48.962Z] The following additional packages will be installed: [2021-07-16T19:19:48.962Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-16T19:19:48.962Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-16T19:19:48.962Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-16T19:19:48.962Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-07-16T19:19:48.962Z] Suggested packages: [2021-07-16T19:19:48.962Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-07-16T19:19:48.962Z] Recommended packages: [2021-07-16T19:19:48.962Z] gnupg libsasl2-modules [2021-07-16T19:19:48.962Z] The following NEW packages will be installed: [2021-07-16T19:19:48.962Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-16T19:19:48.962Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-16T19:19:48.962Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-16T19:19:48.962Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-07-16T19:19:48.962Z] The following packages will be upgraded: [2021-07-16T19:19:48.962Z] gpg gpg-agent gpgconf libudev1 [2021-07-16T19:19:49.237Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-07-16T19:19:49.237Z] Need to get 3530 kB of archives. [2021-07-16T19:19:49.237Z] After this operation, 13.3 MB of additional disk space will be used. [2021-07-16T19:19:49.237Z] 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] [2021-07-16T19:19:49.237Z] 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] [2021-07-16T19:19:49.237Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-07-16T19:19:49.237Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-07-16T19:19:49.505Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] [2021-07-16T19:19:49.772Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] [2021-07-16T19:19:50.042Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-07-16T19:19:50.042Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-07-16T19:19:50.042Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-07-16T19:19:50.042Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-07-16T19:19:50.042Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-07-16T19:19:50.042Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-07-16T19:19:50.042Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-07-16T19:19:50.042Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-07-16T19:19:50.042Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-07-16T19:19:50.042Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-07-16T19:19:50.313Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-07-16T19:19:50.313Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-07-16T19:19:50.313Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-07-16T19:19:50.313Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-07-16T19:19:50.313Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-07-16T19:19:50.313Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-07-16T19:19:50.313Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-16T19:19:50.313Z] Fetched 3530 kB in 1s (3088 kB/s) [2021-07-16T19:19:50.313Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-16T19:19:50.313Z] Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... [2021-07-16T19:19:50.313Z] Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-16T19:19:50.580Z] Setting up libudev1:amd64 (237-3ubuntu10.48) ... [2021-07-16T19:19:50.580Z] Selecting previously unselected package udev. [2021-07-16T19:19:50.580Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-16T19:19:50.580Z] Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... [2021-07-16T19:19:50.580Z] Unpacking udev (237-3ubuntu10.48) ... [2021-07-16T19:19:50.848Z] Selecting previously unselected package libfuse2:amd64. [2021-07-16T19:19:50.848Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-07-16T19:19:50.848Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-16T19:19:50.848Z] Selecting previously unselected package fuse. [2021-07-16T19:19:50.848Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-07-16T19:19:50.848Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-07-16T19:19:50.848Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-16T19:19:50.848Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-16T19:19:50.848Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-16T19:19:51.117Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-16T19:19:51.117Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-16T19:19:51.117Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-16T19:19:51.117Z] Selecting previously unselected package libksba8:amd64. [2021-07-16T19:19:51.117Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-07-16T19:19:51.117Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-07-16T19:19:51.117Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-07-16T19:19:51.117Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.117Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.384Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-07-16T19:19:51.384Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.384Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.384Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-07-16T19:19:51.384Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.384Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.384Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-07-16T19:19:51.384Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.384Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.384Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-07-16T19:19:51.384Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.384Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.384Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-07-16T19:19:51.384Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.384Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.651Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-07-16T19:19:51.651Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.651Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.651Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-07-16T19:19:51.651Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.651Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.651Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-07-16T19:19:51.651Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-16T19:19:51.651Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:51.651Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-16T19:19:51.651Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-16T19:19:51.651Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-16T19:19:51.919Z] Selecting previously unselected package libsasl2-2:amd64. [2021-07-16T19:19:51.919Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-16T19:19:51.919Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-16T19:19:51.919Z] Selecting previously unselected package libldap-common. [2021-07-16T19:19:51.919Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-07-16T19:19:51.919Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-16T19:19:51.919Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-16T19:19:51.919Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-07-16T19:19:51.919Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-16T19:19:51.919Z] Selecting previously unselected package dirmngr. [2021-07-16T19:19:51.919Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-16T19:19:51.919Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-16T19:19:52.185Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-16T19:19:52.185Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-07-16T19:19:52.185Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-16T19:19:52.185Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-16T19:19:52.185Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-16T19:19:52.185Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-07-16T19:19:52.185Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.185Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-07-16T19:19:52.185Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-16T19:19:52.185Z] Setting up udev (237-3ubuntu10.48) ... [2021-07-16T19:19:52.458Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-07-16T19:19:52.458Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.458Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-07-16T19:19:52.725Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-07-16T19:19:52.725Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-07-16T19:19:52.725Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-16T19:19:52.725Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-16T19:19:52.725Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-16T19:19:52.725Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-16T19:19:53.315Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-07-16T19:19:53.315Z] settings in the [Install] section, and DefaultInstance for template units). [2021-07-16T19:19:53.315Z] This means they are not meant to be enabled using systemctl. [2021-07-16T19:19:53.315Z] Possible reasons for having this kind of units are: [2021-07-16T19:19:53.315Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-07-16T19:19:53.315Z] .wants/ or .requires/ directory. [2021-07-16T19:19:53.315Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-07-16T19:19:53.315Z] a requirement dependency on it. [2021-07-16T19:19:53.315Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-07-16T19:19:53.315Z] D-Bus, udev, scripted systemctl call, ...). [2021-07-16T19:19:53.315Z] 4) In case of template units, the unit is meant to be enabled with some [2021-07-16T19:19:53.315Z] instance name specified. [2021-07-16T19:19:53.582Z] Reading package lists... [2021-07-16T19:19:53.582Z] Building dependency tree... [2021-07-16T19:19:53.582Z] Reading state information... [2021-07-16T19:19:53.849Z] The following additional packages will be installed: [2021-07-16T19:19:53.849Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-07-16T19:19:53.849Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-07-16T19:19:53.849Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-07-16T19:19:53.849Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-07-16T19:19:53.849Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-07-16T19:19:53.849Z] Suggested packages: [2021-07-16T19:19:53.849Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-07-16T19:19:53.849Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-07-16T19:19:53.849Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-07-16T19:19:53.849Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-07-16T19:19:53.849Z] systemd-container policykit-1 [2021-07-16T19:19:53.849Z] Recommended packages: [2021-07-16T19:19:53.849Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-07-16T19:19:53.849Z] The following NEW packages will be installed: [2021-07-16T19:19:53.849Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-07-16T19:19:53.849Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-07-16T19:19:53.849Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-07-16T19:19:53.849Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-07-16T19:19:53.849Z] python3.6-minimal snapd squashfs-tools sudo [2021-07-16T19:19:53.849Z] The following packages will be upgraded: [2021-07-16T19:19:53.849Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-07-16T19:19:53.849Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-07-16T19:19:53.849Z] Need to get 36.7 MB of archives. [2021-07-16T19:19:53.849Z] After this operation, 147 MB of additional disk space will be used. [2021-07-16T19:19:53.849Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-07-16T19:19:54.117Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] [2021-07-16T19:19:54.117Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-07-16T19:19:54.117Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-07-16T19:19:54.117Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-07-16T19:19:54.117Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-07-16T19:19:54.385Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-07-16T19:19:54.385Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-07-16T19:19:54.385Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-07-16T19:19:54.385Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-07-16T19:19:54.385Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-07-16T19:19:54.385Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-07-16T19:19:54.385Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-07-16T19:19:54.385Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-07-16T19:19:54.385Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-07-16T19:19:54.385Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-07-16T19:19:54.976Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] [2021-07-16T19:19:54.976Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-07-16T19:19:54.976Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-07-16T19:19:54.976Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-07-16T19:19:54.976Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-07-16T19:19:54.976Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-07-16T19:19:54.976Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-07-16T19:19:54.976Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-07-16T19:19:54.976Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-07-16T19:19:54.976Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-07-16T19:19:54.976Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-07-16T19:19:55.242Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-07-16T19:19:55.242Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-07-16T19:19:55.242Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-07-16T19:19:56.214Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-16T19:19:56.214Z] Fetched 36.7 MB in 2s (16.1 MB/s) [2021-07-16T19:19:56.482Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-16T19:19:56.482Z] Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... [2021-07-16T19:19:56.482Z] Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-16T19:19:57.118Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... [2021-07-16T19:19:57.118Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-16T19:19:57.118Z] Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... [2021-07-16T19:19:57.118Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-16T19:19:57.118Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-07-16T19:19:57.118Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-07-16T19:19:57.392Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-07-16T19:19:57.392Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-16T19:19:57.392Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-07-16T19:19:57.392Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-07-16T19:19:57.660Z] Setting up apt (1.6.14) ... [2021-07-16T19:19:57.660Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-07-16T19:19:57.938Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-07-16T19:19:57.938Z] (Reading database ... 12764 files and directories currently installed.) [2021-07-16T19:19:57.938Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-16T19:19:58.205Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-16T19:19:58.205Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-07-16T19:19:58.205Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-16T19:19:58.205Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:19:58.478Z] Selecting previously unselected package libexpat1:amd64. [2021-07-16T19:19:58.478Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-07-16T19:19:58.478Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-16T19:19:58.478Z] Selecting previously unselected package python3.6-minimal. [2021-07-16T19:19:58.478Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-16T19:19:58.478Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:19:58.746Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-16T19:19:58.746Z] Checking for services that may need to be restarted...done. [2021-07-16T19:19:58.746Z] Checking for services that may need to be restarted...done. [2021-07-16T19:19:58.746Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:19:58.746Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-16T19:19:58.746Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:19:59.331Z] Selecting previously unselected package python3-minimal. [2021-07-16T19:19:59.331Z] (Reading database ... 13012 files and directories currently installed.) [2021-07-16T19:19:59.331Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-07-16T19:19:59.331Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-07-16T19:19:59.331Z] Selecting previously unselected package mime-support. [2021-07-16T19:19:59.331Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-07-16T19:19:59.331Z] Unpacking mime-support (3.60ubuntu1) ... [2021-07-16T19:19:59.331Z] Selecting previously unselected package libmpdec2:amd64. [2021-07-16T19:19:59.331Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-07-16T19:19:59.331Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-16T19:19:59.331Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-07-16T19:19:59.331Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-16T19:19:59.331Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:19:59.599Z] Selecting previously unselected package python3.6. [2021-07-16T19:19:59.599Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-16T19:19:59.599Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:19:59.599Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-16T19:19:59.599Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-07-16T19:19:59.599Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-16T19:19:59.599Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-07-16T19:19:59.866Z] Selecting previously unselected package python3. [2021-07-16T19:19:59.866Z] (Reading database ... 13442 files and directories currently installed.) [2021-07-16T19:19:59.866Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-07-16T19:19:59.866Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-07-16T19:19:59.866Z] Selecting previously unselected package multiarch-support. [2021-07-16T19:19:59.866Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-07-16T19:19:59.866Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-07-16T19:20:00.158Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-07-16T19:20:00.158Z] Selecting previously unselected package liblzo2-2:amd64. [2021-07-16T19:20:00.158Z] (Reading database ... 13479 files and directories currently installed.) [2021-07-16T19:20:00.158Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-07-16T19:20:00.158Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-07-16T19:20:00.158Z] Selecting previously unselected package libbsd0:amd64. [2021-07-16T19:20:00.158Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-07-16T19:20:00.158Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-16T19:20:00.158Z] Selecting previously unselected package sudo. [2021-07-16T19:20:00.158Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-07-16T19:20:00.158Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-16T19:20:00.425Z] Selecting previously unselected package apparmor. [2021-07-16T19:20:00.425Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-07-16T19:20:00.425Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-07-16T19:20:00.425Z] Selecting previously unselected package libedit2:amd64. [2021-07-16T19:20:00.425Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-07-16T19:20:00.425Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-07-16T19:20:00.425Z] Selecting previously unselected package libkrb5support0:amd64. [2021-07-16T19:20:00.425Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-07-16T19:20:00.425Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:00.425Z] Selecting previously unselected package libk5crypto3:amd64. [2021-07-16T19:20:00.425Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-16T19:20:00.425Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:00.693Z] Selecting previously unselected package libkeyutils1:amd64. [2021-07-16T19:20:00.694Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-07-16T19:20:00.694Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-16T19:20:00.694Z] Selecting previously unselected package libkrb5-3:amd64. [2021-07-16T19:20:00.694Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-16T19:20:00.694Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:00.694Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-16T19:20:00.694Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-07-16T19:20:00.694Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:00.962Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-07-16T19:20:00.962Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-07-16T19:20:00.962Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-16T19:20:00.962Z] Selecting previously unselected package openssh-client. [2021-07-16T19:20:00.962Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-07-16T19:20:00.962Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-16T19:20:01.229Z] Selecting previously unselected package squashfs-tools. [2021-07-16T19:20:01.229Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-07-16T19:20:01.229Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-16T19:20:01.229Z] Selecting previously unselected package snapd. [2021-07-16T19:20:01.229Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-07-16T19:20:01.229Z] Unpacking snapd (2.49.2+18.04) ... [2021-07-16T19:20:03.197Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-07-16T19:20:03.197Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-16T19:20:03.197Z] Setting up mime-support (3.60ubuntu1) ... [2021-07-16T19:20:03.197Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-16T19:20:03.197Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-16T19:20:03.197Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:03.197Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-16T19:20:03.488Z] Setting up systemd (237-3ubuntu10.48) ... [2021-07-16T19:20:03.488Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-07-16T19:20:04.400Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-16T19:20:04.400Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-16T19:20:04.400Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-07-16T19:20:04.400Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:20:04.400Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:04.400Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-16T19:20:05.043Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-16T19:20:05.043Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:05.043Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-16T19:20:05.043Z] Setting up python3 (3.6.7-1~18.04) ... [2021-07-16T19:20:05.043Z] running python rtupdate hooks for python3.6... [2021-07-16T19:20:05.043Z] running python post-rtupdate hooks for python3.6... [2021-07-16T19:20:05.043Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-07-16T19:20:05.626Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-07-16T19:20:05.939Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-16T19:20:05.939Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-16T19:20:05.939Z] Setting up snapd (2.49.2+18.04) ... [2021-07-16T19:20:06.206Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-07-16T19:20:06.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-07-16T19:20:06.741Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-07-16T19:20:06.741Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-07-16T19:20:07.013Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-16T19:20:07.013Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-16T19:20:07.013Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-07-16T19:20:07.280Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-07-16T19:20:07.548Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-07-16T19:20:07.548Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-07-16T19:20:07.816Z] /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' [2021-07-16T19:20:07.817Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-16T19:20:07.817Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-07-16T19:20:08.779Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-16T19:20:08.779Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-16T19:20:08.779Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-16T19:20:10.011Z] Reading package lists... [2021-07-16T19:20:10.011Z] Reading package lists... [2021-07-16T19:20:10.298Z] Building dependency tree... [2021-07-16T19:20:10.298Z] Reading state information... [2021-07-16T19:20:10.566Z] Calculating upgrade... [2021-07-16T19:20:10.566Z] The following packages will be upgraded: [2021-07-16T19:20:10.566Z] advancecomp base-files bash binutils binutils-common [2021-07-16T19:20:10.566Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-07-16T19:20:10.566Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-07-16T19:20:10.566Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-07-16T19:20:10.566Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-07-16T19:20:10.566Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-07-16T19:20:10.566Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-07-16T19:20:10.566Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-07-16T19:20:10.566Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-07-16T19:20:10.566Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-07-16T19:20:10.566Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-07-16T19:20:10.566Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-07-16T19:20:10.566Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-07-16T19:20:10.566Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-07-16T19:20:10.566Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-07-16T19:20:10.566Z] ubuntu-keyring util-linux [2021-07-16T19:20:10.836Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-07-16T19:20:10.836Z] Need to get 64.2 MB of archives. [2021-07-16T19:20:10.836Z] After this operation, 5113 kB of additional disk space will be used. [2021-07-16T19:20:10.836Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] [2021-07-16T19:20:10.836Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-07-16T19:20:10.836Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-07-16T19:20:10.836Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-07-16T19:20:10.836Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-07-16T19:20:10.836Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-07-16T19:20:10.836Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-07-16T19:20:10.836Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-07-16T19:20:10.836Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-07-16T19:20:10.836Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-07-16T19:20:10.836Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-07-16T19:20:10.836Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-07-16T19:20:10.836Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-07-16T19:20:10.836Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-07-16T19:20:10.836Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-07-16T19:20:10.836Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-07-16T19:20:10.836Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-07-16T19:20:10.836Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-07-16T19:20:11.109Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-07-16T19:20:11.109Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-07-16T19:20:11.109Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-07-16T19:20:11.109Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-07-16T19:20:11.109Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-07-16T19:20:11.109Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-07-16T19:20:11.109Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-07-16T19:20:11.109Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-07-16T19:20:11.109Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-07-16T19:20:11.109Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-07-16T19:20:11.109Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-07-16T19:20:11.109Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-07-16T19:20:11.109Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-07-16T19:20:11.109Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-07-16T19:20:11.109Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-07-16T19:20:11.109Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-07-16T19:20:11.109Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-07-16T19:20:11.109Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-07-16T19:20:11.109Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-07-16T19:20:11.109Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-07-16T19:20:11.109Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-07-16T19:20:11.109Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-07-16T19:20:11.109Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-07-16T19:20:11.109Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-07-16T19:20:11.109Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-07-16T19:20:11.109Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-07-16T19:20:11.109Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-07-16T19:20:11.109Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-07-16T19:20:11.109Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-07-16T19:20:11.109Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-07-16T19:20:11.109Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-07-16T19:20:11.109Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-07-16T19:20:11.376Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-07-16T19:20:11.376Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-07-16T19:20:11.376Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-07-16T19:20:11.376Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-07-16T19:20:11.376Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-07-16T19:20:11.376Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-07-16T19:20:11.376Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-07-16T19:20:11.376Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-07-16T19:20:11.643Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-07-16T19:20:11.643Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-07-16T19:20:11.643Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-07-16T19:20:11.930Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-07-16T19:20:11.930Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-07-16T19:20:11.930Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-07-16T19:20:11.930Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-07-16T19:20:11.931Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-07-16T19:20:11.931Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-07-16T19:20:11.931Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-07-16T19:20:11.931Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-07-16T19:20:11.931Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-07-16T19:20:11.931Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-07-16T19:20:12.233Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-07-16T19:20:12.233Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-07-16T19:20:12.233Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-07-16T19:20:12.233Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-07-16T19:20:12.233Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-07-16T19:20:12.233Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-07-16T19:20:12.233Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-07-16T19:20:12.233Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-07-16T19:20:12.233Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-07-16T19:20:12.233Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-07-16T19:20:12.575Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-07-16T19:20:12.575Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-07-16T19:20:12.575Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-07-16T19:20:12.575Z] 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] [2021-07-16T19:20:12.575Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-07-16T19:20:12.575Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] [2021-07-16T19:20:12.575Z] 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] [2021-07-16T19:20:12.575Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-07-16T19:20:12.575Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-07-16T19:20:12.575Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-07-16T19:20:12.575Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-07-16T19:20:12.575Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-07-16T19:20:12.575Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-07-16T19:20:12.575Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-07-16T19:20:12.575Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-07-16T19:20:12.575Z] 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] [2021-07-16T19:20:12.575Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-07-16T19:20:12.575Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-07-16T19:20:12.575Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-07-16T19:20:12.575Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-07-16T19:20:12.918Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-07-16T19:20:12.918Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-07-16T19:20:12.918Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-16T19:20:12.918Z] Fetched 64.2 MB in 2s (31.5 MB/s) [2021-07-16T19:20:12.918Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-16T19:20:12.918Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-07-16T19:20:12.918Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-16T19:20:13.193Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-16T19:20:13.193Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-16T19:20:13.469Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... [2021-07-16T19:20:13.469Z] Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... [2021-07-16T19:20:13.469Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:13.469Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:13.745Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:13.745Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:13.745Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:13.745Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:13.745Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:13.745Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:13.745Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.022Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.022Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.022Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.022Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.022Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.022Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:14.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-16T19:20:14.022Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.022Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.300Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:14.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-16T19:20:14.300Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.300Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.300Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.300Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.300Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:14.300Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-16T19:20:14.576Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:14.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-16T19:20:14.576Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-07-16T19:20:14.851Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-16T19:20:15.127Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-07-16T19:20:15.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-16T19:20:15.127Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-07-16T19:20:15.406Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-07-16T19:20:15.406Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-07-16T19:20:15.406Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-07-16T19:20:15.406Z] Setting up base-files (10.1ubuntu2.10) ... [2021-07-16T19:20:15.406Z] Installing new version of config file /etc/issue ... [2021-07-16T19:20:15.406Z] Installing new version of config file /etc/issue.net ... [2021-07-16T19:20:15.406Z] Installing new version of config file /etc/lsb-release ... [2021-07-16T19:20:15.687Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-07-16T19:20:15.687Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-07-16T19:20:15.687Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-07-16T19:20:15.961Z] Removing obsolete conffile /etc/default/motd-news ... [2021-07-16T19:20:15.961Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:15.961Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-07-16T19:20:15.961Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-07-16T19:20:15.961Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-07-16T19:20:15.961Z] 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 [2021-07-16T19:20:15.961Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:15.961Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:15.961Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:16.234Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:16.234Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:16.234Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-07-16T19:20:16.234Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-07-16T19:20:16.234Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-07-16T19:20:16.234Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:16.234Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-07-16T19:20:16.234Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-16T19:20:16.509Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-07-16T19:20:16.509Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:16.509Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-16T19:20:16.509Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-16T19:20:16.787Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-16T19:20:16.787Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:16.787Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-16T19:20:16.787Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-16T19:20:16.787Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-07-16T19:20:16.787Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:16.787Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-07-16T19:20:16.787Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-07-16T19:20:17.062Z] Setting up grep (3.1-2build1) ... [2021-07-16T19:20:17.062Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:17.062Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-07-16T19:20:17.062Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-07-16T19:20:17.062Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-07-16T19:20:17.062Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:17.062Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-16T19:20:17.062Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-16T19:20:17.339Z] Setting up login (1:4.5-1ubuntu2) ... [2021-07-16T19:20:17.339Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:17.339Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-16T19:20:17.339Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-16T19:20:17.339Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-07-16T19:20:17.339Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:17.339Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-16T19:20:17.339Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-16T19:20:17.941Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-16T19:20:17.941Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-16T19:20:17.941Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-16T19:20:17.941Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-16T19:20:18.226Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-07-16T19:20:18.226Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:18.226Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-07-16T19:20:18.226Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-16T19:20:18.502Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-16T19:20:18.502Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-16T19:20:18.778Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-16T19:20:18.778Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-16T19:20:18.778Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-07-16T19:20:18.778Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:18.778Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-07-16T19:20:18.778Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-07-16T19:20:18.778Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-07-16T19:20:19.052Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.052Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:19.052Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:19.052Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:19.052Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.052Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:19.052Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:19.052Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:19.328Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.328Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:19.328Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:19.328Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:19.328Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.328Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:19.328Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:19.328Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:19.603Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.603Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-16T19:20:19.603Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-16T19:20:19.603Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-16T19:20:19.603Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-16T19:20:19.603Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-16T19:20:19.603Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.603Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-16T19:20:19.603Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-16T19:20:19.884Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-16T19:20:19.884Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:19.884Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:20.159Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:20.159Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:20.159Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:20.159Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:20.159Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:20.159Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:20.159Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:20.159Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:20.434Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:20.710Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:20.989Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-07-16T19:20:21.267Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-07-16T19:20:21.267Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:21.267Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-16T19:20:21.267Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-16T19:20:21.267Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-07-16T19:20:21.542Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-16T19:20:21.542Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-07-16T19:20:21.542Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-16T19:20:21.542Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-07-16T19:20:21.542Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-16T19:20:21.542Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-07-16T19:20:21.542Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-07-16T19:20:21.818Z] Setting up debconf (1.5.66ubuntu1) ... [2021-07-16T19:20:21.818Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-16T19:20:21.818Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-07-16T19:20:21.818Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-16T19:20:21.818Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-07-16T19:20:22.096Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-16T19:20:22.096Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-07-16T19:20:22.096Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-16T19:20:22.096Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-07-16T19:20:22.096Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-16T19:20:22.096Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-16T19:20:22.096Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-16T19:20:22.096Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-16T19:20:22.374Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-16T19:20:22.374Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-16T19:20:22.374Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-16T19:20:22.374Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-16T19:20:22.374Z] (Reading database ... 13919 files and directories currently installed.) [2021-07-16T19:20:22.374Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-16T19:20:22.650Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-16T19:20:22.650Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-16T19:20:22.650Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:22.650Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-16T19:20:22.650Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-16T19:20:22.650Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... [2021-07-16T19:20:22.927Z] Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-16T19:20:22.927Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-16T19:20:22.927Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-16T19:20:22.927Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-16T19:20:22.927Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:22.927Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-07-16T19:20:22.927Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-07-16T19:20:22.927Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-07-16T19:20:23.037Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:20:23.037Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:20:23.037Z] ---> 911c852f9854 [2021-07-16T19:20:23.037Z] Step 3/32 : WORKDIR /edgex-go [2021-07-16T19:20:23.037Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:20:23.037Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:20:23.037Z] ---> 911c852f9854 [2021-07-16T19:20:23.037Z] Step 3/23 : WORKDIR /edgex-go [2021-07-16T19:20:23.037Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:20:23.037Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:20:23.037Z] ---> 911c852f9854 [2021-07-16T19:20:23.037Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:20:23.037Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:20:23.037Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:20:23.037Z] ---> 911c852f9854 [2021-07-16T19:20:23.037Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:20:23.037Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:20:23.037Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:20:23.037Z] ---> 911c852f9854 [2021-07-16T19:20:23.037Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:20:23.037Z] ---> Running in 72fcda399756 [2021-07-16T19:20:23.037Z] ---> Running in 7c268f7f3d15 [2021-07-16T19:20:23.037Z] ---> Running in a873518bf7da [2021-07-16T19:20:23.037Z] ---> Running in a70a066ca494 [2021-07-16T19:20:23.037Z] ---> Running in 154a1c0d75fa [2021-07-16T19:20:23.037Z] Removing intermediate container 154a1c0d75fa [2021-07-16T19:20:23.037Z] ---> 792785ea2d59 [2021-07-16T19:20:23.037Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:20:23.037Z] Removing intermediate container 72fcda399756 [2021-07-16T19:20:23.037Z] ---> 3fce9349a7e9 [2021-07-16T19:20:23.037Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:20:23.037Z] Removing intermediate container a873518bf7da [2021-07-16T19:20:23.037Z] ---> 6d7fff7c1216 [2021-07-16T19:20:23.037Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:20:23.037Z] Removing intermediate container 7c268f7f3d15 [2021-07-16T19:20:23.037Z] ---> fca6a1baeb1d [2021-07-16T19:20:23.037Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:20:23.037Z] Removing intermediate container a70a066ca494 [2021-07-16T19:20:23.037Z] ---> b08217d8dafe [2021-07-16T19:20:23.037Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:20:23.037Z] ---> Running in 170ea9bb531c [2021-07-16T19:20:23.037Z] ---> Running in 5384c2c3d5d8 [2021-07-16T19:20:23.037Z] ---> Running in ead9f262956f [2021-07-16T19:20:23.037Z] ---> Running in 3652a1769b91 [2021-07-16T19:20:23.037Z] ---> Running in 18e5e5f661d3 [2021-07-16T19:20:23.201Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:23.201Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-07-16T19:20:23.201Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-07-16T19:20:23.201Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-07-16T19:20:23.201Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:23.201Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-07-16T19:20:23.201Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-16T19:20:23.201Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-16T19:20:23.477Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:23.477Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-16T19:20:23.477Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-16T19:20:23.477Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-16T19:20:23.758Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:23.758Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-07-16T19:20:23.758Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-07-16T19:20:23.758Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-07-16T19:20:23.758Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:23.758Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-16T19:20:23.758Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-16T19:20:24.033Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-07-16T19:20:24.033Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.033Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-16T19:20:24.033Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-16T19:20:24.033Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-07-16T19:20:24.033Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.033Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-16T19:20:24.033Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-16T19:20:24.324Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-16T19:20:24.324Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.324Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-16T19:20:24.324Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-16T19:20:24.324Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-16T19:20:24.324Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.324Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-07-16T19:20:24.324Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-07-16T19:20:24.490Z] Removing intermediate container 170ea9bb531c [2021-07-16T19:20:24.490Z] ---> 28637b547688 [2021-07-16T19:20:24.490Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-16T19:20:24.490Z] ---> Running in 89fd0b3c2706 [2021-07-16T19:20:24.642Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-07-16T19:20:24.642Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.642Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-07-16T19:20:24.642Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-07-16T19:20:24.642Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-07-16T19:20:24.642Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.642Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-07-16T19:20:24.642Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-07-16T19:20:24.642Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-07-16T19:20:24.794Z] Removing intermediate container ead9f262956f [2021-07-16T19:20:24.794Z] ---> 6e831f8bcb03 [2021-07-16T19:20:24.794Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-16T19:20:24.794Z] Removing intermediate container 5384c2c3d5d8 [2021-07-16T19:20:24.794Z] ---> 780a31f33dee [2021-07-16T19:20:24.794Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-16T19:20:24.794Z] ---> Running in 198a8f320bd1 [2021-07-16T19:20:24.917Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.918Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-07-16T19:20:24.918Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-07-16T19:20:24.918Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-07-16T19:20:24.918Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:24.918Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-07-16T19:20:24.918Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-07-16T19:20:25.081Z] Removing intermediate container 3652a1769b91 [2021-07-16T19:20:25.081Z] ---> 2764dfdfd116 [2021-07-16T19:20:25.081Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-16T19:20:25.081Z] Removing intermediate container 18e5e5f661d3 [2021-07-16T19:20:25.081Z] ---> 9aa315747803 [2021-07-16T19:20:25.081Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-16T19:20:25.081Z] ---> Running in 8d6f9039da67 [2021-07-16T19:20:25.194Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-07-16T19:20:25.194Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-16T19:20:25.194Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-07-16T19:20:25.195Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-07-16T19:20:25.195Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-07-16T19:20:25.195Z] (Reading database ... 13924 files and directories currently installed.) [2021-07-16T19:20:25.195Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-16T19:20:25.195Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-16T19:20:25.195Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-16T19:20:25.195Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-16T19:20:25.356Z] ---> Running in a5229050f686 [2021-07-16T19:20:25.356Z] ---> Running in 7ef0af1daeb5 [2021-07-16T19:20:25.488Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-16T19:20:25.488Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-16T19:20:25.488Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-07-16T19:20:25.489Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-07-16T19:20:25.763Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-07-16T19:20:25.763Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-07-16T19:20:25.763Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-07-16T19:20:25.763Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-07-16T19:20:25.763Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-07-16T19:20:25.763Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-07-16T19:20:25.763Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-07-16T19:20:26.039Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-07-16T19:20:26.039Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-07-16T19:20:26.040Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-07-16T19:20:26.040Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-07-16T19:20:26.040Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-07-16T19:20:26.040Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-07-16T19:20:26.040Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-07-16T19:20:26.318Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-07-16T19:20:26.318Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-07-16T19:20:26.396Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:26.593Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-07-16T19:20:26.593Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-07-16T19:20:26.593Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-07-16T19:20:26.593Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-07-16T19:20:26.593Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-16T19:20:26.593Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-16T19:20:26.868Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-16T19:20:26.868Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-16T19:20:27.021Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:27.145Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-16T19:20:27.145Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-16T19:20:27.145Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-16T19:20:27.145Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-16T19:20:27.145Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:27.145Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:27.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:27.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:27.426Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:27.426Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:27.426Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:27.426Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:27.426Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:27.426Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:27.575Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:27.575Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:27.862Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:28.137Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:28.412Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:28.412Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:28.417Z] OK: 218 MiB in 52 packages [2021-07-16T19:20:28.417Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:28.417Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:20:28.704Z] OK: 218 MiB in 52 packages [2021-07-16T19:20:29.010Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:29.010Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:29.285Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:29.285Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:29.312Z] OK: 218 MiB in 52 packages [2021-07-16T19:20:29.562Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:29.562Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:29.586Z] OK: 218 MiB in 52 packages [2021-07-16T19:20:29.586Z] OK: 218 MiB in 52 packages [2021-07-16T19:20:30.209Z] Removing intermediate container 89fd0b3c2706 [2021-07-16T19:20:30.209Z] ---> 72fcc9d521d4 [2021-07-16T19:20:30.209Z] Step 6/24 : COPY go.mod . [2021-07-16T19:20:30.487Z] Removing intermediate container 198a8f320bd1 [2021-07-16T19:20:30.487Z] ---> 749ca1633e31 [2021-07-16T19:20:30.487Z] Step 6/23 : COPY go.mod . [2021-07-16T19:20:30.549Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-16T19:20:30.549Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-16T19:20:30.549Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-16T19:20:30.549Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-16T19:20:30.549Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-07-16T19:20:30.549Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-16T19:20:30.549Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-07-16T19:20:30.549Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-16T19:20:30.549Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-07-16T19:20:30.549Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-07-16T19:20:30.800Z] Removing intermediate container 8d6f9039da67 [2021-07-16T19:20:30.800Z] ---> ea40da7d0570 [2021-07-16T19:20:30.800Z] Step 6/24 : COPY go.mod . [2021-07-16T19:20:30.816Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-16T19:20:30.816Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-16T19:20:30.816Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-16T19:20:30.816Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-16T19:20:30.816Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-07-16T19:20:30.816Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-07-16T19:20:31.087Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.087Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-16T19:20:31.087Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.087Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.087Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.087Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-07-16T19:20:31.087Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-07-16T19:20:31.087Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-07-16T19:20:31.087Z] [2021-07-16T19:20:31.087Z] Current default time zone: 'Etc/UTC' [2021-07-16T19:20:31.087Z] Local time is now: Fri Jul 16 19:20:30 UTC 2021. [2021-07-16T19:20:31.087Z] Universal Time is now: Fri Jul 16 19:20:30 UTC 2021. [2021-07-16T19:20:31.087Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-07-16T19:20:31.087Z] [2021-07-16T19:20:31.087Z] Setting up systemd-sysv (237-3ubuntu10.48) ... [2021-07-16T19:20:31.087Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.087Z] Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... [2021-07-16T19:20:31.087Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-07-16T19:20:31.087Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-07-16T19:20:31.087Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-07-16T19:20:31.087Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-07-16T19:20:31.354Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-07-16T19:20:31.354Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-07-16T19:20:31.354Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-07-16T19:20:31.354Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.354Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-07-16T19:20:31.355Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:31.355Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-16T19:20:31.355Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:31.355Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-07-16T19:20:31.355Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-07-16T19:20:31.355Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-07-16T19:20:31.355Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-16T19:20:31.355Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-07-16T19:20:31.355Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-07-16T19:20:31.355Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-07-16T19:20:31.355Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-07-16T19:20:31.414Z] ---> 68828ce4d0be [2021-07-16T19:20:31.414Z] Step 7/24 : RUN go mod download [2021-07-16T19:20:31.414Z] Removing intermediate container a5229050f686 [2021-07-16T19:20:31.414Z] ---> 26a5afcf0602 [2021-07-16T19:20:31.414Z] Step 6/32 : COPY go.mod . [2021-07-16T19:20:31.694Z] Removing intermediate container 7ef0af1daeb5 [2021-07-16T19:20:31.694Z] ---> c48060022373 [2021-07-16T19:20:31.694Z] Step 6/24 : COPY go.mod . [2021-07-16T19:20:31.694Z] ---> Running in 2377c1d27f9a [2021-07-16T19:20:31.967Z] ---> 332ce2216680 [2021-07-16T19:20:31.967Z] Step 7/23 : RUN go mod download [2021-07-16T19:20:32.264Z] ---> bdf0cb1423b1 [2021-07-16T19:20:32.264Z] Step 7/24 : RUN go mod download [2021-07-16T19:20:32.264Z] ---> Running in 8647e42234b8 [2021-07-16T19:20:32.642Z] ---> Running in fb7a4054f423 [2021-07-16T19:20:32.642Z] ---> 154493d81f90 [2021-07-16T19:20:32.642Z] Step 7/32 : RUN go mod download [2021-07-16T19:20:32.919Z] ---> ee1d01459415 [2021-07-16T19:20:32.919Z] Step 7/24 : RUN go mod download [2021-07-16T19:20:32.919Z] ---> Running in 3ff77d5b2efd [2021-07-16T19:20:33.198Z] ---> Running in dc26e73460b9 [2021-07-16T19:20:33.354Z] Updating certificates in /etc/ssl/certs... [2021-07-16T19:20:34.335Z] 23 added, 27 removed; done. [2021-07-16T19:20:34.335Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-07-16T19:20:34.335Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-16T19:20:34.335Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-07-16T19:20:34.335Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-07-16T19:20:34.335Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-07-16T19:20:34.335Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.335Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-16T19:20:34.335Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.335Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.335Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.610Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.610Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.610Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-07-16T19:20:34.610Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-07-16T19:20:34.610Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-07-16T19:20:34.610Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-07-16T19:20:34.610Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-07-16T19:20:34.610Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.610Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-16T19:20:34.610Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-07-16T19:20:34.610Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-07-16T19:20:34.610Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-07-16T19:20:34.610Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-16T19:20:34.610Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-07-16T19:20:34.883Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-07-16T19:20:34.884Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-07-16T19:20:34.884Z] Updating certificates in /etc/ssl/certs... [2021-07-16T19:20:35.483Z] 0 added, 0 removed; done. [2021-07-16T19:20:35.483Z] Running hooks in /etc/ca-certificates/update.d... [2021-07-16T19:20:35.483Z] done. [2021-07-16T19:20:35.758Z] Reading package lists... [2021-07-16T19:20:36.035Z] Building dependency tree... [2021-07-16T19:20:36.035Z] Reading state information... [2021-07-16T19:20:36.312Z] The following NEW packages will be installed: [2021-07-16T19:20:36.312Z] apt-transport-https [2021-07-16T19:20:36.312Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-07-16T19:20:36.586Z] Need to get 4348 B of archives. [2021-07-16T19:20:36.586Z] After this operation, 154 kB of additional disk space will be used. [2021-07-16T19:20:36.586Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-07-16T19:20:36.586Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-16T19:20:36.586Z] Fetched 4348 B in 0s (24.4 kB/s) [2021-07-16T19:20:36.863Z] Selecting previously unselected package apt-transport-https. [2021-07-16T19:20:36.863Z] (Reading database ... 13929 files and directories currently installed.) [2021-07-16T19:20:36.863Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-07-16T19:20:36.863Z] Unpacking apt-transport-https (1.6.14) ... [2021-07-16T19:20:36.863Z] Setting up apt-transport-https (1.6.14) ... [2021-07-16T19:20:37.144Z] Waiting for network to be ready... [2021-07-16T19:20:37.565Z] Removing intermediate container 2377c1d27f9a [2021-07-16T19:20:37.565Z] ---> 4f55988a9fd4 [2021-07-16T19:20:37.565Z] Step 8/24 : COPY . . [2021-07-16T19:20:38.170Z] Removing intermediate container 8647e42234b8 [2021-07-16T19:20:38.170Z] ---> 22379663b288 [2021-07-16T19:20:38.170Z] Step 8/23 : COPY . . [2021-07-16T19:20:39.170Z] Removing intermediate container fb7a4054f423 [2021-07-16T19:20:39.170Z] ---> 99875ee7e227 [2021-07-16T19:20:39.170Z] Step 8/24 : COPY . . [2021-07-16T19:20:40.163Z] Removing intermediate container 3ff77d5b2efd [2021-07-16T19:20:40.163Z] ---> cfe18ca32e7e [2021-07-16T19:20:40.163Z] Step 8/32 : COPY . . [2021-07-16T19:20:41.617Z] Removing intermediate container dc26e73460b9 [2021-07-16T19:20:41.617Z] ---> e08b2d4f0ea4 [2021-07-16T19:20:41.617Z] Step 8/24 : COPY . . [2021-07-16T19:20:42.558Z] 2021-07-16T19:20:39Z INFO Waiting for automatic snapd restart... [2021-07-16T19:20:42.834Z] snapd 2.51.1 from Canonical* installed [2021-07-16T19:20:43.828Z] "snapd" switched to the "latest/stable" channel [2021-07-16T19:20:43.828Z] [2021-07-16T19:20:46.418Z] core18 20210611 from Canonical* installed [2021-07-16T19:20:46.418Z] "core18" switched to the "latest/stable" channel [2021-07-16T19:20:46.418Z] [2021-07-16T19:20:49.758Z] snapcraft 4.8.3 from Canonical* installed [2021-07-16T19:20:49.758Z] "snapcraft" switched to the "latest/stable" channel [2021-07-16T19:20:49.758Z] [2021-07-16T19:20:54.016Z] 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: [2021-07-16T19:20:54.016Z] - README.md [2021-07-16T19:20:54.016Z] [2021-07-16T19:20:54.016Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-16T19:20:54.283Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-16T19:20:54.283Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-16T19:20:54.550Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-16T19:20:55.512Z] Reading package lists... [2021-07-16T19:20:56.097Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 [2021-07-16T19:20:56.097Z] Reading package lists... [2021-07-16T19:20:56.364Z] Building dependency tree... [2021-07-16T19:20:56.364Z] Reading state information... [2021-07-16T19:20:56.364Z] Suggested packages: [2021-07-16T19:20:56.364Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-07-16T19:20:56.364Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-07-16T19:20:56.364Z] Recommended packages: [2021-07-16T19:20:56.364Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-07-16T19:20:56.364Z] The following NEW packages will be installed: [2021-07-16T19:20:56.364Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-07-16T19:20:56.364Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-07-16T19:20:56.364Z] pkg-config zip [2021-07-16T19:20:56.364Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-07-16T19:20:56.639Z] Need to get 7663 kB of archives. [2021-07-16T19:20:56.639Z] After this operation, 43.8 MB of additional disk space will be used. [2021-07-16T19:20:56.639Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-07-16T19:20:56.639Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-07-16T19:20:56.639Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-07-16T19:20:56.639Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-07-16T19:20:56.639Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-07-16T19:20:56.911Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-07-16T19:20:56.911Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-07-16T19:20:56.911Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-07-16T19:20:56.911Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-07-16T19:20:57.180Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-07-16T19:20:57.180Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-07-16T19:20:57.180Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-07-16T19:20:57.180Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-07-16T19:20:57.180Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-07-16T19:20:57.180Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-07-16T19:20:57.448Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-16T19:20:57.448Z] Fetched 7663 kB in 1s (10.2 MB/s) [2021-07-16T19:20:57.448Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-07-16T19:20:57.448Z] (Reading database ... 13933 files and directories currently installed.) [2021-07-16T19:20:57.448Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-07-16T19:20:57.448Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-16T19:20:57.716Z] Selecting previously unselected package libpsl5:amd64. [2021-07-16T19:20:57.716Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-07-16T19:20:57.716Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-07-16T19:20:57.716Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-07-16T19:20:57.716Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-07-16T19:20:57.716Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-16T19:20:57.716Z] Selecting previously unselected package librtmp1:amd64. [2021-07-16T19:20:57.716Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-07-16T19:20:57.716Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-16T19:20:57.716Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-07-16T19:20:57.716Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-07-16T19:20:57.716Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-07-16T19:20:57.983Z] Selecting previously unselected package liberror-perl. [2021-07-16T19:20:57.983Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-07-16T19:20:57.983Z] Unpacking liberror-perl (0.17025-1) ... [2021-07-16T19:20:57.983Z] Selecting previously unselected package git-man. [2021-07-16T19:20:57.983Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-07-16T19:20:57.983Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-16T19:20:57.983Z] Selecting previously unselected package git. [2021-07-16T19:20:57.983Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-07-16T19:20:57.983Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-07-16T19:20:58.566Z] Selecting previously unselected package libnorm1:amd64. [2021-07-16T19:20:58.566Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-07-16T19:20:58.566Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-16T19:20:58.566Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-07-16T19:20:58.566Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-07-16T19:20:58.566Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-16T19:20:58.566Z] Selecting previously unselected package libsodium23:amd64. [2021-07-16T19:20:58.566Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-07-16T19:20:58.566Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-07-16T19:20:58.835Z] Selecting previously unselected package libzmq5:amd64. [2021-07-16T19:20:58.835Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-16T19:20:58.835Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-16T19:20:58.835Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-07-16T19:20:58.835Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-16T19:20:58.835Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-16T19:20:58.835Z] Selecting previously unselected package pkg-config. [2021-07-16T19:20:58.835Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-07-16T19:20:58.835Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-07-16T19:20:58.835Z] Selecting previously unselected package zip. [2021-07-16T19:20:58.835Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-07-16T19:20:58.835Z] Unpacking zip (3.0-11build1) ... [2021-07-16T19:20:59.103Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-16T19:20:59.103Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-16T19:20:59.103Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-16T19:20:59.103Z] Setting up liberror-perl (0.17025-1) ... [2021-07-16T19:20:59.103Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-07-16T19:20:59.103Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-16T19:20:59.103Z] No schema files found: doing nothing. [2021-07-16T19:20:59.103Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-16T19:20:59.103Z] Setting up zip (3.0-11build1) ... [2021-07-16T19:20:59.103Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-16T19:20:59.103Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-07-16T19:20:59.103Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-07-16T19:20:59.103Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-16T19:20:59.103Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-07-16T19:20:59.103Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-16T19:20:59.103Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-07-16T19:20:59.103Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-16T19:21:00.067Z] git set to automatically installed. [2021-07-16T19:21:00.067Z] git-man set to automatically installed. [2021-07-16T19:21:00.067Z] libcurl3-gnutls set to automatically installed. [2021-07-16T19:21:00.067Z] liberror-perl set to automatically installed. [2021-07-16T19:21:00.067Z] libglib2.0-0 set to automatically installed. [2021-07-16T19:21:00.067Z] libnghttp2-14 set to automatically installed. [2021-07-16T19:21:00.067Z] libnorm1 set to automatically installed. [2021-07-16T19:21:00.067Z] libpgm-5.2-0 set to automatically installed. [2021-07-16T19:21:00.067Z] libpsl5 set to automatically installed. [2021-07-16T19:21:00.067Z] librtmp1 set to automatically installed. [2021-07-16T19:21:00.067Z] libsodium23 set to automatically installed. [2021-07-16T19:21:00.067Z] libzmq3-dev set to automatically installed. [2021-07-16T19:21:00.067Z] libzmq5 set to automatically installed. [2021-07-16T19:21:00.067Z] pkg-config set to automatically installed. [2021-07-16T19:21:00.067Z] zip set to automatically installed. [2021-07-16T19:21:02.015Z] snapd is not logged in, snap install commands will use sudo [2021-07-16T19:21:02.977Z] snap "core18" has no updates available [2021-07-16T19:21:03.853Z] ---> c9aff9340810 [2021-07-16T19:21:03.853Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:21:03.853Z] ---> a954a9a63ff4 [2021-07-16T19:21:03.853Z] Step 9/23 : RUN go mod tidy [2021-07-16T19:21:03.853Z] ---> f8eed272cf28 [2021-07-16T19:21:03.853Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:21:03.853Z] ---> ea75c3fcba78 [2021-07-16T19:21:03.853Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:21:03.853Z] ---> 2bb9767c4133 [2021-07-16T19:21:03.853Z] Step 9/32 : RUN go mod tidy [2021-07-16T19:21:03.853Z] ---> Running in 239e04509561 [2021-07-16T19:21:03.853Z] ---> Running in 4d9a2c1e8ea8 [2021-07-16T19:21:03.853Z] ---> Running in 4f2b805e3a26 [2021-07-16T19:21:03.853Z] ---> Running in ac82ee998722 [2021-07-16T19:21:03.853Z] ---> Running in 7434825fde13 [2021-07-16T19:21:03.937Z] snapd is not logged in, snap install commands will use sudo [2021-07-16T19:21:10.616Z] Removing intermediate container 239e04509561 [2021-07-16T19:21:10.616Z] ---> 8f3b013db2a9 [2021-07-16T19:21:10.616Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-16T19:21:10.616Z] Removing intermediate container ac82ee998722 [2021-07-16T19:21:10.616Z] ---> 604275bf543a [2021-07-16T19:21:10.616Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-16T19:21:10.616Z] ---> Running in 06d9c7ee1610 [2021-07-16T19:21:10.616Z] ---> Running in f93f527e64d8 [2021-07-16T19:21:10.616Z] Removing intermediate container 7434825fde13 [2021-07-16T19:21:10.616Z] ---> 11e1b2d56260 [2021-07-16T19:21:10.616Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-16T19:21:10.616Z] Removing intermediate container 4f2b805e3a26 [2021-07-16T19:21:10.616Z] ---> 7e6f79b02baa [2021-07-16T19:21:10.616Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-16T19:21:10.616Z] Removing intermediate container 4d9a2c1e8ea8 [2021-07-16T19:21:10.616Z] ---> 6483485d5845 [2021-07-16T19:21:10.616Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-16T19:21:10.616Z] ---> Running in a6849fceb460 [2021-07-16T19:21:10.616Z] ---> Running in 79d33d7d8790 [2021-07-16T19:21:10.893Z] ---> Running in 035714bdcf6e [2021-07-16T19:21:12.138Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-07-16T19:21:12.349Z] 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 [2021-07-16T19:21:12.411Z] Pulling config-common [2021-07-16T19:21:12.411Z] + snapcraftctl pull [2021-07-16T19:21:12.628Z] 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 [2021-07-16T19:21:12.907Z] 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 [2021-07-16T19:21:13.188Z] 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 [2021-07-16T19:21:13.188Z] 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 [2021-07-16T19:21:13.850Z] Pulling go-build-helper [2021-07-16T19:21:13.850Z] + snapcraftctl pull [2021-07-16T19:21:14.809Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-07-16T19:21:14.809Z] Skipping pull go-build-helper (already ran) [2021-07-16T19:21:14.809Z] Building go-build-helper [2021-07-16T19:21:14.809Z] + snapcraftctl build [2021-07-16T19:21:16.753Z] Staging go-build-helper [2021-07-16T19:21:16.753Z] + snapcraftctl stage [2021-07-16T19:21:26.828Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-16T19:21:26.828Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-16T19:21:26.828Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] [2021-07-16T19:21:26.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-07-16T19:21:26.828Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-07-16T19:21:26.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-07-16T19:21:26.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-07-16T19:21:26.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-07-16T19:21:26.828Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] [2021-07-16T19:21:26.828Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-07-16T19:21:26.828Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-16T19:21:26.828Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-16T19:21:26.828Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-16T19:21:26.828Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-16T19:21:26.828Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-16T19:21:26.828Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-16T19:21:26.828Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-16T19:21:26.828Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-16T19:21:26.828Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-16T19:21:26.828Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2132 kB] [2021-07-16T19:21:26.828Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] [2021-07-16T19:21:26.828Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-16T19:21:26.828Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-16T19:21:26.828Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] [2021-07-16T19:21:26.828Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] [2021-07-16T19:21:26.828Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] [2021-07-16T19:21:26.828Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-07-16T19:21:26.828Z] Fetched 24.8 MB in 0s (0 B/s) [2021-07-16T19:21:26.828Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-07-16T19:21:26.828Z] Fetched 224 kB in 0s (0 B/s) [2021-07-16T19:21:26.828Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-07-16T19:21:26.828Z] Fetched 157 kB in 0s (0 B/s) [2021-07-16T19:21:26.828Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-07-16T19:21:26.828Z] Fetched 221 kB in 0s (0 B/s) [2021-07-16T19:21:26.828Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-07-16T19:21:26.828Z] Fetched 143 kB in 0s (0 B/s) [2021-07-16T19:21:26.828Z] Pulling edgex-go [2021-07-16T19:21:26.828Z] + snapcraftctl pull [2021-07-16T19:21:26.828Z] Pulling hooks [2021-07-16T19:21:26.828Z] + snapcraftctl pull [2021-07-16T19:21:45.310Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-16T19:21:45.310Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-16T19:21:45.310Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-16T19:21:45.310Z] Fetched 0 B in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-07-16T19:21:45.310Z] Fetched 96.5 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-07-16T19:21:45.310Z] Fetched 279 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-07-16T19:21:45.310Z] Fetched 122 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-07-16T19:21:45.310Z] Fetched 77.8 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-07-16T19:21:45.310Z] Fetched 8848 B in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-07-16T19:21:45.310Z] Fetched 47.8 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-07-16T19:21:45.310Z] Fetched 45.6 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-07-16T19:21:45.310Z] Fetched 15.0 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-07-16T19:21:45.310Z] Fetched 219 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-07-16T19:21:45.310Z] Fetched 154 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-07-16T19:21:45.310Z] Fetched 50.6 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-07-16T19:21:45.310Z] Fetched 14.8 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-07-16T19:21:45.310Z] Fetched 41.8 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-07-16T19:21:45.310Z] Fetched 499 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-07-16T19:21:45.310Z] Fetched 111 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-07-16T19:21:45.310Z] Fetched 240 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-07-16T19:21:45.310Z] Fetched 29.3 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-07-16T19:21:45.310Z] Fetched 85.5 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-07-16T19:21:45.310Z] Fetched 24.5 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-07-16T19:21:45.310Z] Fetched 49.2 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-07-16T19:21:45.310Z] Fetched 54.2 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-07-16T19:21:45.310Z] Fetched 30.8 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-07-16T19:21:45.310Z] Fetched 15.8 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-07-16T19:21:45.310Z] Fetched 85.9 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-07-16T19:21:45.310Z] Fetched 8720 B in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-07-16T19:21:45.310Z] Fetched 140 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-07-16T19:21:45.310Z] Fetched 119 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-07-16T19:21:45.310Z] Fetched 111 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-07-16T19:21:45.310Z] Fetched 11.1 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-07-16T19:21:45.310Z] Fetched 645 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-07-16T19:21:45.310Z] Fetched 41.3 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-07-16T19:21:45.310Z] Fetched 17.9 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-07-16T19:21:45.310Z] Fetched 368 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-07-16T19:21:45.310Z] Fetched 187 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-07-16T19:21:45.310Z] Fetched 175 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-07-16T19:21:45.310Z] Fetched 206 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-07-16T19:21:45.310Z] Fetched 1301 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-07-16T19:21:45.310Z] Fetched 36.2 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-07-16T19:21:45.310Z] Fetched 159 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-07-16T19:21:45.310Z] Fetched 107 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-07-16T19:21:45.310Z] Fetched 48.7 kB in 0s (0 B/s) [2021-07-16T19:21:45.310Z] Pulling static-packages [2021-07-16T19:21:45.310Z] + snapcraftctl pull [2021-07-16T19:21:45.310Z] Pulling version [2021-07-16T19:21:45.310Z] + cd /root/project [2021-07-16T19:21:45.310Z] + git describe --tags --abbrev=0 [2021-07-16T19:21:45.310Z] + sed s/v// [2021-07-16T19:21:45.310Z] + GIT_VERSION=2.0.1-dev.13 [2021-07-16T19:21:45.310Z] + [ -z 2.0.1-dev.13 ] [2021-07-16T19:21:45.310Z] + snapcraftctl set-version 2.0.1-dev.13 [2021-07-16T19:21:45.310Z] Building config-common [2021-07-16T19:21:45.310Z] + snapcraftctl build [2021-07-16T19:21:47.256Z] Skipping build go-build-helper (already ran) [2021-07-16T19:21:47.532Z] Building edgex-go [2021-07-16T19:21:47.800Z] + cd /root/parts/edgex-go/src [2021-07-16T19:21:47.800Z] + git describe --tags --abbrev=0 [2021-07-16T19:21:47.800Z] + sed s/v// [2021-07-16T19:21:47.800Z] + GIT_VERSION=2.0.1-dev.13 [2021-07-16T19:21:47.800Z] + [ -z 2.0.1-dev.13 ] [2021-07-16T19:21:47.800Z] + echo 2.0.1-dev.13 [2021-07-16T19:21:47.800Z] + make build [2021-07-16T19:21:47.800Z] go mod tidy [2021-07-16T19:21:50.385Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-07-16T19:21:50.385Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-07-16T19:21:50.653Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.6 [2021-07-16T19:21:50.653Z] go: downloading github.com/google/uuid v1.3.0 [2021-07-16T19:21:50.653Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-07-16T19:21:50.653Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-07-16T19:21:50.653Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-07-16T19:21:50.653Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-07-16T19:21:50.653Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-07-16T19:21:50.653Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-07-16T19:21:50.653Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-07-16T19:21:50.653Z] go: downloading github.com/lib/pq v1.10.2 [2021-07-16T19:21:50.921Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-07-16T19:21:50.921Z] go: downloading golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b [2021-07-16T19:21:51.504Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-07-16T19:21:51.504Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-07-16T19:21:51.504Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-07-16T19:21:51.772Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-07-16T19:21:52.356Z] go: downloading github.com/go-playground/validator/v10 v10.7.0 [2021-07-16T19:21:52.356Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-07-16T19:21:52.356Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-16T19:21:52.356Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-16T19:21:52.356Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-07-16T19:21:52.356Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-07-16T19:21:52.356Z] go: downloading github.com/x448/float16 v0.8.4 [2021-07-16T19:21:52.356Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-07-16T19:21:52.638Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-07-16T19:21:52.639Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-07-16T19:21:52.639Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-07-16T19:21:52.639Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-07-16T19:21:52.639Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-07-16T19:21:52.639Z] go: downloading golang.org/x/text v0.3.5 [2021-07-16T19:21:52.639Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-07-16T19:21:52.639Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-07-16T19:21:52.639Z] go: downloading github.com/kr/pretty v0.2.0 [2021-07-16T19:21:52.639Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-07-16T19:21:52.639Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-07-16T19:21:52.639Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-07-16T19:21:52.907Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-07-16T19:21:52.907Z] go: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 [2021-07-16T19:21:52.907Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-07-16T19:21:53.177Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-07-16T19:21:53.177Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-07-16T19:21:53.177Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-07-16T19:21:53.452Z] go: downloading github.com/kr/text v0.1.0 [2021-07-16T19:21:53.452Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-07-16T19:21:53.452Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-07-16T19:21:53.452Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-16T19:21:53.452Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-07-16T19:21:53.452Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-07-16T19:21:53.452Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-07-16T19:21:53.452Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-07-16T19:21:53.452Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-07-16T19:21:53.452Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-07-16T19:21:53.731Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-07-16T19:21:53.731Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-16T19:21:53.731Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-16T19:21:53.731Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-16T19:21:53.731Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-16T19:21:53.731Z] go: downloading github.com/pkg/errors v0.9.1 [2021-07-16T19:21:53.731Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-07-16T19:21:53.731Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-07-16T19:21:53.731Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-07-16T19:21:53.731Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-07-16T19:21:53.731Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-07-16T19:21:53.731Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-07-16T19:21:53.731Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-07-16T19:21:53.731Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-07-16T19:21:54.001Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-07-16T19:21:54.001Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-07-16T19:21:54.001Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-07-16T19:21:54.001Z] go: downloading github.com/miekg/dns v1.1.26 [2021-07-16T19:21:54.001Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-07-16T19:21:54.001Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-07-16T19:21:54.001Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-07-16T19:21:54.001Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-07-16T19:21:54.273Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-data/core-data ./cmd/core-data [2021-07-16T19:22:04.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-16T19:22:07.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-command/core-command ./cmd/core-command [2021-07-16T19:22:08.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-16T19:22:09.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-16T19:22:09.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-16T19:22:10.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-16T19:22:12.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-16T19:22:13.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-16T19:22:14.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-16T19:22:15.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-16T19:22:16.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-16T19:22:17.591Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-07-16T19:22:17.859Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-07-16T19:22:17.859Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-07-16T19:22:17.859Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-07-16T19:22:17.859Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-07-16T19:22:17.859Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-07-16T19:22:17.859Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-07-16T19:22:17.859Z] + 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 [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-07-16T19:22:17.859Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-07-16T19:22:17.859Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-07-16T19:22:17.859Z] + 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 [2021-07-16T19:22:17.859Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-07-16T19:22:17.859Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-07-16T19:22:17.859Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-07-16T19:22:19.274Z] Building hooks [2021-07-16T19:22:19.274Z] + cd /root/parts/hooks/src [2021-07-16T19:22:19.274Z] + make build [2021-07-16T19:22:19.274Z] go mod tidy [2021-07-16T19:22:19.858Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-07-16T19:22:19.858Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-07-16T19:22:19.858Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-07-16T19:22:19.858Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-07-16T19:22:19.858Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-07-16T19:22:20.820Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-07-16T19:22:21.090Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-07-16T19:22:21.090Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-07-16T19:22:24.437Z] Building static-packages [2021-07-16T19:22:24.437Z] + snapcraftctl build [2021-07-16T19:22:25.850Z] Building version [2021-07-16T19:22:25.850Z] + snapcraftctl build [2021-07-16T19:22:28.429Z] Staging config-common [2021-07-16T19:22:28.429Z] + snapcraftctl stage [2021-07-16T19:22:29.014Z] Skipping stage go-build-helper (already ran) [2021-07-16T19:22:29.014Z] Staging edgex-go [2021-07-16T19:22:29.014Z] + snapcraftctl stage [2021-07-16T19:22:29.977Z] Staging hooks [2021-07-16T19:22:29.977Z] + snapcraftctl stage [2021-07-16T19:22:30.936Z] Staging static-packages [2021-07-16T19:22:30.936Z] + snapcraftctl stage [2021-07-16T19:22:32.345Z] Staging version [2021-07-16T19:22:32.345Z] + snapcraftctl stage [2021-07-16T19:22:33.306Z] Priming config-common [2021-07-16T19:22:33.306Z] + snapcraftctl prime [2021-07-16T19:22:34.276Z] Priming go-build-helper [2021-07-16T19:22:34.276Z] + snapcraftctl prime [2021-07-16T19:22:35.235Z] Priming edgex-go [2021-07-16T19:22:35.236Z] + snapcraftctl prime [2021-07-16T19:22:36.858Z] Priming hooks [2021-07-16T19:22:36.858Z] + snapcraftctl prime [2021-07-16T19:22:37.456Z] Priming static-packages [2021-07-16T19:22:37.456Z] + snapcraftctl prime [2021-07-16T19:22:40.047Z] Priming version [2021-07-16T19:22:40.047Z] + snapcraftctl prime [2021-07-16T19:22:41.010Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-16T19:23:20.343Z] Removing intermediate container a6849fceb460 [2021-07-16T19:23:20.343Z] ---> 61a12528162a [2021-07-16T19:23:20.343Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-16T19:23:20.343Z] Removing intermediate container 035714bdcf6e [2021-07-16T19:23:20.343Z] ---> d602ac3e5dbf [2021-07-16T19:23:20.343Z] [2021-07-16T19:23:20.343Z] Step 11/24 : FROM alpine:3.12 [2021-07-16T19:23:20.343Z] ---> Running in 860e0e5136f5 [2021-07-16T19:23:20.344Z] 3.12: Pulling from library/alpine [2021-07-16T19:23:20.344Z] 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 [2021-07-16T19:23:20.344Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-16T19:23:20.344Z] Status: Downloaded newer image for alpine:3.12 [2021-07-16T19:23:20.344Z] ---> c4fd0aeabfcf [2021-07-16T19:23:20.344Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-16T19:23:20.344Z] Removing intermediate container 79d33d7d8790 [2021-07-16T19:23:20.344Z] ---> c6b3024f26c5 [2021-07-16T19:23:20.344Z] [2021-07-16T19:23:20.344Z] Step 11/32 : FROM alpine:3.12 [2021-07-16T19:23:20.344Z] ---> c4fd0aeabfcf [2021-07-16T19:23:20.344Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-16T19:23:20.344Z] Removing intermediate container f93f527e64d8 [2021-07-16T19:23:20.344Z] ---> 6adbc549a74c [2021-07-16T19:23:20.344Z] [2021-07-16T19:23:20.344Z] Step 11/23 : FROM alpine:3.12 [2021-07-16T19:23:20.344Z] ---> c4fd0aeabfcf [2021-07-16T19:23:20.344Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-16T19:23:20.344Z] ---> Running in a5d6b1483db5 [2021-07-16T19:23:20.344Z] ---> Running in b9007de7a01d [2021-07-16T19:23:20.344Z] ---> Running in fca11dfd60bd [2021-07-16T19:23:20.344Z] Removing intermediate container b9007de7a01d [2021-07-16T19:23:20.344Z] ---> e47862bf06af [2021-07-16T19:23:20.344Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-16T19:23:20.344Z] ---> Running in d0ff69ca4103 [2021-07-16T19:23:20.344Z] Removing intermediate container 06d9c7ee1610 [2021-07-16T19:23:20.344Z] ---> c9bc2102acf6 [2021-07-16T19:23:20.344Z] [2021-07-16T19:23:20.344Z] Step 11/24 : FROM alpine:3.12 [2021-07-16T19:23:20.344Z] ---> c4fd0aeabfcf [2021-07-16T19:23:20.344Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] ---> Running in 04b8998060d6 [2021-07-16T19:23:20.344Z] Removing intermediate container 860e0e5136f5 [2021-07-16T19:23:20.344Z] ---> cd823cb5b7ac [2021-07-16T19:23:20.344Z] [2021-07-16T19:23:20.344Z] Step 12/24 : FROM docker:20.10.6 [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] 20.10.6: Pulling from library/docker [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-16T19:23:20.344Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:23:20.344Z] OK: 5 MiB in 15 packages [2021-07-16T19:23:20.344Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-16T19:23:20.344Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:23:20.344Z] OK: 5 MiB in 15 packages [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:20.344Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-16T19:23:20.344Z] (2/2) Installing su-exec (0.2-r1) [2021-07-16T19:23:20.344Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:23:20.344Z] OK: 5 MiB in 16 packages [2021-07-16T19:23:20.344Z] Removing intermediate container a5d6b1483db5 [2021-07-16T19:23:20.344Z] ---> daa79feb7856 [2021-07-16T19:23:20.344Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:23:20.344Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-16T19:23:20.344Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:23:20.344Z] OK: 5 MiB in 15 packages [2021-07-16T19:23:20.344Z] ---> Running in 0868444044fa [2021-07-16T19:23:20.344Z] Removing intermediate container fca11dfd60bd [2021-07-16T19:23:20.344Z] ---> 859a2c6f0838 [2021-07-16T19:23:20.344Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:23:20.344Z] ---> Running in ca81821b4108 [2021-07-16T19:23:20.624Z] Removing intermediate container 0868444044fa [2021-07-16T19:23:20.624Z] ---> bb0e21c30939 [2021-07-16T19:23:20.624Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-16T19:23:20.624Z] Removing intermediate container d0ff69ca4103 [2021-07-16T19:23:20.624Z] ---> e752d2e25cf4 [2021-07-16T19:23:20.624Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-16T19:23:20.900Z] ---> Running in eb0ddececff5 [2021-07-16T19:23:21.180Z] ---> Running in 87b1e86670e9 [2021-07-16T19:23:21.180Z] Removing intermediate container ca81821b4108 [2021-07-16T19:23:21.180Z] ---> 8871c72f3e50 [2021-07-16T19:23:21.180Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-16T19:23:21.180Z] Removing intermediate container 04b8998060d6 [2021-07-16T19:23:21.180Z] ---> 96281c1719b9 [2021-07-16T19:23:21.180Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:23:22.178Z] ---> Running in 0a0fe1f532e4 [2021-07-16T19:23:22.178Z] ---> Running in 3a39044dc4ee [2021-07-16T19:23:22.178Z] Removing intermediate container eb0ddececff5 [2021-07-16T19:23:22.179Z] ---> 8b39cafff04e [2021-07-16T19:23:22.179Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-16T19:23:22.463Z] Removing intermediate container 87b1e86670e9 [2021-07-16T19:23:22.463Z] ---> 8a7e9b8a060a [2021-07-16T19:23:22.463Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-16T19:23:23.065Z] ---> Running in e64172f78067 [2021-07-16T19:23:23.342Z] ---> Running in bdd9ce3bde22 [2021-07-16T19:23:23.342Z] Removing intermediate container 0a0fe1f532e4 [2021-07-16T19:23:23.342Z] ---> d586f5b659b9 [2021-07-16T19:23:23.342Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-16T19:23:23.343Z] Removing intermediate container 3a39044dc4ee [2021-07-16T19:23:23.343Z] ---> 9eb90e9524e7 [2021-07-16T19:23:23.343Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-16T19:23:24.007Z] ---> Running in 4f744691eb0f [2021-07-16T19:23:24.007Z] Removing intermediate container e64172f78067 [2021-07-16T19:23:24.007Z] ---> 520863bf7b20 [2021-07-16T19:23:24.007Z] Step 16/24 : WORKDIR / [2021-07-16T19:23:24.007Z] ---> Running in 4d75c33a6dea [2021-07-16T19:23:24.613Z] Removing intermediate container bdd9ce3bde22 [2021-07-16T19:23:24.613Z] ---> a899d6404360 [2021-07-16T19:23:24.613Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-16T19:23:24.613Z] ---> Running in 2fb16d4b546c [2021-07-16T19:23:24.892Z] ---> Running in 6ae4979e083d [2021-07-16T19:23:24.892Z] Removing intermediate container 4f744691eb0f [2021-07-16T19:23:24.892Z] ---> a036f45a672b [2021-07-16T19:23:25.177Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container 4d75c33a6dea [2021-07-16T19:23:25.177Z] ---> dff90c1cca32 [2021-07-16T19:23:25.177Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-16T19:23:25.177Z] [2021-07-16T19:23:25.177Z] Removing intermediate container 2fb16d4b546c [2021-07-16T19:23:25.177Z] ---> c5c424a403b9 [2021-07-16T19:23:25.177Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:23:25.453Z] ---> Running in 9b9679e6c623 [2021-07-16T19:23:26.511Z] ---> 1a7cd3b385a9 [2021-07-16T19:23:26.511Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-16T19:23:26.511Z] Removing intermediate container 9b9679e6c623 [2021-07-16T19:23:26.511Z] ---> 4ec72a6f29b6 [2021-07-16T19:23:26.511Z] Step 16/24 : WORKDIR / [2021-07-16T19:23:26.511Z] ---> 28432822b384 [2021-07-16T19:23:26.511Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-16T19:23:26.841Z] ---> Running in 238be11f8bd3 [2021-07-16T19:23:26.841Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-16T19:23:27.118Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-16T19:23:27.118Z] ---> cdf2a7733a7b [2021-07-16T19:23:27.118Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:23:27.396Z] ---> Running in 671c5b997cb0 [2021-07-16T19:23:27.674Z] Removing intermediate container 238be11f8bd3 [2021-07-16T19:23:27.674Z] ---> f6e130947df0 [2021-07-16T19:23:27.674Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:23:28.278Z] ---> 106cef071916 [2021-07-16T19:23:28.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-16T19:23:28.278Z] Removing intermediate container 671c5b997cb0 [2021-07-16T19:23:28.278Z] ---> 56b98fd48a21 [2021-07-16T19:23:28.278Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-16T19:23:28.278Z] ---> 9578c823c843 [2021-07-16T19:23:28.278Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-16T19:23:28.561Z] Removing intermediate container 6ae4979e083d [2021-07-16T19:23:28.561Z] ---> 04c7b911af09 [2021-07-16T19:23:28.561Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-16T19:23:28.561Z] ---> Running in 03cf3c94491a [2021-07-16T19:23:28.561Z] ---> Running in 93731de63b0a [2021-07-16T19:23:28.835Z] ---> a0b3c6492b01 [2021-07-16T19:23:28.835Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-16T19:23:29.453Z] Removing intermediate container 93731de63b0a [2021-07-16T19:23:29.453Z] ---> 43b36b3420ed [2021-07-16T19:23:29.453Z] ---> f1f6b16b997e [2021-07-16T19:23:29.453Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"]Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-16T19:23:29.453Z] [2021-07-16T19:23:29.732Z] ---> Running in cedadec3553e [2021-07-16T19:23:30.020Z] ---> ac1691f64989 [2021-07-16T19:23:30.020Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-16T19:23:30.305Z] ---> Running in e33fb5d54759 [2021-07-16T19:23:30.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:30.576Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:23:30.576Z] Removing intermediate container cedadec3553e [2021-07-16T19:23:30.576Z] ---> e436f814f752 [2021-07-16T19:23:30.576Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:23:30.850Z] ---> Running in c495c883eab9 [2021-07-16T19:23:30.850Z] ---> f673f0bd86d8 [2021-07-16T19:23:30.850Z] ---> 7c731067f8da [2021-07-16T19:23:30.850Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-16T19:23:30.850Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-16T19:23:31.133Z] Removing intermediate container e33fb5d54759 [2021-07-16T19:23:31.133Z] ---> 08622a719291 [2021-07-16T19:23:31.133Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:23:31.133Z] ---> Running in 3b02ac4b9a58 [2021-07-16T19:23:31.408Z] ---> Running in 4499dc506238 [2021-07-16T19:23:31.408Z] (1/39) Installing readline (8.1.0-r0) [2021-07-16T19:23:31.408Z] (2/39) Installing bash (5.1.0-r0) [2021-07-16T19:23:31.408Z] Executing bash-5.1.0-r0.post-install [2021-07-16T19:23:31.408Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-16T19:23:31.408Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-16T19:23:31.408Z] (5/39) Installing libcurl (7.77.0-r1) [2021-07-16T19:23:31.408Z] (6/39) Installing curl (7.77.0-r1) [2021-07-16T19:23:31.408Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-16T19:23:31.408Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-16T19:23:31.408Z] (9/39) Installing expat (2.2.10-r1) [2021-07-16T19:23:31.688Z] (10/39) Installing libffi (3.3-r2) [2021-07-16T19:23:31.689Z] (11/39) Installing gdbm (1.19-r0) [2021-07-16T19:23:31.689Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-16T19:23:31.689Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-16T19:23:31.689Z] Removing intermediate container c495c883eab9 [2021-07-16T19:23:31.689Z] ---> 0fd3e3232931 [2021-07-16T19:23:31.689Z] Step 21/23 : LABEL arch=arm64 [2021-07-16T19:23:31.689Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-16T19:23:31.962Z] ---> Running in 6489c21ea53c [2021-07-16T19:23:32.244Z] Removing intermediate container 4499dc506238 [2021-07-16T19:23:32.244Z] ---> 930af34b57d9 [2021-07-16T19:23:32.244Z] Step 22/24 : LABEL arch=arm64 [2021-07-16T19:23:32.530Z] ---> 53090e2df4a1 [2021-07-16T19:23:32.530Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-16T19:23:32.530Z] ---> Running in 534e4b9b14da [2021-07-16T19:23:32.807Z] ---> Running in 8062e658956e [2021-07-16T19:23:32.807Z] Removing intermediate container 6489c21ea53c [2021-07-16T19:23:32.807Z] ---> 9e97057f2638 [2021-07-16T19:23:32.807Z] Step 22/23 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:23:33.084Z] ---> Running in 5a002490f47f [2021-07-16T19:23:33.356Z] Removing intermediate container 534e4b9b14da [2021-07-16T19:23:33.356Z] ---> 5adcf1941ab2 [2021-07-16T19:23:33.356Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:23:33.635Z] Removing intermediate container 8062e658956e [2021-07-16T19:23:33.635Z] ---> 6f4ffa59c225 [2021-07-16T19:23:33.635Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:23:33.635Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-16T19:23:33.635Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-16T19:23:33.635Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-16T19:23:33.635Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-16T19:23:33.635Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-16T19:23:33.635Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-16T19:23:33.635Z] ---> Running in 9229590a636a [2021-07-16T19:23:33.916Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-16T19:23:33.916Z] ---> Running in 259e8d971cd5 [2021-07-16T19:23:33.916Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-16T19:23:33.916Z] Removing intermediate container 5a002490f47f [2021-07-16T19:23:33.916Z] ---> 3f25855ff3f9 [2021-07-16T19:23:33.916Z] Step 23/23 : LABEL version=0.0.0 [2021-07-16T19:23:33.916Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-16T19:23:34.203Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-16T19:23:34.203Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-16T19:23:34.203Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-16T19:23:34.203Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-16T19:23:34.203Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-16T19:23:34.203Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-16T19:23:34.204Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-16T19:23:34.204Z] ---> Running in f7c9c6229310 [2021-07-16T19:23:34.204Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-16T19:23:34.204Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-16T19:23:34.204Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-16T19:23:34.476Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-16T19:23:34.476Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-16T19:23:34.476Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-16T19:23:34.476Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-16T19:23:34.476Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-16T19:23:34.476Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-16T19:23:34.476Z] Removing intermediate container 9229590a636a [2021-07-16T19:23:34.476Z] ---> a2e87598692b [2021-07-16T19:23:34.476Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:23:34.758Z] Removing intermediate container 3b02ac4b9a58 [2021-07-16T19:23:34.758Z] ---> 2b463b5e05f2 [2021-07-16T19:23:34.758Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:23:34.758Z] Removing intermediate container 259e8d971cd5 [2021-07-16T19:23:34.758Z] ---> aeb29234b068 [2021-07-16T19:23:34.758Z] Step 22/24 : LABEL arch=arm64 [2021-07-16T19:23:34.758Z] ---> Running in e07c7a17a3b9 [2021-07-16T19:23:35.035Z] Executing busybox-1.32.1-r6.trigger [2021-07-16T19:23:35.035Z] OK: 82 MiB in 59 packages [2021-07-16T19:23:35.035Z] Removing intermediate container f7c9c6229310 [2021-07-16T19:23:35.035Z] ---> 5cdccd310060 [2021-07-16T19:23:35.035Z] [2021-07-16T19:23:35.035Z] ---> Running in 856c1cdbd694 [2021-07-16T19:23:35.639Z] Successfully built 5cdccd310060 [2021-07-16T19:23:35.639Z] Removing intermediate container e07c7a17a3b9 [2021-07-16T19:23:35.639Z] ---> a020c36acaaa [2021-07-16T19:23:35.639Z] [2021-07-16T19:23:35.639Z] Successfully tagged support-scheduler-arm64:latest [2021-07-16T19:23:35.639Z]  Building support-scheduler ... done Building security-secretstore-setup [2021-07-16T19:23:35.916Z] Removing intermediate container 856c1cdbd694 [2021-07-16T19:23:35.916Z] ---> ef9ac74f577f [2021-07-16T19:23:35.916Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:23:35.916Z] Successfully built a020c36acaaa [2021-07-16T19:23:35.916Z] ---> 1ad0d8d6bdf3 [2021-07-16T19:23:35.916Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-16T19:23:36.189Z] Successfully tagged core-command-arm64:latest [2021-07-16T19:23:36.190Z]  Building core-command ... done Building support-notifications [2021-07-16T19:23:36.190Z] ---> Running in 5654ebe092c4 [2021-07-16T19:23:36.802Z] Removing intermediate container 5654ebe092c4 [2021-07-16T19:23:36.802Z] ---> 9f9567ba629d [2021-07-16T19:23:36.802Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:23:37.403Z] ---> Running in b5a04605a13d [2021-07-16T19:23:37.683Z] ---> 09b0cd6c5a46 [2021-07-16T19:23:37.683Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-16T19:23:38.294Z] Removing intermediate container b5a04605a13d [2021-07-16T19:23:38.294Z] ---> 26b62a020594 [2021-07-16T19:23:38.294Z] [2021-07-16T19:23:38.896Z] Successfully built 26b62a020594 [2021-07-16T19:23:38.896Z] Successfully tagged core-metadata-arm64:latest [2021-07-16T19:23:38.896Z]  Building core-metadata ... done Building core-data [2021-07-16T19:23:39.884Z] ---> 12d6353232aa [2021-07-16T19:23:39.884Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-16T19:23:41.883Z] ---> a6006588e0a2 [2021-07-16T19:23:41.883Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-16T19:23:43.877Z] Collecting docker-compose==1.23.2 [2021-07-16T19:23:43.877Z] ---> 9f3c072f2c50 [2021-07-16T19:23:43.877Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-16T19:23:43.877Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-16T19:23:43.877Z] Collecting docopt<0.7,>=0.6.1 [2021-07-16T19:23:43.877Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-16T19:23:44.167Z] ---> Running in 4a1a8064d8a0 [2021-07-16T19:23:45.621Z] Removing intermediate container 4a1a8064d8a0 [2021-07-16T19:23:45.621Z] ---> 7f9dd1f9583f [2021-07-16T19:23:45.621Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-16T19:23:46.226Z] Collecting cached-property<2,>=1.2.0 [2021-07-16T19:23:46.227Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-16T19:23:46.849Z] Collecting PyYAML<4,>=3.10 [2021-07-16T19:23:46.849Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-16T19:23:46.849Z] ---> 6da8fb37cdb0 [2021-07-16T19:23:46.849Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-16T19:23:47.449Z] ---> Running in 99e975ee75fe [2021-07-16T19:23:50.096Z] Removing intermediate container 99e975ee75fe [2021-07-16T19:23:50.096Z] ---> e3fcf4b90e74 [2021-07-16T19:23:50.096Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-16T19:23:50.702Z] ---> Running in b97f80b940e8 [2021-07-16T19:23:50.702Z] Collecting docker<4.0,>=3.6.0 [2021-07-16T19:23:50.702Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-16T19:23:51.316Z] Removing intermediate container b97f80b940e8 [2021-07-16T19:23:51.316Z] ---> e1bb164bdc9d [2021-07-16T19:23:51.316Z] Step 29/32 : CMD ["gate"] [2021-07-16T19:23:51.916Z] ---> Running in fa94ff256a29 [2021-07-16T19:23:52.193Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-16T19:23:52.193Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-16T19:23:52.467Z] Collecting jsonschema<3,>=2.5.1 [2021-07-16T19:23:52.467Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-16T19:23:52.467Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-07-16T19:23:52.467Z] Removing intermediate container fa94ff256a29 [2021-07-16T19:23:52.467Z] ---> 9fc3cfbddd23 [2021-07-16T19:23:52.467Z] Step 30/32 : LABEL arch=arm64 [2021-07-16T19:23:52.742Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-16T19:23:52.742Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-16T19:23:53.019Z] ---> Running in 734e33488fa3 [2021-07-16T19:23:53.019Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-16T19:23:53.019Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-16T19:23:54.004Z] Removing intermediate container 734e33488fa3 [2021-07-16T19:23:54.004Z] ---> c6af06c10c5a [2021-07-16T19:23:54.004Z] Step 31/32 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:23:54.611Z] ---> Running in 34d1cdd4067a [2021-07-16T19:23:55.603Z] Removing intermediate container 34d1cdd4067a [2021-07-16T19:23:55.603Z] ---> 86fb160d6a10 [2021-07-16T19:23:55.603Z] Step 32/32 : LABEL version=0.0.0 [2021-07-16T19:23:55.603Z] Collecting texttable<0.10,>=0.9.0 [2021-07-16T19:23:55.603Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-16T19:23:55.942Z] ---> Running in e46fdc3fe44f [2021-07-16T19:23:57.003Z] Removing intermediate container e46fdc3fe44f [2021-07-16T19:23:57.003Z] ---> ebdc8c08b488 [2021-07-16T19:23:57.003Z] [2021-07-16T19:23:57.609Z] Successfully built ebdc8c08b488 [2021-07-16T19:23:57.609Z] Successfully tagged security-bootstrapper-arm64:latest [2021-07-16T19:23:57.609Z]  Building security-bootstrapper ... done Building security-proxy-setup [2021-07-16T19:23:57.609Z] Collecting docker-pycreds>=0.4.0 [2021-07-16T19:23:57.609Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-16T19:23:58.607Z] Collecting idna<2.8,>=2.5 [2021-07-16T19:23:58.607Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-16T19:23:59.213Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-16T19:23:59.213Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-16T19:23:59.491Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-16T19:23:59.491Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-16T19:23:59.770Z] Collecting certifi>=2017.4.17 [2021-07-16T19:23:59.770Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-16T19:24:00.376Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-16T19:24:00.376Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-16T19:24:00.376Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-16T19:24:00.376Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-16T19:24:01.415Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-16T19:24:01.415Z] Attempting uninstall: urllib3 [2021-07-16T19:24:01.415Z] Found existing installation: urllib3 1.26.2 [2021-07-16T19:24:01.415Z] Uninstalling urllib3-1.26.2: [2021-07-16T19:24:01.415Z] Successfully uninstalled urllib3-1.26.2 [2021-07-16T19:24:02.252Z] Attempting uninstall: idna [2021-07-16T19:24:02.252Z] Found existing installation: idna 3.1 [2021-07-16T19:24:02.252Z] Uninstalling idna-3.1: [2021-07-16T19:24:02.252Z] Successfully uninstalled idna-3.1 [2021-07-16T19:24:02.863Z] Attempting uninstall: chardet [2021-07-16T19:24:02.863Z] Found existing installation: chardet 4.0.0 [2021-07-16T19:24:02.863Z] Uninstalling chardet-4.0.0: [2021-07-16T19:24:02.863Z] Successfully uninstalled chardet-4.0.0 [2021-07-16T19:24:04.322Z] Attempting uninstall: requests [2021-07-16T19:24:04.322Z] Found existing installation: requests 2.25.1 [2021-07-16T19:24:04.322Z] Uninstalling requests-2.25.1: [2021-07-16T19:24:04.602Z] Successfully uninstalled requests-2.25.1 [2021-07-16T19:24:04.881Z] Running setup.py install for texttable: started [2021-07-16T19:24:06.879Z] Running setup.py install for texttable: finished with status 'done' [2021-07-16T19:24:06.879Z] Running setup.py install for PyYAML: started [2021-07-16T19:24:09.567Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-16T19:24:09.848Z] Running setup.py install for docopt: started [2021-07-16T19:24:11.889Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:24:11.889Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:24:11.889Z] ---> 911c852f9854 [2021-07-16T19:24:11.889Z] Step 3/23 : WORKDIR /edgex-go [2021-07-16T19:24:11.889Z] ---> Using cache [2021-07-16T19:24:11.889Z] ---> b08217d8dafe [2021-07-16T19:24:11.889Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:24:11.889Z] ---> Using cache [2021-07-16T19:24:11.889Z] ---> 9aa315747803 [2021-07-16T19:24:11.889Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-16T19:24:12.181Z] Running setup.py install for docopt: finished with status 'done' [2021-07-16T19:24:12.181Z] Running setup.py install for dockerpty: started [2021-07-16T19:24:13.204Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:24:13.204Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:24:13.204Z] ---> 911c852f9854 [2021-07-16T19:24:13.204Z] Step 3/26 : WORKDIR /edgex-go [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> b08217d8dafe [2021-07-16T19:24:13.204Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> 9aa315747803 [2021-07-16T19:24:13.204Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> 26a5afcf0602 [2021-07-16T19:24:13.204Z] Step 6/26 : COPY go.mod . [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> 154493d81f90 [2021-07-16T19:24:13.204Z] Step 7/26 : RUN go mod download [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> cfe18ca32e7e [2021-07-16T19:24:13.204Z] Step 8/26 : COPY . . [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> 2bb9767c4133 [2021-07-16T19:24:13.204Z] Step 9/26 : RUN go mod tidy [2021-07-16T19:24:13.204Z] ---> Using cache [2021-07-16T19:24:13.204Z] ---> 7e6f79b02baa [2021-07-16T19:24:13.204Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-16T19:24:14.669Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-16T19:24:15.305Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:24:15.305Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:24:15.305Z] ---> 911c852f9854 [2021-07-16T19:24:15.305Z] Step 3/24 : WORKDIR /edgex-go [2021-07-16T19:24:15.305Z] ---> Using cache [2021-07-16T19:24:15.305Z] ---> b08217d8dafe [2021-07-16T19:24:15.305Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:24:15.305Z] ---> Using cache [2021-07-16T19:24:15.305Z] ---> 9aa315747803 [2021-07-16T19:24:15.305Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-16T19:24:15.599Z] ---> Running in 47c05be60932 [2021-07-16T19:24:15.599Z] ---> Running in 25574aadd02d [2021-07-16T19:24:15.599Z] ---> Running in 9c7597ca4ddd [2021-07-16T19:24:17.045Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 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 [2021-07-16T19:24:18.035Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:24:18.312Z] 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 [2021-07-16T19:24:18.312Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:24:18.938Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:24:19.557Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:24:20.603Z] OK: 218 MiB in 52 packages [2021-07-16T19:24:20.603Z] OK: 218 MiB in 52 packages [2021-07-16T19:24:24.088Z] Removing intermediate container 47c05be60932 [2021-07-16T19:24:24.088Z] ---> 9607ed49ba43 [2021-07-16T19:24:24.088Z] Step 6/24 : COPY go.mod . [2021-07-16T19:24:24.088Z] Removing intermediate container 9c7597ca4ddd [2021-07-16T19:24:24.088Z] ---> 8954c3ff0d8a [2021-07-16T19:24:24.088Z] Step 6/23 : COPY go.mod . [2021-07-16T19:24:26.734Z] ---> cf19b4794883 [2021-07-16T19:24:26.734Z] Step 7/24 : RUN go mod download [2021-07-16T19:24:26.734Z] ---> e33e762fc389 [2021-07-16T19:24:26.734Z] Step 7/23 : RUN go mod download [2021-07-16T19:24:26.734Z] ---> Running in cf5ef230e8ed [2021-07-16T19:24:27.339Z] ---> Running in 5ffe9d6dd989 [2021-07-16T19:24:32.854Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-16T19:24:32.854Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-16T19:24:32.854Z] ---> 911c852f9854 [2021-07-16T19:24:32.854Z] Step 3/22 : WORKDIR /edgex-go [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> b08217d8dafe [2021-07-16T19:24:32.854Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> 9aa315747803 [2021-07-16T19:24:32.854Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> 26a5afcf0602 [2021-07-16T19:24:32.854Z] Step 6/22 : COPY go.mod . [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> 154493d81f90 [2021-07-16T19:24:32.854Z] Step 7/22 : RUN go mod download [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> cfe18ca32e7e [2021-07-16T19:24:32.854Z] Step 8/22 : COPY . . [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> 2bb9767c4133 [2021-07-16T19:24:32.854Z] Step 9/22 : RUN go mod tidy [2021-07-16T19:24:32.854Z] ---> Using cache [2021-07-16T19:24:32.854Z] ---> 7e6f79b02baa [2021-07-16T19:24:32.854Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-16T19:24:32.854Z] ---> Running in ef69a04a2bad [2021-07-16T19:24:35.559Z] Removing intermediate container cf5ef230e8ed [2021-07-16T19:24:35.559Z] ---> ad8bde5d64ec [2021-07-16T19:24:35.559Z] Step 8/24 : COPY . . [2021-07-16T19:24:35.845Z] Removing intermediate container 5ffe9d6dd989 [2021-07-16T19:24:35.845Z] ---> 84b509c72013 [2021-07-16T19:24:35.845Z] Step 8/23 : COPY . . [2021-07-16T19:24:36.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 [2021-07-16T19:24:39.170Z] Removing intermediate container 03cf3c94491a [2021-07-16T19:24:39.170Z] ---> 031b991d3032 [2021-07-16T19:24:39.170Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-16T19:24:40.697Z] ---> Running in 61e93b50ce2f [2021-07-16T19:24:42.162Z] Removing intermediate container 61e93b50ce2f [2021-07-16T19:24:42.162Z] ---> c3d86afca2a5 [2021-07-16T19:24:42.162Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-16T19:24:42.772Z] ---> Running in 787e1675517b [2021-07-16T19:24:44.793Z] Removing intermediate container 787e1675517b [2021-07-16T19:24:44.793Z] ---> c77e3c1e7b5a [2021-07-16T19:24:44.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-16T19:24:48.243Z] ---> 72b8b8ec7add [2021-07-16T19:24:48.243Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-16T19:24:50.903Z] ---> f630e0b5c494 [2021-07-16T19:24:50.903Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-16T19:24:53.573Z] ---> 82befcdd2e07 [2021-07-16T19:24:53.573Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-16T19:24:54.189Z] ---> Running in a86b74d256ce [2021-07-16T19:24:55.662Z] Removing intermediate container a86b74d256ce [2021-07-16T19:24:55.662Z] ---> c1c3c9040b74 [2021-07-16T19:24:55.662Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:24:55.947Z] ---> Running in a95bec9b5513 [2021-07-16T19:24:57.431Z] Removing intermediate container a95bec9b5513 [2021-07-16T19:24:57.431Z] ---> 8ddef5c6194f [2021-07-16T19:24:57.431Z] Step 22/24 : LABEL arch=arm64 [2021-07-16T19:24:57.726Z] ---> Running in 6c7567aed0c3 [2021-07-16T19:24:59.205Z] Removing intermediate container 6c7567aed0c3 [2021-07-16T19:24:59.205Z] ---> bcc9d53e986a [2021-07-16T19:24:59.205Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:24:59.833Z] ---> Running in 73223e69ca93 [2021-07-16T19:25:00.840Z] Removing intermediate container 73223e69ca93 [2021-07-16T19:25:01.126Z] ---> da6b64599747 [2021-07-16T19:25:01.126Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:25:01.412Z] ---> Running in dcab9771f0a9 [2021-07-16T19:25:02.891Z] Removing intermediate container dcab9771f0a9 [2021-07-16T19:25:02.891Z] ---> a53e205a3046 [2021-07-16T19:25:02.891Z] [2021-07-16T19:25:04.361Z] Successfully built a53e205a3046 [2021-07-16T19:25:04.361Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-07-16T19:25:05.361Z]  Building sys-mgmt-agent ... done  ---> 62c873c42a5f [2021-07-16T19:25:05.361Z] Step 9/23 : RUN go mod tidy [2021-07-16T19:25:05.361Z] ---> b98814203b4c [2021-07-16T19:25:05.361Z] Step 9/24 : RUN go mod tidy [2021-07-16T19:25:05.361Z] ---> Running in 0b759adfc814 [2021-07-16T19:25:05.647Z] ---> Running in 5a5731dd77e1 [2021-07-16T19:25:13.996Z] Removing intermediate container 0b759adfc814 [2021-07-16T19:25:13.996Z] ---> 08caf1caadaa [2021-07-16T19:25:13.996Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-16T19:25:13.996Z] Removing intermediate container 5a5731dd77e1 [2021-07-16T19:25:13.996Z] ---> bf50e1845a66 [2021-07-16T19:25:13.996Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-16T19:25:13.996Z] ---> Running in 4ba3ca38ff80 [2021-07-16T19:25:13.996Z] ---> Running in 03ff997d1261 [2021-07-16T19:25:15.466Z] 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 [2021-07-16T19:25:15.466Z] 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 [2021-07-16T19:25:27.929Z] 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 [2021-07-16T19:25:40.380Z] Removing intermediate container 25574aadd02d [2021-07-16T19:25:40.380Z] ---> 7b1c60039a7c [2021-07-16T19:25:40.380Z] [2021-07-16T19:25:40.380Z] Step 11/26 : FROM alpine:3.12 [2021-07-16T19:25:40.380Z] ---> c4fd0aeabfcf [2021-07-16T19:25:40.380Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-16T19:25:40.380Z] ---> Running in 922a62f1e424 [2021-07-16T19:25:41.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:25:42.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:25:42.734Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-16T19:25:42.734Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-16T19:25:42.734Z] (3/6) Installing libcurl (7.77.0-r0) [2021-07-16T19:25:42.734Z] (4/6) Installing curl (7.77.0-r0) [2021-07-16T19:25:42.734Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-16T19:25:42.734Z] (6/6) Installing su-exec (0.2-r1) [2021-07-16T19:25:42.734Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:25:43.015Z] Executing ca-certificates-20191127-r4.trigger [2021-07-16T19:25:43.295Z] OK: 7 MiB in 20 packages [2021-07-16T19:25:45.955Z] Removing intermediate container 922a62f1e424 [2021-07-16T19:25:45.955Z] ---> d56a182cca94 [2021-07-16T19:25:45.955Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-16T19:25:45.955Z] ---> Running in e4e21ab53d07 [2021-07-16T19:25:46.563Z] Removing intermediate container e4e21ab53d07 [2021-07-16T19:25:46.563Z] ---> 643e0849863c [2021-07-16T19:25:46.843Z] Step 14/26 : WORKDIR / [2021-07-16T19:25:46.843Z] ---> Running in 8df6933f86cd [2021-07-16T19:25:47.838Z] Removing intermediate container 8df6933f86cd [2021-07-16T19:25:47.838Z] ---> 503dd306d136 [2021-07-16T19:25:47.838Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-07-16T19:25:48.836Z] 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 [2021-07-16T19:25:49.116Z] ---> 154bba8d2e5f [2021-07-16T19:25:49.116Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-07-16T19:25:50.577Z] ---> 2f9af28b26b6 [2021-07-16T19:25:50.577Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-16T19:25:51.624Z] ---> f251a5a98b12 [2021-07-16T19:25:51.624Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-07-16T19:25:53.087Z] ---> 27f6e89e4e7f [2021-07-16T19:25:53.087Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-16T19:25:55.096Z] ---> a2d0fe579013 [2021-07-16T19:25:55.096Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-16T19:25:57.105Z] ---> 162d39462291 [2021-07-16T19:25:57.105Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-16T19:25:58.562Z] ---> 2b68bdd62397 [2021-07-16T19:25:58.562Z] Step 22/26 : 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/ [2021-07-16T19:25:58.562Z] ---> Running in 0a5327b259c0 [2021-07-16T19:26:04.047Z] Removing intermediate container 0a5327b259c0 [2021-07-16T19:26:04.047Z] ---> b1e317d8420d [2021-07-16T19:26:04.047Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-16T19:26:04.047Z] ---> Running in a2e9ffc73942 [2021-07-16T19:26:04.331Z] Removing intermediate container ef69a04a2bad [2021-07-16T19:26:04.332Z] ---> 79b7a022a115 [2021-07-16T19:26:04.332Z] [2021-07-16T19:26:04.332Z] Step 11/22 : FROM alpine:3.12 [2021-07-16T19:26:04.332Z] ---> c4fd0aeabfcf [2021-07-16T19:26:04.332Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-16T19:26:04.632Z] Removing intermediate container a2e9ffc73942 [2021-07-16T19:26:04.632Z] ---> e74735eb0391 [2021-07-16T19:26:04.632Z] Step 24/26 : LABEL arch=arm64 [2021-07-16T19:26:04.632Z] ---> Running in 8ab672b46f51 [2021-07-16T19:26:04.914Z] ---> Running in 89c37d3e4078 [2021-07-16T19:26:05.917Z] Removing intermediate container 89c37d3e4078 [2021-07-16T19:26:05.917Z] ---> 958f8d555470 [2021-07-16T19:26:05.918Z] Step 25/26 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:26:05.918Z] ---> Running in 4862ae4413a4 [2021-07-16T19:26:06.921Z] Removing intermediate container 4862ae4413a4 [2021-07-16T19:26:06.921Z] ---> 409fdbac3bd1 [2021-07-16T19:26:06.921Z] Step 26/26 : LABEL version=0.0.0 [2021-07-16T19:26:07.204Z] ---> Running in fce63d9684f6 [2021-07-16T19:26:07.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:26:07.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:26:08.046Z] Removing intermediate container fce63d9684f6 [2021-07-16T19:26:08.046Z] ---> db3e2c91f37a [2021-07-16T19:26:08.046Z] [2021-07-16T19:26:08.334Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-16T19:26:08.334Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-16T19:26:08.334Z] (3/4) Installing libcurl (7.77.0-r0) [2021-07-16T19:26:08.334Z] Successfully built db3e2c91f37a [2021-07-16T19:26:08.334Z] (4/4) Installing curl (7.77.0-r0) [2021-07-16T19:26:08.334Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:26:08.334Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-07-16T19:26:08.613Z]  Building security-secretstore-setup ... done Executing ca-certificates-20191127-r4.trigger [2021-07-16T19:26:08.902Z] OK: 7 MiB in 18 packages [2021-07-16T19:26:10.915Z] Removing intermediate container 8ab672b46f51 [2021-07-16T19:26:10.915Z] ---> dc08d54c0e63 [2021-07-16T19:26:10.915Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-16T19:26:11.202Z] ---> Running in 853a81af7fcb [2021-07-16T19:26:12.202Z] Removing intermediate container 853a81af7fcb [2021-07-16T19:26:12.202Z] ---> 9ec05a22f802 [2021-07-16T19:26:12.202Z] Step 14/22 : WORKDIR /edgex [2021-07-16T19:26:12.202Z] ---> Running in 0af95b821d5b [2021-07-16T19:26:13.216Z] Removing intermediate container 0af95b821d5b [2021-07-16T19:26:13.216Z] ---> 6a0cb643b17c [2021-07-16T19:26:13.216Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-16T19:26:14.673Z] ---> 1ec4880f3030 [2021-07-16T19:26:14.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-16T19:26:16.690Z] ---> 7b3a92755953 [2021-07-16T19:26:16.690Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-16T19:26:18.156Z] ---> a84c746044e0 [2021-07-16T19:26:18.156Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-16T19:26:18.435Z] ---> Running in 5d481d7b0346 [2021-07-16T19:26:19.045Z] Removing intermediate container 5d481d7b0346 [2021-07-16T19:26:19.045Z] ---> 7ae0d2a781d4 [2021-07-16T19:26:19.045Z] Step 19/22 : CMD ["--init=true"] [2021-07-16T19:26:19.325Z] ---> Running in 7b78f8cc422c [2021-07-16T19:26:20.333Z] Removing intermediate container 7b78f8cc422c [2021-07-16T19:26:20.333Z] ---> f7fbad012e63 [2021-07-16T19:26:20.333Z] Step 20/22 : LABEL arch=arm64 [2021-07-16T19:26:20.333Z] ---> Running in a27495b7c10a [2021-07-16T19:26:21.337Z] Removing intermediate container a27495b7c10a [2021-07-16T19:26:21.337Z] ---> 07eb46d05a3c [2021-07-16T19:26:21.337Z] Step 21/22 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:26:21.619Z] ---> Running in 7ecec7dfa4d0 [2021-07-16T19:26:22.638Z] Removing intermediate container 7ecec7dfa4d0 [2021-07-16T19:26:22.638Z] ---> 4e3a4e323167 [2021-07-16T19:26:22.638Z] Step 22/22 : LABEL version=0.0.0 [2021-07-16T19:26:22.638Z] ---> Running in 163355246fa0 [2021-07-16T19:26:23.253Z] Removing intermediate container 163355246fa0 [2021-07-16T19:26:23.253Z] ---> 2a46ccb80288 [2021-07-16T19:26:23.253Z] [2021-07-16T19:26:23.873Z] Successfully built 2a46ccb80288 [2021-07-16T19:26:23.873Z] Successfully tagged security-proxy-setup-arm64:latest [2021-07-16T19:26:34.594Z]  Building security-proxy-setup ... done Removing intermediate container 4ba3ca38ff80 [2021-07-16T19:26:34.594Z] ---> aebbe5a778b7 [2021-07-16T19:26:34.594Z] [2021-07-16T19:26:34.594Z] Step 11/23 : FROM alpine:3.12 [2021-07-16T19:26:34.594Z] ---> c4fd0aeabfcf [2021-07-16T19:26:34.594Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-16T19:26:34.594Z] ---> Running in fd710a02a14f [2021-07-16T19:26:35.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:26:35.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:26:36.193Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-16T19:26:36.476Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-16T19:26:36.476Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:26:36.476Z] Executing ca-certificates-20191127-r4.trigger [2021-07-16T19:26:36.476Z] OK: 6 MiB in 16 packages [2021-07-16T19:26:37.972Z] Removing intermediate container 03ff997d1261 [2021-07-16T19:26:37.972Z] ---> 8d1ebefe7831 [2021-07-16T19:26:37.972Z] [2021-07-16T19:26:37.972Z] Step 11/24 : FROM alpine:3.12 [2021-07-16T19:26:37.972Z] ---> c4fd0aeabfcf [2021-07-16T19:26:37.972Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-16T19:26:38.251Z] ---> Running in 7b8de70a580f [2021-07-16T19:26:38.531Z] Removing intermediate container fd710a02a14f [2021-07-16T19:26:38.531Z] ---> 24ba1d5e8dcc [2021-07-16T19:26:38.531Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-16T19:26:38.531Z] ---> Running in 3e146f80d69a [2021-07-16T19:26:38.814Z] Removing intermediate container 7b8de70a580f [2021-07-16T19:26:38.814Z] ---> c6156ba0a0f5 [2021-07-16T19:26:38.814Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-16T19:26:39.091Z] ---> Running in 2b50d6493c63 [2021-07-16T19:26:39.091Z] Removing intermediate container 3e146f80d69a [2021-07-16T19:26:39.091Z] ---> a3c2cf393adb [2021-07-16T19:26:39.091Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-16T19:26:39.367Z] ---> Running in 345e3eaddd53 [2021-07-16T19:26:39.641Z] Removing intermediate container 2b50d6493c63 [2021-07-16T19:26:39.641Z] ---> ed95d945225e [2021-07-16T19:26:39.641Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-16T19:26:39.915Z] ---> Running in 16bea94aa156 [2021-07-16T19:26:39.915Z] Removing intermediate container 345e3eaddd53 [2021-07-16T19:26:39.915Z] ---> 229b188a2d65 [2021-07-16T19:26:39.915Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-16T19:26:40.193Z] ---> Running in ccb220c97cd1 [2021-07-16T19:26:40.193Z] Removing intermediate container 16bea94aa156 [2021-07-16T19:26:40.466Z] ---> 7cf9a28b33d4 [2021-07-16T19:26:40.466Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-16T19:26:40.466Z] ---> Running in 4adb7e962b25 [2021-07-16T19:26:40.742Z] Removing intermediate container ccb220c97cd1 [2021-07-16T19:26:40.742Z] ---> aca5b67a8344 [2021-07-16T19:26:40.742Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:26:41.729Z] ---> ee24da67e342 [2021-07-16T19:26:41.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-16T19:26:43.171Z] ---> b765dcd3c834 [2021-07-16T19:26:43.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-16T19:26:43.171Z] Removing intermediate container 4adb7e962b25 [2021-07-16T19:26:43.171Z] ---> 7d4b95578785 [2021-07-16T19:26:43.171Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-16T19:26:43.446Z] ---> Running in 7b2d58ecbac7 [2021-07-16T19:26:44.446Z] ---> 0b339502bcca [2021-07-16T19:26:44.446Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-16T19:26:44.446Z] ---> Running in 671e5a2c9382 [2021-07-16T19:26:45.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-16T19:26:45.045Z] Removing intermediate container 671e5a2c9382 [2021-07-16T19:26:45.045Z] ---> cd4f41524dd6 [2021-07-16T19:26:45.045Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:26:45.045Z] ---> Running in 37d157cacae8 [2021-07-16T19:26:45.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-16T19:26:45.647Z] Removing intermediate container 37d157cacae8 [2021-07-16T19:26:45.647Z] ---> b34051a6c3b9 [2021-07-16T19:26:45.647Z] Step 21/23 : LABEL arch=arm64 [2021-07-16T19:26:45.922Z] ---> Running in 29ce78ec61de [2021-07-16T19:26:46.196Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-16T19:26:46.470Z] Removing intermediate container 29ce78ec61de [2021-07-16T19:26:46.470Z] ---> d1ceef56d581 [2021-07-16T19:26:46.470Z] Step 22/23 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:26:46.470Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-16T19:26:46.470Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-16T19:26:46.470Z] ---> Running in 00e33b8f7046 [2021-07-16T19:26:46.470Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-16T19:26:46.742Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-16T19:26:47.014Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-16T19:26:47.014Z] Executing busybox-1.31.1-r20.trigger [2021-07-16T19:26:47.014Z] OK: 8 MiB in 20 packages [2021-07-16T19:26:47.014Z] Removing intermediate container 00e33b8f7046 [2021-07-16T19:26:47.014Z] ---> af5894d9e665 [2021-07-16T19:26:47.014Z] Step 23/23 : LABEL version=0.0.0 [2021-07-16T19:26:47.291Z] ---> Running in 20564cdc8d8e [2021-07-16T19:26:47.892Z] Removing intermediate container 20564cdc8d8e [2021-07-16T19:26:47.892Z] ---> 825c5e3f1a17 [2021-07-16T19:26:47.892Z] [2021-07-16T19:26:48.165Z] Successfully built 825c5e3f1a17 [2021-07-16T19:26:48.165Z] Successfully tagged support-notifications-arm64:latest [2021-07-16T19:26:48.438Z]  Building support-notifications ... done Removing intermediate container 7b2d58ecbac7 [2021-07-16T19:26:48.438Z] ---> 97cc5053c475 [2021-07-16T19:26:48.438Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-16T19:26:49.420Z] ---> 6c5f2e346b7f [2021-07-16T19:26:49.420Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-16T19:26:50.854Z] ---> c99261b5bca0 [2021-07-16T19:26:50.854Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-16T19:26:51.489Z] ---> 4e3dd3bdd452 [2021-07-16T19:26:51.489Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-16T19:26:51.766Z] ---> Running in 61d94abe12d1 [2021-07-16T19:26:52.042Z] Removing intermediate container 61d94abe12d1 [2021-07-16T19:26:52.042Z] ---> 42ca2c5fbb6d [2021-07-16T19:26:52.042Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-16T19:26:52.369Z] ---> Running in 090531d32ca8 [2021-07-16T19:26:52.968Z] Removing intermediate container 090531d32ca8 [2021-07-16T19:26:52.968Z] ---> f5a783a9b9d3 [2021-07-16T19:26:52.968Z] Step 22/24 : LABEL arch=arm64 [2021-07-16T19:26:52.968Z] ---> Running in 4e7375ce6637 [2021-07-16T19:26:53.565Z] Removing intermediate container 4e7375ce6637 [2021-07-16T19:26:53.565Z] ---> 43a85a51bb27 [2021-07-16T19:26:53.565Z] Step 23/24 : LABEL git_sha=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [2021-07-16T19:26:53.565Z] ---> Running in 2d7d7219c5f5 [2021-07-16T19:26:54.165Z] Removing intermediate container 2d7d7219c5f5 [2021-07-16T19:26:54.165Z] ---> a01095b44c36 [2021-07-16T19:26:54.165Z] Step 24/24 : LABEL version=0.0.0 [2021-07-16T19:26:54.165Z] ---> Running in 994e4ac74a6c [2021-07-16T19:26:54.762Z] Removing intermediate container 994e4ac74a6c [2021-07-16T19:26:54.762Z] ---> f1ecd404681c [2021-07-16T19:26:54.762Z] [2021-07-16T19:26:55.034Z] Successfully built f1ecd404681c [2021-07-16T19:26:55.034Z] Successfully tagged core-data-arm64:latest [2021-07-16T19:26:55.323Z]  Building core-data ... done  [Pipeline] } [2021-07-16T19:26:55.368Z] $ docker stop --time=1 2898cb71625e59fb1ee881d478909ae0365affddcecab89163b2c5905ab8f044 [2021-07-16T19:26:57.257Z] $ docker rm -f 2898cb71625e59fb1ee881d478909ae0365affddcecab89163b2c5905ab8f044 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-16T19:26:57.938Z] + docker images [2021-07-16T19:26:58.217Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-16T19:26:58.217Z] core-data-arm64 latest f1ecd404681c 4 seconds ago 19.3MB [2021-07-16T19:26:58.217Z] support-notifications-arm64 latest 825c5e3f1a17 11 seconds ago 15.9MB [2021-07-16T19:26:58.217Z] 8d1ebefe7831 21 seconds ago 1.57GB [2021-07-16T19:26:58.217Z] aebbe5a778b7 25 seconds ago 1.56GB [2021-07-16T19:26:58.217Z] security-proxy-setup-arm64 latest 2a46ccb80288 35 seconds ago 24.5MB [2021-07-16T19:26:58.217Z] security-secretstore-setup-arm64 latest db3e2c91f37a 51 seconds ago 27.4MB [2021-07-16T19:26:58.217Z] 79b7a022a115 55 seconds ago 1.56GB [2021-07-16T19:26:58.217Z] 7b1c60039a7c About a minute ago 1.57GB [2021-07-16T19:26:58.217Z] sys-mgmt-agent-arm64 latest a53e205a3046 About a minute ago 311MB [2021-07-16T19:26:58.217Z] security-bootstrapper-arm64 latest ebdc8c08b488 3 minutes ago 17.7MB [2021-07-16T19:26:58.217Z] core-metadata-arm64 latest 26b62a020594 3 minutes ago 15.8MB [2021-07-16T19:26:58.217Z] core-command-arm64 latest a020c36acaaa 3 minutes ago 15.1MB [2021-07-16T19:26:58.217Z] support-scheduler-arm64 latest 5cdccd310060 3 minutes ago 15.2MB [2021-07-16T19:26:58.217Z] cd823cb5b7ac 3 minutes ago 1.56GB [2021-07-16T19:26:58.217Z] c9bc2102acf6 3 minutes ago 1.56GB [2021-07-16T19:26:58.217Z] 6adbc549a74c 3 minutes ago 1.56GB [2021-07-16T19:26:58.217Z] c6b3024f26c5 3 minutes ago 1.56GB [2021-07-16T19:26:58.217Z] d602ac3e5dbf 3 minutes ago 1.56GB [2021-07-16T19:26:58.217Z] ci-base-image-arm64 latest 911c852f9854 14 minutes ago 1.23GB [2021-07-16T19:26:58.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 47 hours ago 451MB [2021-07-16T19:26:58.217Z] alpine 3.12 c4fd0aeabfcf 4 weeks ago 5.32MB [2021-07-16T19:26:58.217Z] docker 20.10.6 cdf2a7733a7b 3 months ago 234MB [2021-07-16T19:26:58.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 12 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 [2021-07-16T19:26:59.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-16T19:26:59.563Z] [2021-07-16T19:26:59.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:26:59.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-16T19:27:00.246Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-16T19:27:00.246Z] 448f6bf000e3: Pulling fs layer [2021-07-16T19:27:00.246Z] f757da607395: Pulling fs layer [2021-07-16T19:27:00.246Z] 05883995daec: Pulling fs layer [2021-07-16T19:27:00.246Z] 8603b9c90790: Pulling fs layer [2021-07-16T19:27:00.246Z] 1560dd03e051: Pulling fs layer [2021-07-16T19:27:00.246Z] 27f5ce0e4adf: Pulling fs layer [2021-07-16T19:27:00.246Z] c2d8d7efcc4b: Pulling fs layer [2021-07-16T19:27:00.246Z] 8603b9c90790: Waiting [2021-07-16T19:27:00.246Z] 27f5ce0e4adf: Waiting [2021-07-16T19:27:00.246Z] 1560dd03e051: Waiting [2021-07-16T19:27:00.246Z] c2d8d7efcc4b: Waiting [2021-07-16T19:27:00.580Z] f757da607395: Verifying Checksum [2021-07-16T19:27:00.580Z] f757da607395: Download complete [2021-07-16T19:27:00.580Z] 8603b9c90790: Verifying Checksum [2021-07-16T19:27:00.580Z] 8603b9c90790: Download complete [2021-07-16T19:27:00.855Z] 1560dd03e051: Verifying Checksum [2021-07-16T19:27:00.855Z] 27f5ce0e4adf: Verifying Checksum [2021-07-16T19:27:00.855Z] 27f5ce0e4adf: Download complete [2021-07-16T19:27:00.855Z] 05883995daec: Verifying Checksum [2021-07-16T19:27:00.855Z] 05883995daec: Download complete [2021-07-16T19:27:02.299Z] 448f6bf000e3: Verifying Checksum [2021-07-16T19:27:02.299Z] 448f6bf000e3: Download complete [2021-07-16T19:27:05.708Z] c2d8d7efcc4b: Verifying Checksum [2021-07-16T19:27:05.708Z] c2d8d7efcc4b: Download complete [2021-07-16T19:27:05.708Z] 448f6bf000e3: Pull complete [2021-07-16T19:27:06.685Z] f757da607395: Pull complete [2021-07-16T19:27:08.121Z] 05883995daec: Pull complete [2021-07-16T19:27:08.396Z] 8603b9c90790: Pull complete [2021-07-16T19:27:09.381Z] 1560dd03e051: Pull complete [2021-07-16T19:27:09.655Z] 27f5ce0e4adf: Pull complete [2021-07-16T19:27:24.755Z] c2d8d7efcc4b: Pull complete [2021-07-16T19:27:24.755Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-16T19:27:24.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-16T19:27:24.755Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-16T19:27:25.025Z] prd-ubuntu18.04-docker-arm64-4c-16g-3112 does not seem to be running inside a container [2021-07-16T19:27:25.121Z] $ 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 [2021-07-16T19:27:28.940Z] $ docker top 22c3ad3d67b5ce96c089606e15b623d2d213880188424f62bfebe1d410ea6a1d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:27:30.287Z] ---> job-cost.sh [2021-07-16T19:27:30.287Z] lf-activate-venv: SKIPPING [2021-07-16T19:27:30.287Z] INFO: No Stack... [2021-07-16T19:27:31.270Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-16T19:27:31.544Z] INFO: Archiving Costs [Pipeline] sh [2021-07-16T19:27:32.244Z] + cut -d, -f6 [2021-07-16T19:27:32.245Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2021-07-16T19:27:32.347Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3628-1-stack-cost] [2021-07-16T19:27:32.353Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3628-1-stack-cost] did not exist. Created. [2021-07-16T19:27:32.353Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3628-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-16T19:27:33.192Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-16T19:27:33.499Z] Stashed 1 file(s) [Pipeline] } [2021-07-16T19:27:33.520Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3628-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-16T19:27:33.601Z] $ docker stop --time=1 22c3ad3d67b5ce96c089606e15b623d2d213880188424f62bfebe1d410ea6a1d [2021-07-16T19:27:35.229Z] $ docker rm -f 22c3ad3d67b5ce96c089606e15b623d2d213880188424f62bfebe1d410ea6a1d [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 [2021-07-16T19:27:36.978Z] provisioning config files... [2021-07-16T19:27:36.997Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4133963304960216047tmp [Pipeline] { [Pipeline] sh [2021-07-16T19:27:37.369Z] + set +x [2021-07-16T19:27:37.369Z] + bash -s -- [2021-07-16T19:27:37.369Z] + curl -s https://codecov.io/bash [2021-07-16T19:27:37.639Z] [2021-07-16T19:27:37.639Z] _____ _ [2021-07-16T19:27:37.639Z] / ____| | | [2021-07-16T19:27:37.639Z] | | ___ __| | ___ ___ _____ __ [2021-07-16T19:27:37.639Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-16T19:27:37.639Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-16T19:27:37.640Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-16T19:27:37.640Z] Bash-1.0.5 [2021-07-16T19:27:37.640Z] [2021-07-16T19:27:37.640Z] [2021-07-16T19:27:37.640Z] ==> git version 2.24.4 found [2021-07-16T19:27:37.640Z] ==> 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 [2021-07-16T19:27:37.640Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-16T19:27:37.640Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-16T19:27:37.640Z] ==> Jenkins CI detected. [2021-07-16T19:27:37.640Z] project root: . [2021-07-16T19:27:37.640Z] --> token set from env [2021-07-16T19:27:37.640Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-16T19:27:37.640Z] ==> Running gcov in . (disable via -X gcov) [2021-07-16T19:27:37.640Z] ==> Python coveragepy not found [2021-07-16T19:27:37.640Z] ==> Searching for coverage reports in: [2021-07-16T19:27:37.640Z] + . [2021-07-16T19:27:37.640Z] -> Found 1 reports [2021-07-16T19:27:37.640Z] ==> Detecting git/mercurial file structure [2021-07-16T19:27:37.640Z] ==> Reading reports [2021-07-16T19:27:37.640Z] + ./coverage.out bytes=402846 [2021-07-16T19:27:37.640Z] ==> Appending adjustments [2021-07-16T19:27:37.640Z] https://docs.codecov.io/docs/fixing-reports [2021-07-16T19:27:38.599Z] + Found adjustments [2021-07-16T19:27:38.599Z] ==> Gzipping contents [2021-07-16T19:27:38.599Z] 56K /tmp/codecov.zJ88K9.gz [2021-07-16T19:27:38.599Z] ==> Uploading reports [2021-07-16T19:27:38.599Z] url: https://codecov.io [2021-07-16T19:27:38.599Z] query: branch=PR-3628&commit=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3628&job=&cmd_args= [2021-07-16T19:27:38.599Z] -> Pinging Codecov [2021-07-16T19:27:38.599Z] https://codecov.io/upload/v4?package=bash-1.0.5&token=&package=bash-1.0.5&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3628&commit=cbf51bc6f4588ad06fa084aa7d8f6899d32642e6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3628%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3628&job=&cmd_args= [2021-07-16T19:27:39.181Z] -> Uploading to [2021-07-16T19:27:39.181Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-16/00271124DB129430A58F1EEE437C3FCB/cbf51bc6f4588ad06fa084aa7d8f6899d32642e6/f934cc32-f8c6-4627-bf09-e444f9a7b838.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210716%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210716T192739Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7f845e304d173cbfdaf95b605271990dc61f11e616c7987c397e84254f6947f5 [2021-07-16T19:27:39.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-16T19:27:39.181Z] Dload Upload Total Spent Left Speed [2021-07-16T19:27:39.762Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54527 0 0 100 54527 0 103k --:--:-- --:--:-- --:--:-- 102k 100 54527 0 0 100 54527 0 103k --:--:-- --:--:-- --:--:-- 102k [2021-07-16T19:27:39.762Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cbf51bc6f4588ad06fa084aa7d8f6899d32642e6 [Pipeline] } [2021-07-16T19:27:39.789Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:27:42.196Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:27:42.829Z] ---> package-listing.sh [2021-07-16T19:27:42.829Z] ++ facter osfamily [2021-07-16T19:27:42.829Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-16T19:27:43.097Z] + OS_FAMILY=redhat [2021-07-16T19:27:43.097Z] + workspace=/w/workspace/edgex-go/1 [2021-07-16T19:27:43.097Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-16T19:27:43.097Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-16T19:27:43.097Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-16T19:27:43.097Z] + PACKAGES=/tmp/packages_start.txt [2021-07-16T19:27:43.097Z] + '[' /w/workspace/edgex-go/1 ']' [2021-07-16T19:27:43.097Z] + PACKAGES=/tmp/packages_end.txt [2021-07-16T19:27:43.097Z] + case "${OS_FAMILY}" in [2021-07-16T19:27:43.097Z] + sort [2021-07-16T19:27:43.097Z] + rpm -qa [2021-07-16T19:27:45.273Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-16T19:27:45.273Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-16T19:27:45.273Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-16T19:27:45.273Z] + '[' /w/workspace/edgex-go/1 ']' [2021-07-16T19:27:45.273Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-07-16T19:27:45.273Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-07-16T19:27:45.312Z] 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 [2021-07-16T19:27:45.634Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:27:46.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T19:27:46.271Z] [2021-07-16T19:27:46.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-16T19:27:46.650Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T19:27:46.650Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-16T19:27:46.650Z] b4d181a07f80: Pulling fs layer [2021-07-16T19:27:46.650Z] a1111a8f2ec3: Pulling fs layer [2021-07-16T19:27:46.650Z] ed53099fbce6: Pulling fs layer [2021-07-16T19:27:46.650Z] dc539afda2c1: Pulling fs layer [2021-07-16T19:27:46.650Z] 77bc0d833cb6: Pulling fs layer [2021-07-16T19:27:46.650Z] 9065ff56babe: Pulling fs layer [2021-07-16T19:27:46.650Z] d287ab97295c: Pulling fs layer [2021-07-16T19:27:46.650Z] dc539afda2c1: Waiting [2021-07-16T19:27:46.650Z] d287ab97295c: Waiting [2021-07-16T19:27:46.650Z] 77bc0d833cb6: Waiting [2021-07-16T19:27:46.650Z] 9065ff56babe: Waiting [2021-07-16T19:27:46.922Z] a1111a8f2ec3: Verifying Checksum [2021-07-16T19:27:46.922Z] a1111a8f2ec3: Download complete [2021-07-16T19:27:46.922Z] dc539afda2c1: Verifying Checksum [2021-07-16T19:27:46.922Z] dc539afda2c1: Download complete [2021-07-16T19:27:47.192Z] 77bc0d833cb6: Verifying Checksum [2021-07-16T19:27:47.192Z] 77bc0d833cb6: Download complete [2021-07-16T19:27:47.192Z] 9065ff56babe: Verifying Checksum [2021-07-16T19:27:47.192Z] 9065ff56babe: Download complete [2021-07-16T19:27:47.457Z] ed53099fbce6: Verifying Checksum [2021-07-16T19:27:47.457Z] ed53099fbce6: Download complete [2021-07-16T19:27:48.051Z] b4d181a07f80: Verifying Checksum [2021-07-16T19:27:48.051Z] b4d181a07f80: Download complete [2021-07-16T19:27:49.494Z] b4d181a07f80: Pull complete [2021-07-16T19:27:49.494Z] a1111a8f2ec3: Pull complete [2021-07-16T19:27:49.777Z] ed53099fbce6: Pull complete [2021-07-16T19:27:49.778Z] dc539afda2c1: Pull complete [2021-07-16T19:27:50.366Z] 77bc0d833cb6: Pull complete [2021-07-16T19:27:50.366Z] 9065ff56babe: Pull complete [2021-07-16T19:27:51.770Z] d287ab97295c: Verifying Checksum [2021-07-16T19:27:51.770Z] d287ab97295c: Download complete [2021-07-16T19:27:56.040Z] d287ab97295c: Pull complete [2021-07-16T19:27:56.040Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-16T19:27:56.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-16T19:27:56.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-16T19:27:56.166Z] prd-centos7-docker-4c-2g-3111 does not seem to be running inside a container [2021-07-16T19:27:56.228Z] $ 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 [2021-07-16T19:27:59.243Z] $ docker top d3f925bb315b79611da3e1d29d23b64bf172ba78cad07a7c5110b58220e6a7c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-16T19:27:59.689Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-16T19:28:00.024Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-16T19:28:00.358Z] + ls /var/log/sa-host [2021-07-16T19:28:00.358Z] + sadf -c /var/log/sa-host/sa05 [2021-07-16T19:28:00.358Z] file_magic: OK [2021-07-16T19:28:00.358Z] HZ: Using current value: 100 [2021-07-16T19:28:00.358Z] file_header: OK [2021-07-16T19:28:00.358Z] 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 [2021-07-16T19:28:00.358Z] Statistics: [2021-07-16T19:28:00.358Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-16T19:28:00.358Z] File successfully converted to sysstat format version 12.0.3 [2021-07-16T19:28:00.358Z] + sadf -c /var/log/sa-host/sa16 [2021-07-16T19:28:00.358Z] file_magic: OK [2021-07-16T19:28:00.358Z] HZ: Using current value: 100 [2021-07-16T19:28:00.358Z] file_header: OK [2021-07-16T19:28:00.358Z] 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 [2021-07-16T19:28:00.358Z] Statistics: [2021-07-16T19:28:00.358Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-16T19:28:00.358Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-16T19:28:01.052Z] provisioning config files... [2021-07-16T19:28:01.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9059497111109673468tmp [Pipeline] { [Pipeline] echo [2021-07-16T19:28:01.133Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:28:01.493Z] ---> create-netrc.sh [Pipeline] } [2021-07-16T19:28:01.527Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:28:02.025Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-16T19:28:02.063Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:28:02.433Z] ---> sudo-logs.sh [2021-07-16T19:28:02.433Z] Archiving 'sudo' log.. [2021-07-16T19:28:02.433Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3111.vexxhost.local: Name or service not known [2021-07-16T19:28:02.433Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3111.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-16T19:28:02.535Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:28:02.896Z] ---> job-cost.sh [2021-07-16T19:28:02.897Z] lf-activate-venv: SKIPPING [2021-07-16T19:28:02.897Z] DEBUG: total: 0.18000000715255737 [2021-07-16T19:28:02.897Z] INFO: Retrieving Stack Cost... [2021-07-16T19:28:04.846Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-16T19:28:05.114Z] INFO: Archiving Costs [Pipeline] echo [2021-07-16T19:28:05.153Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-16T19:28:05.513Z] ---> logs-deploy.sh [2021-07-16T19:28:05.513Z] lf-activate-venv: SKIPPING [2021-07-16T19:28:05.513Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3628/1 [2021-07-16T19:28:05.513Z] INFO: archiving workspace using pattern(s): [2021-07-16T19:28:06.097Z] Archives upload complete. [2021-07-16T19:28:06.367Z] INFO: archiving logs to Nexus