Pull request #3802 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf+cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 (1b53f028e389c9d58d8f7cd3dbd679029e9a2e36) 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-ssh2517775561193168845.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-ssh8672490423231995213.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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-3802/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-3802/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8584111875021809014.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-3802/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5972368781081804164.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a07f3f07dd1acff74ab8b51a5ea399813bb16af # timeout=10 Commit message: "Merge pull request #362 from edgexfoundry/lts-changes" > 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-ssh6029827194387218072.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3802/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-3802/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4760114286436741413.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30253 in /w/workspace/edgexfoundry_edgex-go_PR-3802 [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-ssh8514276253348505574.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 into PR head commit 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf > 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-ssh3801784320481350792.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3802/head:refs/remotes/origin/PR-3802 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf # 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-ssh100087000435729349.key > git merge cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 # timeout=10 Merge succeeded, producing 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf Checking out Revision 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf (PR-3802) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-10T19:10:06.739Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-10T19:10:06.879Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-10T19:10:06.973Z] ========================================================= [2021-11-10T19:10:06.973Z] EdgeX Global Pipelines Version Info [2021-11-10T19:10:06.973Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:10:08.119Z] ------------------- [2021-11-10T19:10:08.119Z] stable info: [2021-11-10T19:10:08.119Z] ------------------- [2021-11-10T19:10:08.119Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-10T19:10:08.119Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-11-10T19:10:08.119Z] Message: update stable to v1.0.211 [2021-11-10T19:10:08.690Z] ------------------- [2021-11-10T19:10:08.690Z] experimental info: [2021-11-10T19:10:08.690Z] ------------------- [2021-11-10T19:10:08.690Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-10T19:10:08.690Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-11-10T19:10:08.690Z] Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-10T19:10:08.827Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-11-10T19:10:08.859Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-11-10T19:10:08.902Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-10T19:10:08.938Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-10T19:10:08.969Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-10T19:10:09.002Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-10T19:10:09.033Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-10T19:10:09.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-11-10T19:10:09.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-11-10T19:10:09.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-11-10T19:10:09.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-10T19:10:10.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-10T19:10:10.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-10T19:10:10.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-10T19:10:10.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-10T19:10:10.348Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-10T19:10:10.387Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-10T19:10:10.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-10T19:10:10.458Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-11-10T19:10:10.494Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-11-10T19:10:10.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-11-10T19:10:10.565Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-10T19:10:10.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3802 [Pipeline] echo [2021-11-10T19:10:10.646Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3802 [Pipeline] echo [2021-11-10T19:10:10.682Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3802 [Pipeline] echo [2021-11-10T19:10:10.716Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [Pipeline] echo [2021-11-10T19:10:10.752Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2eca7a4 [Pipeline] echo [2021-11-10T19:10:10.784Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-10T19:10:10.879Z] provisioning config files... [2021-11-10T19:10:10.892Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7025436174103309277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:10:11.228Z] ---> docker-login.sh [2021-11-10T19:10:11.228Z] nexus3.edgexfoundry.org:10001 [2021-11-10T19:10:11.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:10:11.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:10:11.228Z] Configure a credential helper to remove this warning. See [2021-11-10T19:10:11.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:10:11.228Z] [2021-11-10T19:10:11.228Z] Login Succeeded [2021-11-10T19:10:11.228Z] nexus3.edgexfoundry.org:10002 [2021-11-10T19:10:11.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:10:11.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:10:11.490Z] Configure a credential helper to remove this warning. See [2021-11-10T19:10:11.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:10:11.490Z] [2021-11-10T19:10:11.490Z] Login Succeeded [2021-11-10T19:10:11.490Z] nexus3.edgexfoundry.org:10003 [2021-11-10T19:10:11.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:10:11.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:10:11.490Z] Configure a credential helper to remove this warning. See [2021-11-10T19:10:11.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:10:11.490Z] [2021-11-10T19:10:11.490Z] Login Succeeded [2021-11-10T19:10:11.490Z] nexus3.edgexfoundry.org:10004 [2021-11-10T19:10:11.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:10:11.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:10:11.751Z] Configure a credential helper to remove this warning. See [2021-11-10T19:10:11.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:10:11.751Z] [2021-11-10T19:10:11.751Z] Login Succeeded [2021-11-10T19:10:11.751Z] docker.io [2021-11-10T19:10:11.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:10:12.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:10:12.333Z] Configure a credential helper to remove this warning. See [2021-11-10T19:10:12.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:10:12.333Z] [2021-11-10T19:10:12.333Z] Login Succeeded [2021-11-10T19:10:12.333Z] ---> docker-login.sh ends [Pipeline] } [2021-11-10T19:10:12.360Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-10T19:10:12.740Z] ++ 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-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/core-command/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo core-command,cmd/core-command/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/core-data/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo core-data,cmd/core-data/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/core-metadata/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/support-notifications/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-11-10T19:10:12.740Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-10T19:10:12.740Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-11-10T19:10:12.740Z] ++ cut -d/ -f2 [2021-11-10T19:10:12.740Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-11-10T19:10:12.796Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-10T19:10:14.297Z] + git rev-list -1 --merges 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf~1..2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [Pipeline] echo [2021-11-10T19:10:14.323Z] -----------> git rev-list -1 --merges 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf~1..2eca7a4c4ab463206fa17d1299ffec2e8a968ecf 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [false] [Pipeline] sh [2021-11-10T19:10:14.628Z] + git log --format=format:%s -1 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [Pipeline] echo [2021-11-10T19:10:14.655Z] ========================================================= [2021-11-10T19:10:14.655Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-10T19:10:14.655Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:10:16.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-10T19:10:16.004Z] [2021-11-10T19:10:16.004Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:10:16.349Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-10T19:10:16.349Z] latest: Pulling from edgex-devops/git-semver [2021-11-10T19:10:16.349Z] a0d0a0d46f8b: Pulling fs layer [2021-11-10T19:10:16.349Z] 3e5f54012d9b: Pulling fs layer [2021-11-10T19:10:16.349Z] 4c7163046ea9: Pulling fs layer [2021-11-10T19:10:16.349Z] 0c2d73faf560: Pulling fs layer [2021-11-10T19:10:16.349Z] 0c2d73faf560: Waiting [2021-11-10T19:10:16.349Z] 3e5f54012d9b: Verifying Checksum [2021-11-10T19:10:16.349Z] 3e5f54012d9b: Download complete [2021-11-10T19:10:16.349Z] a0d0a0d46f8b: Verifying Checksum [2021-11-10T19:10:16.349Z] a0d0a0d46f8b: Download complete [2021-11-10T19:10:16.349Z] 4c7163046ea9: Verifying Checksum [2021-11-10T19:10:16.349Z] 4c7163046ea9: Download complete [2021-11-10T19:10:16.349Z] 0c2d73faf560: Verifying Checksum [2021-11-10T19:10:16.349Z] 0c2d73faf560: Download complete [2021-11-10T19:10:16.611Z] a0d0a0d46f8b: Pull complete [2021-11-10T19:10:16.611Z] 3e5f54012d9b: Pull complete [2021-11-10T19:10:16.871Z] 4c7163046ea9: Pull complete [2021-11-10T19:10:17.136Z] 0c2d73faf560: Pull complete [2021-11-10T19:10:17.136Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-10T19:10:17.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-10T19:10:17.136Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-10T19:10:17.214Z] prd-centos7-docker-4c-2g-30253 does not seem to be running inside a container [2021-11-10T19:10:17.254Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-10T19:10:17.823Z] $ docker top 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-10T19:10:17.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-10T19:10:17.983Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-10T19:10:18.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-10T19:10:18.103Z] $ docker exec 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 ssh-agent [2021-11-10T19:10:18.200Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkeEgbb/agent.15 [2021-11-10T19:10:18.200Z] SSH_AGENT_PID=21 [2021-11-10T19:10:18.208Z] Running ssh-add (command line suppressed) [2021-11-10T19:10:18.310Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2224297439415747588.key (/w/workspace/edgex-go/1@tmp/private_key_2224297439415747588.key) [2021-11-10T19:10:18.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-10T19:10:18.658Z] + git tag --points-at HEAD [Pipeline] } [2021-11-10T19:10:18.675Z] $ docker exec --env ******** --env ******** 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 ssh-agent -k [2021-11-10T19:10:18.780Z] unset SSH_AUTH_SOCK; [2021-11-10T19:10:18.782Z] unset SSH_AGENT_PID; [2021-11-10T19:10:18.782Z] echo Agent pid 21 killed; [2021-11-10T19:10:18.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-10T19:10:18.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-10T19:10:18.866Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-10T19:10:18.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-10T19:10:18.992Z] $ docker exec 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 ssh-agent [2021-11-10T19:10:19.106Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMNkaBg/agent.53 [2021-11-10T19:10:19.106Z] SSH_AGENT_PID=59 [2021-11-10T19:10:19.111Z] Running ssh-add (command line suppressed) [2021-11-10T19:10:19.206Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_955728334270199116.key (/w/workspace/edgex-go/1@tmp/private_key_955728334270199116.key) [2021-11-10T19:10:20.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-10T19:10:20.523Z] + git semver init [2021-11-10T19:10:20.523Z] # -> Open(): unable to determine branch for HEAD [2021-11-10T19:10:20.523Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-11-10T19:10:20.523Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-11-10T19:10:20.523Z] # $SEMVER_REMOTE_NAME = origin [2021-11-10T19:10:20.523Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-10T19:10:20.523Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-10T19:10:20.523Z] # $SEMVER_BRANCH = PR-3802 [2021-11-10T19:10:20.523Z] # $SEMVER_TEMP = /tmp/semver-535284092 [2021-11-10T19:10:20.523Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-11-10T19:10:44.538Z] # '/tmp/semver-535284092' -> '/w/workspace/edgex-go/1/.semver' [2021-11-10T19:10:44.538Z] # -> Force: false [2021-11-10T19:10:44.538Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-11-10T19:10:44.552Z] $ docker exec --env ******** --env ******** 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 ssh-agent -k [2021-11-10T19:10:44.642Z] unset SSH_AUTH_SOCK; [2021-11-10T19:10:44.642Z] unset SSH_AGENT_PID; [2021-11-10T19:10:44.642Z] echo Agent pid 59 killed; [2021-11-10T19:10:44.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-10T19:10:46.016Z] + git semver [Pipeline] } [2021-11-10T19:10:46.036Z] $ docker stop --time=1 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 [2021-11-10T19:10:48.366Z] $ docker rm -f 68589cb03e34f13165c1b989a590d4c7f92972f57f57f69628d84b2f86751092 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-10T19:10:48.782Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-10T19:10:50.095Z] Stashed 1 file(s) [Pipeline] echo [2021-11-10T19:10:50.112Z] [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-11-10T19:10:50.643Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-10T19:10:50.672Z] ========================================================= [2021-11-10T19:10:50.672Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-10T19:10:50.672Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-10T19:10:51.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-10T19:10:51.013Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-10T19:10:51.013Z] a0d0a0d46f8b: Already exists [2021-11-10T19:10:51.013Z] 31adcdaf11c8: Pulling fs layer [2021-11-10T19:10:51.013Z] b8b176561691: Pulling fs layer [2021-11-10T19:10:51.013Z] 4527c011a84f: Pulling fs layer [2021-11-10T19:10:51.013Z] 5d74067f8e1e: Pulling fs layer [2021-11-10T19:10:51.013Z] e0aca202a116: Pulling fs layer [2021-11-10T19:10:51.013Z] 3a43be97a3b4: Pulling fs layer [2021-11-10T19:10:51.013Z] 34cad66bf833: Pulling fs layer [2021-11-10T19:10:51.013Z] b4e3c513aaa6: Pulling fs layer [2021-11-10T19:10:51.013Z] e0aca202a116: Waiting [2021-11-10T19:10:51.013Z] 3a43be97a3b4: Waiting [2021-11-10T19:10:51.013Z] 34cad66bf833: Waiting [2021-11-10T19:10:51.013Z] b4e3c513aaa6: Waiting [2021-11-10T19:10:51.013Z] 5d74067f8e1e: Waiting [2021-11-10T19:10:51.013Z] b8b176561691: Verifying Checksum [2021-11-10T19:10:51.013Z] b8b176561691: Download complete [2021-11-10T19:10:51.013Z] 31adcdaf11c8: Verifying Checksum [2021-11-10T19:10:51.013Z] 31adcdaf11c8: Download complete [2021-11-10T19:10:51.013Z] 5d74067f8e1e: Verifying Checksum [2021-11-10T19:10:51.013Z] 5d74067f8e1e: Download complete [2021-11-10T19:10:51.013Z] e0aca202a116: Verifying Checksum [2021-11-10T19:10:51.013Z] e0aca202a116: Download complete [2021-11-10T19:10:51.013Z] 3a43be97a3b4: Verifying Checksum [2021-11-10T19:10:51.013Z] 3a43be97a3b4: Download complete [2021-11-10T19:10:52.231Z] 34cad66bf833: Verifying Checksum [2021-11-10T19:10:52.231Z] 34cad66bf833: Download complete [2021-11-10T19:10:52.231Z] 31adcdaf11c8: Pull complete [2021-11-10T19:10:52.231Z] b8b176561691: Pull complete [2021-11-10T19:10:52.231Z] 4527c011a84f: Verifying Checksum [2021-11-10T19:10:52.231Z] 4527c011a84f: Download complete [2021-11-10T19:10:52.231Z] b4e3c513aaa6: Verifying Checksum [2021-11-10T19:10:52.232Z] b4e3c513aaa6: Download complete [2021-11-10T19:10:55.557Z] 4527c011a84f: Pull complete [2021-11-10T19:10:55.557Z] 5d74067f8e1e: Pull complete [2021-11-10T19:10:55.557Z] e0aca202a116: Pull complete [2021-11-10T19:10:55.557Z] 3a43be97a3b4: Pull complete [2021-11-10T19:10:55.557Z] 34cad66bf833: Pull complete [2021-11-10T19:10:58.450Z] b4e3c513aaa6: Pull complete [2021-11-10T19:10:58.450Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-10T19:10:58.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-10T19:10:58.450Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-11-10T19:10:58.813Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-10T19:10:58.813Z] WORKDIR /edgex [2021-11-10T19:10:58.813Z] COPY go.mod . [2021-11-10T19:10:58.813Z] RUN go mod download' [2021-11-10T19:10:58.813Z] + docker build -t ci-base-image-x86_64 -f - . [2021-11-10T19:11:00.202Z] Sending build context to Docker daemon 329.9MB [2021-11-10T19:11:00.202Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-10T19:11:00.202Z] ---> 9f6097aaca64 [2021-11-10T19:11:00.202Z] Step 2/4 : WORKDIR /edgex [2021-11-10T19:11:02.752Z] ---> Running in 456e5a0d3e95 [2021-11-10T19:11:02.752Z] Removing intermediate container 456e5a0d3e95 [2021-11-10T19:11:02.752Z] ---> 388c1a862d63 [2021-11-10T19:11:02.752Z] Step 3/4 : COPY go.mod . [2021-11-10T19:11:02.752Z] ---> 615aa0642733 [2021-11-10T19:11:02.752Z] Step 4/4 : RUN go mod download [2021-11-10T19:11:02.752Z] ---> Running in c9b62eb4d0ea [2021-11-10T19:11:05.462Z] Still waiting to schedule task [2021-11-10T19:11:05.462Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-11-10T19:11:35.748Z] Removing intermediate container c9b62eb4d0ea [2021-11-10T19:11:35.748Z] ---> b75aa4ef5649 [2021-11-10T19:11:35.748Z] Successfully built b75aa4ef5649 [2021-11-10T19:11:35.748Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:11:36.071Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-10T19:11:36.071Z] . [Pipeline] withDockerContainer [2021-11-10T19:11:36.149Z] prd-centos7-docker-4c-2g-30253 does not seem to be running inside a container [2021-11-10T19:11:36.180Z] $ 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-x86_64 cat [2021-11-10T19:11:36.579Z] $ docker top 65a04da965e8d2a8341e21771fc3b02d76f6618e0846076e0196afaf528dda6d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-10T19:11:36.984Z] + go version [2021-11-10T19:11:36.984Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-10T19:11:37.004Z] $ docker stop --time=1 65a04da965e8d2a8341e21771fc3b02d76f6618e0846076e0196afaf528dda6d [2021-11-10T19:11:38.189Z] $ docker rm -f 65a04da965e8d2a8341e21771fc3b02d76f6618e0846076e0196afaf528dda6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:11:39.873Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-10T19:11:39.873Z] . [Pipeline] withDockerContainer [2021-11-10T19:11:39.949Z] prd-centos7-docker-4c-2g-30253 does not seem to be running inside a container [2021-11-10T19:11:39.984Z] $ 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-x86_64 cat [2021-11-10T19:11:40.296Z] $ docker top 6c25d6487030f0fa25131105c13b439669ed7b484c9a33094ba2870a70610c8f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-11-10T19:11:40.404Z] ========================================================= [2021-11-10T19:11:40.404Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-11-10T19:11:40.404Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-10T19:11:40.736Z] + make test [2021-11-10T19:11:40.736Z] go mod tidy [2021-11-10T19:11:40.736Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-11-10T19:11:45.973Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-11-10T19:12:04.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-11-10T19:12:16.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-11-10T19:12:17.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-11-10T19:12:17.726Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-11-10T19:12:21.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-11-10T19:12:21.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-11-10T19:12:21.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-11-10T19:12:21.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-11-10T19:12:21.401Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-11-10T19:12:21.663Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-11-10T19:12:21.931Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-11-10T19:12:21.931Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-11-10T19:12:21.931Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-11-10T19:12:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-11-10T19:12:23.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.046s coverage: 28.7% of statements [2021-11-10T19:12:23.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-11-10T19:12:23.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-11-10T19:12:24.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.052s coverage: 98.5% of statements [2021-11-10T19:12:24.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-11-10T19:12:24.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.060s coverage: 44.7% of statements [2021-11-10T19:12:24.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-11-10T19:12:24.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-11-10T19:12:25.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.134s coverage: 89.5% of statements [2021-11-10T19:12:25.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-11-10T19:12:25.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:12:26.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.057s coverage: 84.4% of statements [2021-11-10T19:12:26.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-11-10T19:12:26.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-11-10T19:12:26.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-11-10T19:12:26.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-11-10T19:12:26.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-11-10T19:12:27.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.274s coverage: 94.2% of statements [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:12:27.588Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.046s coverage: 59.1% of statements [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-11-10T19:12:27.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-11-10T19:12:27.850Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements [2021-11-10T19:12:27.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-11-10T19:12:27.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-11-10T19:12:27.851Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-11-10T19:12:28.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.042s coverage: 0.9% of statements [2021-11-10T19:12:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-11-10T19:12:28.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-11-10T19:12:28.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 21.7% of statements [2021-11-10T19:12:28.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-11-10T19:12:29.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2021-11-10T19:12:30.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements [2021-11-10T19:12:30.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-11-10T19:12:30.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-11-10T19:12:30.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-11-10T19:12:43.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements [2021-11-10T19:12:43.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-11-10T19:12:59.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.617s coverage: 82.5% of statements [2021-11-10T19:12:59.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-11-10T19:13:06.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-11-10T19:13:06.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-11-10T19:13:06.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.128s coverage: 91.2% of statements [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.137s coverage: 64.4% of statements [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-11-10T19:13:09.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2021-11-10T19:13:09.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-11-10T19:13:10.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-11-10T19:13:10.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-11-10T19:13:11.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.203s coverage: 65.4% of statements [2021-11-10T19:13:11.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-11-10T19:13:11.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-11-10T19:13:11.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-11-10T19:13:11.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 43.8% of statements [2021-11-10T19:13:11.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-11-10T19:13:11.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-11-10T19:13:11.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-11-10T19:13:11.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-11-10T19:13:11.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2021-11-10T19:13:11.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.140s coverage: 92.3% of statements [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-11-10T19:13:18.863Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-11-10T19:13:18.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2021-11-10T19:13:18.863Z] 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-11-10T19:13:22.922Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30257 in /w/workspace/edgexfoundry_edgex-go_PR-3802 [Pipeline] { [Pipeline] ws [2021-11-10T19:13:22.964Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-11-10T19:13:23.206Z] The recommended git tool is: git [2021-11-10T19:13:30.229Z] using credential edgex-jenkins-ssh [2021-11-10T19:13:30.248Z] Cloning the remote Git repository [2021-11-10T19:13:30.307Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-11-10T19:13:30.416Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-11-10T19:13:30.496Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-11-10T19:13:30.497Z] > git --version # timeout=10 [2021-11-10T19:13:30.530Z] > git --version # 'git version 2.17.1' [2021-11-10T19:13:30.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-10T19:13:30.624Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-10T19:13:47.460Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-11-10T19:13:47.477Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-10T19:13:48.962Z] Merging remotes/origin/main commit cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 into PR head commit 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:13:49.337Z] Merge succeeded, producing 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:13:49.337Z] Checking out Revision 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf (PR-3802) [2021-11-10T19:13:47.810Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-11-10T19:13:47.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-11-10T19:13:47.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-10T19:13:47.862Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3802/head:refs/remotes/origin/PR-3802 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-10T19:13:48.982Z] > git config core.sparsecheckout # timeout=10 [2021-11-10T19:13:49.001Z] > git checkout -f 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf # timeout=10 [2021-11-10T19:13:49.239Z] > git remote # timeout=10 [2021-11-10T19:13:49.258Z] > git config --get remote.origin.url # timeout=10 [2021-11-10T19:13:49.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-10T19:13:49.291Z] > git merge cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 # timeout=10 [2021-11-10T19:13:49.321Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-10T19:13:49.343Z] > git config core.sparsecheckout # timeout=10 [2021-11-10T19:13:49.354Z] > git checkout -f 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf # timeout=10 [2021-11-10T19:13:52.245Z] GO111MODULE=on go vet ./... [2021-11-10T19:13:54.853Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-11-10T19:13:54.909Z] > git --version # timeout=10 [2021-11-10T19:13:54.921Z] > git --version # 'git version 2.17.1' [2021-11-10T19:13:54.939Z] fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-10T19:13:56.014Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-10T19:13:56.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-10T19:13:56.014Z] Dload Upload Total Spent Left Speed [2021-11-10T19:13:56.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 189k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh [2021-11-10T19:13:56.452Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-10T19:13:56.807Z] + sudo tee /etc/docker/daemon.new [2021-11-10T19:13:56.807Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-10T19:13:56.807Z] { [2021-11-10T19:13:56.807Z] "registry-mirrors": [ [2021-11-10T19:13:56.807Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-10T19:13:56.807Z] ], [2021-11-10T19:13:56.807Z] "bip": "10.250.0.254/24", [2021-11-10T19:13:56.807Z] "hosts": [ [2021-11-10T19:13:56.807Z] "tcp://0.0.0.0:5555", [2021-11-10T19:13:56.807Z] "unix:///var/run/docker.sock" [2021-11-10T19:13:56.807Z] ], [2021-11-10T19:13:56.807Z] "mtu": 1458, [2021-11-10T19:13:56.807Z] "selinux-enabled": true, [2021-11-10T19:13:56.807Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-10T19:13:56.807Z] } [Pipeline] sh [2021-11-10T19:13:57.866Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-10T19:13:58.232Z] + sudo service docker restart [2021-11-10T19:14:02.587Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-10T19:14:02.587Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-11-10T19:14:02.587Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-11-10T19:14:02.903Z] + ls -al . [2021-11-10T19:14:02.903Z] total 636 [2021-11-10T19:14:02.903Z] drwxrwxr-x 10 1001 1001 4096 Nov 10 19:14 . [2021-11-10T19:14:02.903Z] drwxr-xr-x 4 root root 28 Nov 10 19:11 .. [2021-11-10T19:14:02.903Z] -rw-rw-r-- 1 1001 1001 11 Nov 10 19:10 .dockerignore [2021-11-10T19:14:02.904Z] drwxrwxr-x 8 1001 1001 179 Nov 10 19:10 .git [2021-11-10T19:14:02.904Z] drwxrwxr-x 4 1001 1001 142 Nov 10 19:10 .github [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 804 Nov 10 19:10 .gitignore [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 42 Nov 10 19:10 .golangci.yml [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 76 Nov 10 19:10 .hadolint.yml [2021-11-10T19:14:02.904Z] drwx------ 3 1001 1001 58 Nov 10 19:10 .semver [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 166 Nov 10 19:10 .sonarcloud.properties [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 1171 Nov 10 19:10 ADOPTERS.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 8910 Nov 10 19:10 Attribution.txt [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 43881 Nov 10 19:10 CHANGELOG.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 3804 Nov 10 19:10 CONTRIBUTING.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 677 Nov 10 19:10 GOVERNANCE.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 849 Nov 10 19:10 Jenkinsfile [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 10775 Nov 10 19:10 LICENSE [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 6508 Nov 10 19:10 Makefile [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 582 Nov 10 19:10 OWNERS.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 8256 Nov 10 19:10 README.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 6912 Nov 10 19:10 SECURITY.md [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 5 Nov 10 19:10 VERSION [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 4131 Nov 10 19:10 ZMQWindows.md [2021-11-10T19:14:02.904Z] drwxrwxr-x 2 1001 1001 37 Nov 10 19:10 bin [2021-11-10T19:14:02.904Z] drwxrwxr-x 14 1001 1001 4096 Nov 10 19:10 cmd [2021-11-10T19:14:02.904Z] -rw-r--r-- 1 root root 428381 Nov 10 19:13 coverage.out [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 855 Nov 10 19:10 go.mod [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 49777 Nov 10 19:10 go.sum [2021-11-10T19:14:02.904Z] drwxrwxr-x 8 1001 1001 124 Nov 10 19:10 internal [2021-11-10T19:14:02.904Z] drwxrwxr-x 3 1001 1001 16 Nov 10 19:10 openapi [2021-11-10T19:14:02.904Z] drwxrwxr-x 4 1001 1001 71 Nov 10 19:10 snap [2021-11-10T19:14:02.904Z] -rw-rw-r-- 1 1001 1001 204 Nov 10 19:10 version.go [Pipeline] sh [2021-11-10T19:14:03.209Z] + '[' -e coverage.out ] [2021-11-10T19:14:03.209Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-11-10T19:14:03.321Z] Stashed 1 file(s) [Pipeline] sh [2021-11-10T19:14:03.618Z] + make build [2021-11-10T19:14:03.618Z] 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-11-10T19:14:05.086Z] 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-11-10T19:14:13.435Z] 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-11-10T19:14:13.435Z] 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-11-10T19:14:13.435Z] 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-11-10T19:14:13.706Z] 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-11-10T19:14:14.669Z] 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-11-10T19:14:15.247Z] 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-11-10T19:14:17.019Z] 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-11-10T19:14:17.410Z] 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-11-10T19:14:18.091Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-10T19:14:19.130Z] provisioning config files... [2021-11-10T19:14:19.162Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config422272637522619390tmp [2021-11-10T19:14:19.168Z] 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] { [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:14:19.560Z] ---> docker-login.sh [2021-11-10T19:14:19.560Z] nexus3.edgexfoundry.org:10001 [2021-11-10T19:14:20.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-11-10T19:14:20.690Z] $ docker stop --time=1 6c25d6487030f0fa25131105c13b439669ed7b484c9a33094ba2870a70610c8f [2021-11-10T19:14:20.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:14:20.768Z] Configure a credential helper to remove this warning. See [2021-11-10T19:14:20.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:14:20.768Z] [2021-11-10T19:14:20.768Z] Login Succeeded [2021-11-10T19:14:20.768Z] nexus3.edgexfoundry.org:10002 [2021-11-10T19:14:21.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:14:21.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:14:21.328Z] Configure a credential helper to remove this warning. See [2021-11-10T19:14:21.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:14:21.328Z] [2021-11-10T19:14:21.328Z] Login Succeeded [2021-11-10T19:14:21.328Z] nexus3.edgexfoundry.org:10003 [2021-11-10T19:14:21.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:14:21.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:14:21.876Z] Configure a credential helper to remove this warning. See [2021-11-10T19:14:21.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:14:21.876Z] [2021-11-10T19:14:21.876Z] Login Succeeded [2021-11-10T19:14:21.876Z] nexus3.edgexfoundry.org:10004 [2021-11-10T19:14:22.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-10T19:14:22.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:14:22.422Z] Configure a credential helper to remove this warning. See [2021-11-10T19:14:22.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:14:22.422Z] [2021-11-10T19:14:22.422Z] Login Succeeded [2021-11-10T19:14:22.422Z] docker.io [2021-11-10T19:14:22.571Z] $ docker rm -f 6c25d6487030f0fa25131105c13b439669ed7b484c9a33094ba2870a70610c8f [2021-11-10T19:14:22.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-11-10T19:14:23.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-10T19:14:23.294Z] Configure a credential helper to remove this warning. See [2021-11-10T19:14:23.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-10T19:14:23.294Z] [2021-11-10T19:14:23.294Z] Login Succeeded [2021-11-10T19:14:23.294Z] ---> docker-login.sh ends [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] } [2021-11-10T19:14:23.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:14:26.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-11-10T19:14:26.364Z] [2021-11-10T19:14:26.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-11-10T19:14:26.465Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-10T19:14:26.496Z] ========================================================= [2021-11-10T19:14:26.496Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-10T19:14:26.496Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-10T19:14:26.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-11-10T19:14:26.711Z] latest: Pulling from edgex-devops/edgex-compose [2021-11-10T19:14:26.711Z] cbdbe7a5bc2a: Pulling fs layer [2021-11-10T19:14:26.711Z] ca9280d653b3: Pulling fs layer [2021-11-10T19:14:26.711Z] 7e9c9ca2126c: Pulling fs layer [2021-11-10T19:14:26.711Z] cbdbe7a5bc2a: Verifying Checksum [2021-11-10T19:14:26.711Z] cbdbe7a5bc2a: Download complete [2021-11-10T19:14:26.874Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-10T19:14:26.976Z] ca9280d653b3: Verifying Checksum [2021-11-10T19:14:26.976Z] ca9280d653b3: Download complete [2021-11-10T19:14:26.976Z] cbdbe7a5bc2a: Pull complete [2021-11-10T19:14:27.150Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-10T19:14:27.150Z] 552d1f2373af: Pulling fs layer [2021-11-10T19:14:27.150Z] ea3f2d53f512: Pulling fs layer [2021-11-10T19:14:27.150Z] 9e70ebbbe112: Pulling fs layer [2021-11-10T19:14:27.150Z] 7a9cfe048b4a: Pulling fs layer [2021-11-10T19:14:27.150Z] 72dc09318566: Pulling fs layer [2021-11-10T19:14:27.150Z] f4f7b4309257: Pulling fs layer [2021-11-10T19:14:27.150Z] 0ac9a79272e3: Pulling fs layer [2021-11-10T19:14:27.150Z] b78e95d17946: Pulling fs layer [2021-11-10T19:14:27.150Z] 7a9cfe048b4a: Waiting [2021-11-10T19:14:27.150Z] f4f7b4309257: Waiting [2021-11-10T19:14:27.150Z] 0ac9a79272e3: Waiting [2021-11-10T19:14:27.150Z] b78e95d17946: Waiting [2021-11-10T19:14:27.150Z] 72dc09318566: Waiting [2021-11-10T19:14:27.150Z] 9e70ebbbe112: Verifying Checksum [2021-11-10T19:14:27.150Z] 9e70ebbbe112: Download complete [2021-11-10T19:14:27.150Z] ea3f2d53f512: Verifying Checksum [2021-11-10T19:14:27.150Z] ea3f2d53f512: Download complete [2021-11-10T19:14:27.150Z] 72dc09318566: Verifying Checksum [2021-11-10T19:14:27.150Z] 72dc09318566: Download complete [2021-11-10T19:14:27.150Z] f4f7b4309257: Verifying Checksum [2021-11-10T19:14:27.150Z] f4f7b4309257: Download complete [2021-11-10T19:14:27.240Z] 7e9c9ca2126c: Verifying Checksum [2021-11-10T19:14:27.240Z] 7e9c9ca2126c: Download complete [2021-11-10T19:14:27.433Z] 552d1f2373af: Verifying Checksum [2021-11-10T19:14:27.433Z] 552d1f2373af: Download complete [2021-11-10T19:14:27.433Z] 0ac9a79272e3: Verifying Checksum [2021-11-10T19:14:27.433Z] 0ac9a79272e3: Download complete [2021-11-10T19:14:27.507Z] ca9280d653b3: Pull complete [2021-11-10T19:14:28.426Z] 552d1f2373af: Pull complete [2021-11-10T19:14:29.942Z] ea3f2d53f512: Pull complete [2021-11-10T19:14:29.942Z] 9e70ebbbe112: Pull complete [2021-11-10T19:14:29.942Z] b78e95d17946: Download complete [2021-11-10T19:14:29.942Z] 7a9cfe048b4a: Verifying Checksum [2021-11-10T19:14:29.942Z] 7a9cfe048b4a: Download complete [2021-11-10T19:14:31.829Z] 7e9c9ca2126c: Pull complete [2021-11-10T19:14:31.829Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-11-10T19:14:31.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-11-10T19:14:31.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-11-10T19:14:31.905Z] prd-centos7-docker-4c-2g-30253 does not seem to be running inside a container [2021-11-10T19:14:31.934Z] $ 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:latest cat [2021-11-10T19:14:34.667Z] $ docker top 09a72d94fce8533f5d8b6b89b2cb65fbf3c470d91b78160c6c524e1eacd45bbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-10T19:14:35.064Z] + docker-compose build --help [2021-11-10T19:14:35.064Z] + grep parallel [2021-11-10T19:14:35.633Z] --parallel Build images in parallel. [Pipeline] } [2021-11-10T19:14:35.656Z] $ docker stop --time=1 09a72d94fce8533f5d8b6b89b2cb65fbf3c470d91b78160c6c524e1eacd45bbe [2021-11-10T19:14:36.837Z] $ docker rm -f 09a72d94fce8533f5d8b6b89b2cb65fbf3c470d91b78160c6c524e1eacd45bbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:14:38.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-11-10T19:14:38.467Z] . [Pipeline] withDockerContainer [2021-11-10T19:14:38.551Z] prd-centos7-docker-4c-2g-30253 does not seem to be running inside a container [2021-11-10T19:14:38.596Z] $ 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:latest cat [2021-11-10T19:14:38.900Z] $ docker top 75c8087c5a80ee64e736d15540f57ee187f3550572f5c0ae79957cc74dfb347b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-10T19:14:39.282Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-11-10T19:14:39.657Z] 7a9cfe048b4a: Pull complete [2021-11-10T19:14:39.854Z] Building core-command ... [2021-11-10T19:14:39.854Z] Building core-data ... [2021-11-10T19:14:39.854Z] Building core-metadata ... [2021-11-10T19:14:39.854Z] Building security-bootstrapper ... [2021-11-10T19:14:39.854Z] Building security-proxy-setup ... [2021-11-10T19:14:39.854Z] Building security-secretstore-setup ... [2021-11-10T19:14:39.854Z] Building support-notifications ... [2021-11-10T19:14:39.854Z] Building support-scheduler ... [2021-11-10T19:14:39.854Z] Building sys-mgmt-agent ... [2021-11-10T19:14:39.854Z] Building sys-mgmt-agent [2021-11-10T19:14:39.854Z] Building support-scheduler [2021-11-10T19:14:39.854Z] Building security-proxy-setup [2021-11-10T19:14:39.854Z] Building core-command [2021-11-10T19:14:39.854Z] Building core-metadata [2021-11-10T19:14:39.933Z] 72dc09318566: Pull complete [2021-11-10T19:14:40.206Z] f4f7b4309257: Pull complete [2021-11-10T19:14:40.482Z] 0ac9a79272e3: Pull complete [2021-11-10T19:14:46.935Z] b78e95d17946: Pull complete [2021-11-10T19:14:46.935Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-10T19:14:46.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-10T19:14:46.935Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-11-10T19:14:47.340Z] + + docker buildecho -t FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-10T19:14:47.340Z] WORKDIR /edgex [2021-11-10T19:14:47.340Z] COPY go.mod . [2021-11-10T19:14:47.340Z] RUN go mod download ci-base-image-arm64 [2021-11-10T19:14:47.340Z] -f - . [2021-11-10T19:14:49.971Z] Sending build context to Docker daemon 166.6MB [2021-11-10T19:14:49.971Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-10T19:14:49.971Z] ---> 8b459fc5aaf0 [2021-11-10T19:14:49.971Z] Step 2/4 : WORKDIR /edgex [2021-11-10T19:14:51.626Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:14:51.626Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:14:51.626Z] ---> b75aa4ef5649 [2021-11-10T19:14:51.626Z] Step 3/20 : WORKDIR /edgex-go [2021-11-10T19:14:51.626Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:14:51.626Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:14:51.626Z] ---> b75aa4ef5649 [2021-11-10T19:14:51.626Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:14:51.626Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:14:51.626Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:14:51.626Z] ---> b75aa4ef5649 [2021-11-10T19:14:51.626Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:14:51.949Z] ---> Running in bd8661378518 [2021-11-10T19:14:53.038Z] Removing intermediate container bd8661378518 [2021-11-10T19:14:53.038Z] ---> 04f32f292a22 [2021-11-10T19:14:53.038Z] Step 3/4 : COPY go.mod . [2021-11-10T19:14:53.038Z] ---> 8a929a5266b0 [2021-11-10T19:14:53.038Z] Step 4/4 : RUN go mod download [2021-11-10T19:14:53.312Z] ---> Running in 867eb2a6cae6 [2021-11-10T19:14:55.762Z] ---> Running in f39ee9b31d10 [2021-11-10T19:14:55.762Z] ---> Running in 1c31c688c10d [2021-11-10T19:14:55.762Z] ---> Running in 753261cca6ee [2021-11-10T19:15:01.041Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:15:01.041Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:15:01.041Z] ---> b75aa4ef5649 [2021-11-10T19:15:01.041Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:15:01.614Z] ---> Running in f2a20d87093b [2021-11-10T19:15:01.876Z] Removing intermediate container 1c31c688c10d [2021-11-10T19:15:01.876Z] ---> ec2b488f8464 [2021-11-10T19:15:01.876Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:15:01.876Z] Removing intermediate container 753261cca6ee [2021-11-10T19:15:01.876Z] ---> 6086fd37db76 [2021-11-10T19:15:01.876Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:15:02.981Z] Removing intermediate container f39ee9b31d10 [2021-11-10T19:15:02.981Z] ---> 70de4224665c [2021-11-10T19:15:02.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:15:02.981Z] ---> Running in 70e441ac5822 [2021-11-10T19:15:02.981Z] ---> Running in 55e6e7046eb9 [2021-11-10T19:15:02.981Z] Removing intermediate container f2a20d87093b [2021-11-10T19:15:02.981Z] ---> 5ab2cdf11ea3 [2021-11-10T19:15:02.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:15:02.981Z] ---> Running in 9da4356ffbaf [2021-11-10T19:15:02.981Z] ---> Running in 516bb91812ca [2021-11-10T19:15:02.981Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:15:02.981Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:15:02.981Z] ---> b75aa4ef5649 [2021-11-10T19:15:02.981Z] Step 3/23 : WORKDIR /edgex-go [2021-11-10T19:15:02.981Z] ---> Using cache [2021-11-10T19:15:02.981Z] ---> 5ab2cdf11ea3 [2021-11-10T19:15:02.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:15:02.981Z] ---> Running in 09c29d31019b [2021-11-10T19:15:03.242Z] Removing intermediate container 70e441ac5822 [2021-11-10T19:15:03.242Z] ---> 2262a2f19d28 [2021-11-10T19:15:03.242Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-11-10T19:15:03.242Z] ---> Running in 2597f5bfb6ed [2021-11-10T19:15:03.509Z] Removing intermediate container 55e6e7046eb9 [2021-11-10T19:15:03.509Z] ---> 72330b77142c [2021-11-10T19:15:03.509Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-11-10T19:15:03.509Z] ---> Running in 455d54774bc7 [2021-11-10T19:15:03.509Z] Removing intermediate container 516bb91812ca [2021-11-10T19:15:03.509Z] ---> f6066163bd53 [2021-11-10T19:15:03.509Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-11-10T19:15:03.509Z] ---> Running in a2eb975b4c06 [2021-11-10T19:15:03.775Z] Removing intermediate container 9da4356ffbaf [2021-11-10T19:15:03.775Z] ---> 7957315acd78 [2021-11-10T19:15:03.775Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-11-10T19:15:03.775Z] ---> Running in fdaec95e0bbe [2021-11-10T19:15:03.775Z] Removing intermediate container 09c29d31019b [2021-11-10T19:15:03.775Z] ---> 5f64e3e7521d [2021-11-10T19:15:03.775Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-11-10T19:15:03.775Z] ---> Running in b7f2e7e56cb4 [2021-11-10T19:15:03.775Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.049Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.049Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.310Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.310Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.571Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.835Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:04.835Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:05.105Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:05.105Z] OK: 220 MiB in 52 packages [2021-11-10T19:15:05.105Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:15:05.105Z] OK: 220 MiB in 52 packages [2021-11-10T19:15:05.370Z] OK: 220 MiB in 52 packages [2021-11-10T19:15:05.370Z] OK: 220 MiB in 52 packages [2021-11-10T19:15:05.370Z] OK: 220 MiB in 52 packages [2021-11-10T19:15:05.638Z] Removing intermediate container 2597f5bfb6ed [2021-11-10T19:15:05.639Z] ---> 7ce64934c024 [2021-11-10T19:15:05.639Z] Step 6/22 : COPY . . [2021-11-10T19:15:05.639Z] Removing intermediate container 455d54774bc7 [2021-11-10T19:15:05.639Z] ---> a43e0e0b7ce3 [2021-11-10T19:15:05.639Z] Step 6/20 : COPY . . [2021-11-10T19:15:09.093Z] Removing intermediate container a2eb975b4c06 [2021-11-10T19:15:09.093Z] ---> fc08db6dd2e6 [2021-11-10T19:15:09.093Z] Step 6/22 : COPY . . [2021-11-10T19:15:12.409Z] Removing intermediate container b7f2e7e56cb4 [2021-11-10T19:15:12.409Z] ---> b79fac10686e [2021-11-10T19:15:12.409Z] Step 6/23 : COPY go.mod . [2021-11-10T19:15:12.409Z] Removing intermediate container fdaec95e0bbe [2021-11-10T19:15:12.409Z] ---> bda43dd429bc [2021-11-10T19:15:12.409Z] Step 6/22 : COPY . . [2021-11-10T19:15:13.508Z] ---> 1bde82bc3f3b [2021-11-10T19:15:13.508Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:15:13.508Z] ---> a52a861b748a [2021-11-10T19:15:13.508Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:15:13.768Z] ---> 91b4454de00f [2021-11-10T19:15:13.768Z] Step 7/23 : RUN go mod download [2021-11-10T19:15:14.344Z] ---> Running in 5decb7703004 [2021-11-10T19:15:14.344Z] ---> Running in db082a5f9599 [2021-11-10T19:15:14.344Z] ---> Running in f47e7c721905 [2021-11-10T19:15:15.287Z] ---> f64b566df256 [2021-11-10T19:15:15.287Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:15:15.866Z] ---> Running in c082a0acf87a [2021-11-10T19:15:18.908Z] ---> 2f79f9a38e91 [2021-11-10T19:15:18.908Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:15:18.908Z] ---> Running in cd95bce97057 [2021-11-10T19:15:18.908Z] Removing intermediate container f47e7c721905 [2021-11-10T19:15:18.908Z] ---> e01c5c6e0b30 [2021-11-10T19:15:18.908Z] Step 8/23 : COPY . . [2021-11-10T19:15:18.908Z] Removing intermediate container c082a0acf87a [2021-11-10T19:15:18.908Z] ---> 0ea1491edce6 [2021-11-10T19:15:18.908Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-11-10T19:15:18.908Z] ---> Running in a73c867377d7 [2021-11-10T19:15:18.908Z] Removing intermediate container db082a5f9599 [2021-11-10T19:15:18.908Z] ---> 66f29b25e98f [2021-11-10T19:15:18.908Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-11-10T19:15:18.908Z] ---> Running in 1ba9ec9e125e [2021-11-10T19:15:18.908Z] Removing intermediate container 5decb7703004 [2021-11-10T19:15:18.908Z] ---> d0a16481402d [2021-11-10T19:15:18.908Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-11-10T19:15:19.173Z] 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-11-10T19:15:19.443Z] ---> Running in d4a128a9c9dd [2021-11-10T19:15:20.647Z] 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-11-10T19:15:21.241Z] Removing intermediate container cd95bce97057 [2021-11-10T19:15:21.241Z] ---> 323914ee1a21 [2021-11-10T19:15:21.241Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-11-10T19:15:21.241Z] 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-11-10T19:15:21.515Z] ---> Running in eeaa4c334b4a [2021-11-10T19:15:22.500Z] 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-11-10T19:15:23.871Z] ---> 609988041f29 [2021-11-10T19:15:23.871Z] Step 9/23 : RUN go mod tidy [2021-11-10T19:15:23.871Z] ---> Running in 91aaf328e9e0 [2021-11-10T19:15:25.286Z] Removing intermediate container 91aaf328e9e0 [2021-11-10T19:15:25.286Z] ---> 2721f129f61b [2021-11-10T19:15:25.286Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-11-10T19:15:25.548Z] ---> Running in 089d575dd82f [2021-11-10T19:15:26.711Z] 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-11-10T19:15:59.632Z] 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-11-10T19:16:03.870Z] Removing intermediate container d4a128a9c9dd [2021-11-10T19:16:03.870Z] ---> 83db7507300a [2021-11-10T19:16:03.870Z] [2021-11-10T19:16:03.870Z] Step 9/22 : FROM alpine:3.14 [2021-11-10T19:16:03.870Z] 3.14: Pulling from library/alpine [2021-11-10T19:16:03.870Z] Removing intermediate container 1ba9ec9e125e [2021-11-10T19:16:03.870Z] ---> dbda672681b7 [2021-11-10T19:16:03.870Z] [2021-11-10T19:16:03.870Z] Step 9/20 : FROM alpine:3.14 [2021-11-10T19:16:03.870Z] Removing intermediate container eeaa4c334b4a [2021-11-10T19:16:03.870Z] ---> 4b7929de9970 [2021-11-10T19:16:03.870Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-11-10T19:16:03.870Z] 3.14: Pulling from library/alpine [2021-11-10T19:16:03.870Z] ---> Running in 7d78c9156a79 [2021-11-10T19:16:03.870Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-10T19:16:03.870Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-10T19:16:03.870Z] Status: Image is up to date for alpine:3.14 [2021-11-10T19:16:03.870Z] Status: Downloaded newer image for alpine:3.14 [2021-11-10T19:16:03.870Z] ---> 14119a10abf4 [2021-11-10T19:16:03.870Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-11-10T19:16:04.143Z] ---> 14119a10abf4 [2021-11-10T19:16:04.143Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-11-10T19:16:04.413Z] ---> Running in 3aec53308297 [2021-11-10T19:16:04.413Z] ---> Running in 536945b46273 [2021-11-10T19:16:04.676Z] 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-11-10T19:16:05.261Z] Removing intermediate container a73c867377d7 [2021-11-10T19:16:05.261Z] ---> 5d4e802d4d24 [2021-11-10T19:16:05.261Z] [2021-11-10T19:16:05.261Z] Step 9/22 : FROM alpine:3.14 [2021-11-10T19:16:05.261Z] ---> 14119a10abf4 [2021-11-10T19:16:05.261Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-11-10T19:16:05.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:05.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:05.530Z] ---> Running in dafd885431f2 [2021-11-10T19:16:05.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:05.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:05.798Z] (1/5) Installing ca-certificates (20191127-r5) [2021-11-10T19:16:05.798Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-11-10T19:16:05.798Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-11-10T19:16:05.798Z] (4/5) Installing libcurl (7.79.1-r0) [2021-11-10T19:16:05.798Z] (5/5) Installing curl (7.79.1-r0) [2021-11-10T19:16:05.799Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:16:05.799Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-11-10T19:16:05.799Z] Executing ca-certificates-20191127-r5.trigger [2021-11-10T19:16:05.799Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:16:05.799Z] OK: 6 MiB in 15 packages [2021-11-10T19:16:05.799Z] OK: 8 MiB in 19 packages [2021-11-10T19:16:07.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:07.580Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:07.580Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-11-10T19:16:07.580Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:16:07.580Z] OK: 6 MiB in 15 packages [2021-11-10T19:16:07.580Z] Removing intermediate container 7d78c9156a79 [2021-11-10T19:16:07.580Z] ---> e4fd38c3a795 [2021-11-10T19:16:07.580Z] [2021-11-10T19:16:07.580Z] Step 10/22 : FROM docker:20.10.8 [2021-11-10T19:16:07.580Z] Removing intermediate container 089d575dd82f [2021-11-10T19:16:07.580Z] ---> 77117ada9134 [2021-11-10T19:16:07.580Z] [2021-11-10T19:16:07.580Z] Step 11/23 : FROM alpine:3.14 [2021-11-10T19:16:07.580Z] ---> 14119a10abf4 [2021-11-10T19:16:07.580Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-11-10T19:16:07.580Z] ---> Using cache [2021-11-10T19:16:07.580Z] ---> 7fd2e8ba8fcc [2021-11-10T19:16:07.580Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:16:07.580Z] Removing intermediate container 536945b46273 [2021-11-10T19:16:07.580Z] ---> 7fd2e8ba8fcc [2021-11-10T19:16:07.580Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:16:07.580Z] 20.10.8: Pulling from library/docker [2021-11-10T19:16:07.580Z] ---> Running in 3ac8bec29dd6 [2021-11-10T19:16:07.580Z] ---> Running in 59bd931681c5 [2021-11-10T19:16:07.580Z] Removing intermediate container 3aec53308297 [2021-11-10T19:16:07.580Z] ---> 2a4d5652c5ef [2021-11-10T19:16:07.580Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-11-10T19:16:07.839Z] ---> Running in 67761294a70f [2021-11-10T19:16:08.098Z] Removing intermediate container 3ac8bec29dd6 [2021-11-10T19:16:08.098Z] ---> 9237e0fa4653 [2021-11-10T19:16:08.098Z] Step 12/22 : ENV APP_PORT=59882 [2021-11-10T19:16:08.358Z] Removing intermediate container 59bd931681c5 [2021-11-10T19:16:08.358Z] ---> 03326f5c715e [2021-11-10T19:16:08.358Z] Step 14/23 : ENV APP_PORT=59861 [2021-11-10T19:16:08.933Z] Removing intermediate container dafd885431f2 [2021-11-10T19:16:08.933Z] ---> 855218439590 [2021-11-10T19:16:08.933Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:16:08.933Z] ---> Running in 9b8c7f4aac3a [2021-11-10T19:16:08.933Z] ---> Running in 86f3939383f9 [2021-11-10T19:16:08.933Z] Removing intermediate container 67761294a70f [2021-11-10T19:16:08.933Z] ---> 4d8c5a54d760 [2021-11-10T19:16:08.933Z] Step 12/20 : WORKDIR /edgex [2021-11-10T19:16:08.933Z] ---> Running in 18d533d25103 [2021-11-10T19:16:08.933Z] ---> Running in 8e3a3aba502b [2021-11-10T19:16:08.933Z] Removing intermediate container 9b8c7f4aac3a [2021-11-10T19:16:08.933Z] ---> 2cb214c9c853 [2021-11-10T19:16:08.933Z] Step 15/23 : EXPOSE $APP_PORT [2021-11-10T19:16:08.933Z] Removing intermediate container 86f3939383f9 [2021-11-10T19:16:08.933Z] ---> fd983b72a1a4 [2021-11-10T19:16:08.933Z] Step 13/22 : EXPOSE $APP_PORT [2021-11-10T19:16:09.203Z] ---> Running in e80624ce3007 [2021-11-10T19:16:09.465Z] Removing intermediate container 18d533d25103 [2021-11-10T19:16:09.465Z] ---> 90565e94f765 [2021-11-10T19:16:09.465Z] Step 12/22 : ENV APP_PORT=59881 [2021-11-10T19:16:09.465Z] ---> Running in adba944206fe [2021-11-10T19:16:09.465Z] Removing intermediate container 8e3a3aba502b [2021-11-10T19:16:09.465Z] ---> 64d9e19c9dfb [2021-11-10T19:16:09.465Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-11-10T19:16:09.465Z] Removing intermediate container e80624ce3007 [2021-11-10T19:16:09.465Z] ---> 20bc9931a939 [2021-11-10T19:16:09.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:16:09.465Z] ---> Running in 3657a419ecdc [2021-11-10T19:16:09.465Z] Removing intermediate container adba944206fe [2021-11-10T19:16:09.465Z] ---> 77c645c3fdb5 [2021-11-10T19:16:09.465Z] Step 14/22 : WORKDIR / [2021-11-10T19:16:09.740Z] ---> Running in 8de41788c41e [2021-11-10T19:16:09.740Z] Removing intermediate container 3657a419ecdc [2021-11-10T19:16:09.740Z] ---> b07e736576b1 [2021-11-10T19:16:09.740Z] Step 13/22 : EXPOSE $APP_PORT [2021-11-10T19:16:09.740Z] ---> 1cd773c69ce3 [2021-11-10T19:16:09.740Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-11-10T19:16:09.740Z] ---> Running in cedcfd56f460 [2021-11-10T19:16:10.003Z] ---> ae690fa00ba7 [2021-11-10T19:16:10.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-11-10T19:16:10.003Z] Removing intermediate container 8de41788c41e [2021-11-10T19:16:10.003Z] ---> a43c7cbe7e94 [2021-11-10T19:16:10.003Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:16:10.003Z] Removing intermediate container cedcfd56f460 [2021-11-10T19:16:10.003Z] ---> 292a20510088 [2021-11-10T19:16:10.003Z] Step 14/22 : WORKDIR / [2021-11-10T19:16:10.269Z] ---> Running in 2e3670d9855e [2021-11-10T19:16:10.269Z] ---> cd7beb981148 [2021-11-10T19:16:10.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-11-10T19:16:10.538Z] ---> fba06ec4423e [2021-11-10T19:16:10.538Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-11-10T19:16:10.538Z] Removing intermediate container 2e3670d9855e [2021-11-10T19:16:10.538Z] ---> ac56c19b8a00 [2021-11-10T19:16:10.538Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:16:10.538Z] ---> ba665e9979ee [2021-11-10T19:16:10.538Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-11-10T19:16:11.126Z] ---> 9ca27d5a9879 [2021-11-10T19:16:11.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-11-10T19:16:11.126Z] ---> 07b677e138c4 [2021-11-10T19:16:11.126Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-11-10T19:16:11.127Z] ---> 17ca9f5fceea [2021-11-10T19:16:11.127Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-11-10T19:16:11.127Z] ---> dc4241f185ea [2021-11-10T19:16:11.127Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-11-10T19:16:11.127Z] ---> Running in f7cb9f8ba6a6 [2021-11-10T19:16:11.127Z] ---> Running in 9a7747383663 [2021-11-10T19:16:11.409Z] Removing intermediate container f7cb9f8ba6a6 [2021-11-10T19:16:11.409Z] ---> 69bea057d538 [2021-11-10T19:16:11.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:16:11.409Z] ---> 36174ea749e8 [2021-11-10T19:16:11.409Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-11-10T19:16:11.409Z] ---> Running in d433abeecbc3 [2021-11-10T19:16:11.409Z] Removing intermediate container 9a7747383663 [2021-11-10T19:16:11.409Z] ---> f8bdb7ea6bee [2021-11-10T19:16:11.409Z] Step 17/20 : CMD ["--init=true"] [2021-11-10T19:16:11.673Z] ---> ed292e77873b [2021-11-10T19:16:11.673Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-11-10T19:16:11.673Z] ---> Running in ef14fe995da3 [2021-11-10T19:16:11.673Z] ---> Running in a7226ae4dc2a [2021-11-10T19:16:11.673Z] Removing intermediate container d433abeecbc3 [2021-11-10T19:16:11.673Z] ---> f9ddb466ced1 [2021-11-10T19:16:11.673Z] Step 21/23 : LABEL arch=x86_64 [2021-11-10T19:16:11.673Z] ---> Running in 1f90fba354d5 [2021-11-10T19:16:11.673Z] Removing intermediate container ef14fe995da3 [2021-11-10T19:16:11.673Z] ---> 9aa5dc40ff1b [2021-11-10T19:16:11.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:16:11.935Z] ---> ed6af437b0d4 [2021-11-10T19:16:11.935Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-11-10T19:16:11.935Z] Removing intermediate container a7226ae4dc2a [2021-11-10T19:16:11.935Z] ---> f396ff9cb321 [2021-11-10T19:16:11.935Z] Step 18/20 : LABEL arch=x86_64 [2021-11-10T19:16:11.935Z] ---> Running in 86353be85c25 [2021-11-10T19:16:11.935Z] ---> Running in 9b647bd6c653 [2021-11-10T19:16:11.935Z] Removing intermediate container 1f90fba354d5 [2021-11-10T19:16:11.935Z] ---> d3095ac4848b [2021-11-10T19:16:11.935Z] Step 22/23 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:16:11.935Z] ---> Running in a6c4f85a730b [2021-11-10T19:16:11.935Z] ---> Running in 452c32a16a23 [2021-11-10T19:16:11.935Z] Removing intermediate container 86353be85c25 [2021-11-10T19:16:11.935Z] ---> 75f6a96db127 [2021-11-10T19:16:11.935Z] Step 20/22 : LABEL arch=x86_64 [2021-11-10T19:16:12.201Z] ---> Running in de04fe79aaa7 [2021-11-10T19:16:12.201Z] Removing intermediate container 9b647bd6c653 [2021-11-10T19:16:12.201Z] ---> 7785c3041286 [2021-11-10T19:16:12.201Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:16:12.201Z] Removing intermediate container 452c32a16a23 [2021-11-10T19:16:12.201Z] ---> 01d7a8ded65a [2021-11-10T19:16:12.201Z] Step 23/23 : LABEL version=0.0.0 [2021-11-10T19:16:12.201Z] Removing intermediate container a6c4f85a730b [2021-11-10T19:16:12.201Z] ---> 5d396e3a0619 [2021-11-10T19:16:12.201Z] Step 19/20 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:16:12.201Z] ---> Running in a80dfb329131 [2021-11-10T19:16:12.201Z] Removing intermediate container de04fe79aaa7 [2021-11-10T19:16:12.201Z] ---> 7ade20adee6f [2021-11-10T19:16:12.201Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:16:12.201Z] ---> Running in 821a4fc344ee [2021-11-10T19:16:12.201Z] ---> Running in e07bd3a96a3e [2021-11-10T19:16:12.464Z] Removing intermediate container a80dfb329131 [2021-11-10T19:16:12.464Z] ---> 93ac1ea13790 [2021-11-10T19:16:12.464Z] Step 20/22 : LABEL arch=x86_64 [2021-11-10T19:16:12.464Z] ---> Running in 51a307e086eb [2021-11-10T19:16:12.464Z] ---> Running in 33e370c41e0c [2021-11-10T19:16:12.464Z] Removing intermediate container 821a4fc344ee [2021-11-10T19:16:12.464Z] ---> 659afea3a42d [2021-11-10T19:16:12.464Z] Step 20/20 : LABEL version=0.0.0 [2021-11-10T19:16:12.464Z] Removing intermediate container e07bd3a96a3e [2021-11-10T19:16:12.464Z] ---> 6337a79b4024 [2021-11-10T19:16:12.464Z] [2021-11-10T19:16:12.464Z] Removing intermediate container 51a307e086eb [2021-11-10T19:16:12.464Z] ---> ba06f53de9b4 [2021-11-10T19:16:12.464Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:16:12.464Z] Successfully built 6337a79b4024 [2021-11-10T19:16:12.464Z] Successfully tagged support-scheduler:latest [2021-11-10T19:16:12.464Z]  Building support-scheduler ... done Building core-data [2021-11-10T19:16:12.732Z] ---> Running in 5ffd998c8660 [2021-11-10T19:16:12.732Z] Removing intermediate container 33e370c41e0c [2021-11-10T19:16:12.732Z] ---> 2c4122a6ae8b [2021-11-10T19:16:12.732Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:16:12.732Z] ---> Running in 1330064d6af1 [2021-11-10T19:16:12.991Z] ---> Running in e7341474e1bb [2021-11-10T19:16:13.261Z] Removing intermediate container 5ffd998c8660 [2021-11-10T19:16:13.261Z] ---> 3944f41544e2 [2021-11-10T19:16:13.261Z] [2021-11-10T19:16:13.529Z] Successfully built 3944f41544e2 [2021-11-10T19:16:13.529Z] Removing intermediate container 1330064d6af1 [2021-11-10T19:16:13.529Z] ---> 901b7e1f39b4 [2021-11-10T19:16:13.529Z] [2021-11-10T19:16:13.794Z] Successfully built 901b7e1f39b4 [2021-11-10T19:16:14.060Z] Successfully tagged security-proxy-setup:latest [2021-11-10T19:16:14.060Z]  Building security-proxy-setup ... done Building support-notifications [2021-11-10T19:16:14.060Z] Removing intermediate container e7341474e1bb [2021-11-10T19:16:14.060Z] ---> 59b3f6a75f0c [2021-11-10T19:16:14.060Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:16:14.060Z] Successfully tagged core-command:latest [2021-11-10T19:16:14.060Z] Building security-secretstore-setup [2021-11-10T19:16:16.153Z] Removing intermediate container 867eb2a6cae6 [2021-11-10T19:16:16.153Z] ---> 915ac74863b2 [2021-11-10T19:16:16.153Z] Successfully built 915ac74863b2 [2021-11-10T19:16:16.153Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:16:16.532Z] + docker inspect -f . ci-base-image-arm64 [2021-11-10T19:16:16.532Z] . [Pipeline] withDockerContainer [2021-11-10T19:16:16.845Z] prd-ubuntu18.04-docker-arm64-4c-16g-30257 does not seem to be running inside a container [2021-11-10T19:16:16.924Z] $ 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-11-10T19:16:18.645Z] $ docker top 182ab23f0c53a218d22447e318e8b369f558046d2d1108f725108e7a41eb85f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-10T19:16:19.363Z]  Building core-command ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:16:19.363Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:16:19.363Z] ---> b75aa4ef5649 [2021-11-10T19:16:19.363Z] Step 3/24 : WORKDIR /edgex-go [2021-11-10T19:16:19.363Z] ---> Using cache [2021-11-10T19:16:19.363Z] ---> 5ab2cdf11ea3 [2021-11-10T19:16:19.363Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:16:19.363Z] ---> Using cache [2021-11-10T19:16:19.363Z] ---> 5f64e3e7521d [2021-11-10T19:16:19.363Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-11-10T19:16:19.363Z] ---> Using cache [2021-11-10T19:16:19.363Z] ---> b79fac10686e [2021-11-10T19:16:19.363Z] Step 6/24 : COPY . . [2021-11-10T19:16:19.686Z] + go version [2021-11-10T19:16:19.686Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-10T19:16:19.720Z] $ docker stop --time=1 182ab23f0c53a218d22447e318e8b369f558046d2d1108f725108e7a41eb85f2 [2021-11-10T19:16:20.320Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:16:20.320Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:16:21.342Z] ---> b75aa4ef5649 [2021-11-10T19:16:21.342Z] Step 3/21 : WORKDIR /edgex-go [2021-11-10T19:16:21.342Z] ---> Using cache [2021-11-10T19:16:21.342Z] ---> 5ab2cdf11ea3 [2021-11-10T19:16:21.342Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:16:21.342Z] ---> Using cache [2021-11-10T19:16:21.342Z] ---> 5f64e3e7521d [2021-11-10T19:16:21.342Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-11-10T19:16:21.493Z] $ docker rm -f 182ab23f0c53a218d22447e318e8b369f558046d2d1108f725108e7a41eb85f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:16:22.458Z] + docker inspect -f . ci-base-image-arm64 [2021-11-10T19:16:22.458Z] . [Pipeline] withDockerContainer [2021-11-10T19:16:22.734Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-11-10T19:16:22.874Z] prd-ubuntu18.04-docker-arm64-4c-16g-30257 does not seem to be running inside a container [2021-11-10T19:16:23.074Z] $ 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-11-10T19:16:24.116Z] Status: Downloaded newer image for docker:20.10.8 [2021-11-10T19:16:24.615Z] $ docker top dbeca1105c5d1dfae8aeeb9838a387090ebe19198f88053f4a95888537cac0e9 -eo pid,comm [2021-11-10T19:16:24.687Z] ---> bc6c0ffef665 [2021-11-10T19:16:24.687Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:16:24.687Z] ---> Running in 207aaaccea31 [Pipeline] { [Pipeline] echo [2021-11-10T19:16:25.909Z] ========================================================= [2021-11-10T19:16:25.909Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-11-10T19:16:25.909Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-10T19:16:26.509Z] ---> 0d99cfca44b2 [2021-11-10T19:16:26.509Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:16:26.509Z] Removing intermediate container 207aaaccea31 [2021-11-10T19:16:26.509Z] ---> d71f49addae2 [2021-11-10T19:16:26.509Z] [2021-11-10T19:16:26.509Z] Successfully built d71f49addae2 [2021-11-10T19:16:26.509Z] ---> Running in 793aed82591f [2021-11-10T19:16:26.509Z] Successfully tagged core-metadata:latest [2021-11-10T19:16:26.509Z]  Building core-metadata ... done Building security-bootstrapper [2021-11-10T19:16:26.509Z] ---> Running in baf295aab06f [2021-11-10T19:16:26.582Z] + make test [2021-11-10T19:16:26.582Z] go mod tidy [2021-11-10T19:16:26.769Z] ---> Running in ca09fc5b6994 [2021-11-10T19:16:27.560Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-11-10T19:16:28.710Z] Removing intermediate container baf295aab06f [2021-11-10T19:16:28.710Z] ---> 933916b432d2 [2021-11-10T19:16:28.710Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-11-10T19:16:29.660Z] ---> Running in 2e075146553b [2021-11-10T19:16:29.923Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:30.494Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:16:30.494Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:16:30.494Z] ---> b75aa4ef5649 [2021-11-10T19:16:30.494Z] Step 3/30 : WORKDIR /edgex-go [2021-11-10T19:16:30.494Z] ---> Using cache [2021-11-10T19:16:30.494Z] ---> 5ab2cdf11ea3 [2021-11-10T19:16:30.494Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:16:30.494Z] ---> Using cache [2021-11-10T19:16:30.494Z] ---> 5f64e3e7521d [2021-11-10T19:16:30.494Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-11-10T19:16:30.494Z] ---> Using cache [2021-11-10T19:16:30.494Z] ---> b79fac10686e [2021-11-10T19:16:30.494Z] Step 6/30 : COPY . . [2021-11-10T19:16:30.494Z] ---> Using cache [2021-11-10T19:16:30.494Z] ---> 0d99cfca44b2 [2021-11-10T19:16:30.494Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:16:30.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:30.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:31.019Z] (1/42) Installing readline (8.1.0-r0) [2021-11-10T19:16:31.019Z] (2/42) Installing bash (5.1.4-r0) [2021-11-10T19:16:31.019Z] Executing bash-5.1.4-r0.post-install [2021-11-10T19:16:31.019Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:31.019Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-11-10T19:16:31.019Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-11-10T19:16:31.019Z] (5/42) Installing libcurl (7.79.1-r0) [2021-11-10T19:16:31.019Z] (6/42) Installing curl (7.79.1-r0) [2021-11-10T19:16:31.019Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-11-10T19:16:31.019Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-11-10T19:16:31.019Z] (9/42) Installing expat (2.4.1-r0) [2021-11-10T19:16:31.019Z] (10/42) Installing libffi (3.3-r2) [2021-11-10T19:16:31.019Z] (11/42) Installing gdbm (1.19-r0) [2021-11-10T19:16:31.019Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-11-10T19:16:31.020Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-11-10T19:16:31.020Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-11-10T19:16:31.020Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-11-10T19:16:31.020Z] ---> Running in 458ed0c4dc69 [2021-11-10T19:16:31.285Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-11-10T19:16:31.285Z] (17/42) Installing python3 (3.9.5-r1) [2021-11-10T19:16:31.285Z] OK: 220 MiB in 52 packages [2021-11-10T19:16:31.866Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:16:31.866Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:16:31.866Z] ---> b75aa4ef5649 [2021-11-10T19:16:31.866Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:16:31.866Z] ---> Using cache [2021-11-10T19:16:31.866Z] ---> 5ab2cdf11ea3 [2021-11-10T19:16:31.866Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:16:31.866Z] ---> Using cache [2021-11-10T19:16:31.866Z] ---> 5f64e3e7521d [2021-11-10T19:16:31.866Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-11-10T19:16:32.135Z] ---> Running in ecc81236f3fe [2021-11-10T19:16:32.135Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-11-10T19:16:32.135Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-11-10T19:16:32.135Z] (20/42) Installing py3-idna (3.2-r0) [2021-11-10T19:16:32.135Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-11-10T19:16:32.135Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-11-10T19:16:32.135Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-11-10T19:16:32.135Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-11-10T19:16:32.135Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-11-10T19:16:32.135Z] Removing intermediate container ca09fc5b6994 [2021-11-10T19:16:32.135Z] ---> 579fc0573908 [2021-11-10T19:16:32.135Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-11-10T19:16:32.135Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-11-10T19:16:32.135Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-11-10T19:16:32.429Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-11-10T19:16:32.429Z] Removing intermediate container 793aed82591f [2021-11-10T19:16:32.429Z] ---> 822a6fc1f7dd [2021-11-10T19:16:32.429Z] Step 6/21 : COPY . . [2021-11-10T19:16:32.429Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-11-10T19:16:32.429Z] ---> Running in de7cc46cdb77 [2021-11-10T19:16:32.429Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-11-10T19:16:32.429Z] (31/42) Installing py3-six (1.15.0-r1) [2021-11-10T19:16:32.429Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-11-10T19:16:32.429Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-11-10T19:16:32.429Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-11-10T19:16:32.429Z] (35/42) Installing py3-packaging (20.9-r1) [2021-11-10T19:16:32.429Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-11-10T19:16:32.429Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-11-10T19:16:32.429Z] (38/42) Installing py3-progress (1.5-r2) [2021-11-10T19:16:32.429Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-11-10T19:16:32.429Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-11-10T19:16:32.429Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-11-10T19:16:32.429Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-11-10T19:16:32.693Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:33.276Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:16:33.276Z] OK: 84 MiB in 64 packages [2021-11-10T19:16:33.277Z] 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-11-10T19:16:33.277Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:16:33.856Z] OK: 220 MiB in 52 packages [2021-11-10T19:16:34.462Z] Collecting docker-compose==1.23.2 [2021-11-10T19:16:34.462Z] Removing intermediate container 458ed0c4dc69 [2021-11-10T19:16:34.462Z] ---> 90adf0531be4 [2021-11-10T19:16:34.462Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-11-10T19:16:34.462Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-11-10T19:16:34.741Z] Collecting dockerpty<0.5,>=0.4.1 [2021-11-10T19:16:34.741Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-11-10T19:16:35.340Z] ---> Running in 237261765add [2021-11-10T19:16:35.340Z] Collecting jsonschema<3,>=2.5.1 [2021-11-10T19:16:35.340Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-11-10T19:16:35.340Z] Collecting cached-property<2,>=1.2.0 [2021-11-10T19:16:35.340Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-11-10T19:16:35.340Z] Collecting websocket-client<1.0,>=0.32.0 [2021-11-10T19:16:35.340Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-11-10T19:16:35.606Z] Collecting PyYAML<4,>=3.10 [2021-11-10T19:16:35.606Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-11-10T19:16:35.877Z] Removing intermediate container ecc81236f3fe [2021-11-10T19:16:35.877Z] ---> e113d7eaae6f [2021-11-10T19:16:35.877Z] Step 6/22 : COPY . . [2021-11-10T19:16:36.137Z] 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-11-10T19:16:36.722Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-11-10T19:16:36.722Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-11-10T19:16:36.722Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-11-10T19:16:36.722Z] Collecting docopt<0.7,>=0.6.1 [2021-11-10T19:16:36.722Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-11-10T19:16:37.301Z] Collecting docker<4.0,>=3.6.0 [2021-11-10T19:16:37.301Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-11-10T19:16:37.574Z] Collecting texttable<0.10,>=0.9.0 [2021-11-10T19:16:37.574Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-11-10T19:16:38.524Z] Collecting docker-pycreds>=0.4.0 [2021-11-10T19:16:38.524Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-11-10T19:16:38.524Z] Collecting idna<2.8,>=2.5 [2021-11-10T19:16:38.524Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-11-10T19:16:38.524Z] Collecting chardet<3.1.0,>=3.0.2 [2021-11-10T19:16:38.524Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-11-10T19:16:38.524Z] Collecting urllib3<1.25,>=1.21.1 [2021-11-10T19:16:38.524Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-11-10T19:16:38.524Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-11-10T19:16:38.524Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-11-10T19:16:38.524Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-11-10T19:16:38.524Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-11-10T19:16:38.524Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-11-10T19:16:38.784Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-11-10T19:16:38.784Z] Attempting uninstall: urllib3 [2021-11-10T19:16:38.784Z] Found existing installation: urllib3 1.26.5 [2021-11-10T19:16:38.784Z] Uninstalling urllib3-1.26.5: [2021-11-10T19:16:38.784Z] Successfully uninstalled urllib3-1.26.5 [2021-11-10T19:16:40.216Z] Attempting uninstall: idna [2021-11-10T19:16:40.216Z] Found existing installation: idna 3.2 [2021-11-10T19:16:40.216Z] Uninstalling idna-3.2: [2021-11-10T19:16:40.216Z] Successfully uninstalled idna-3.2 [2021-11-10T19:16:40.216Z] ---> fc15a4b40234 [2021-11-10T19:16:40.216Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:16:40.475Z] Attempting uninstall: chardet [2021-11-10T19:16:40.475Z] Found existing installation: chardet 4.0.0 [2021-11-10T19:16:40.475Z] Uninstalling chardet-4.0.0: [2021-11-10T19:16:40.475Z] Successfully uninstalled chardet-4.0.0 [2021-11-10T19:16:41.050Z] ---> Running in 5d12ac281719 [2021-11-10T19:16:41.628Z] Attempting uninstall: requests [2021-11-10T19:16:41.628Z] Found existing installation: requests 2.25.1 [2021-11-10T19:16:41.628Z] Uninstalling requests-2.25.1: [2021-11-10T19:16:41.628Z] Successfully uninstalled requests-2.25.1 [2021-11-10T19:16:41.628Z] Running setup.py install for texttable: started [2021-11-10T19:16:42.568Z] Running setup.py install for texttable: finished with status 'done' [2021-11-10T19:16:42.568Z] Running setup.py install for PyYAML: started [2021-11-10T19:16:43.140Z] ---> 955f64b12562 [2021-11-10T19:16:43.140Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:16:43.140Z] ---> Running in 0f2658048b45 [2021-11-10T19:16:43.140Z] Running setup.py install for PyYAML: finished with status 'done' [2021-11-10T19:16:43.402Z] Running setup.py install for docopt: started [2021-11-10T19:16:43.402Z] Removing intermediate container 5d12ac281719 [2021-11-10T19:16:43.402Z] ---> 9d0ceea1e21f [2021-11-10T19:16:43.402Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-11-10T19:16:43.402Z] ---> Running in 7e4c14874340 [2021-11-10T19:16:43.971Z] Running setup.py install for docopt: finished with status 'done' [2021-11-10T19:16:43.971Z] Running setup.py install for dockerpty: started [2021-11-10T19:16:43.971Z] 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-11-10T19:16:44.913Z] Running setup.py install for dockerpty: finished with status 'done' [2021-11-10T19:16:45.177Z] Removing intermediate container 0f2658048b45 [2021-11-10T19:16:45.177Z] ---> 531fe93aa226 [2021-11-10T19:16:45.177Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-11-10T19:16:45.177Z] ---> Running in 36ca917a1827 [2021-11-10T19:16:45.439Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-11-10T19:16:45.705Z] 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-11-10T19:16:50.993Z] Removing intermediate container 2e075146553b [2021-11-10T19:16:50.993Z] ---> 093fdbd13416 [2021-11-10T19:16:50.993Z] Step 13/22 : ENV APP_PORT=58890 [2021-11-10T19:16:50.993Z] ---> Running in 7bf0372193a5 [2021-11-10T19:16:50.993Z] Removing intermediate container 7bf0372193a5 [2021-11-10T19:16:50.993Z] ---> 9deacd84b697 [2021-11-10T19:16:50.993Z] Step 14/22 : EXPOSE $APP_PORT [2021-11-10T19:16:50.993Z] ---> Running in be95acf28498 [2021-11-10T19:16:50.993Z] Removing intermediate container be95acf28498 [2021-11-10T19:16:50.993Z] ---> 4592f4075a40 [2021-11-10T19:16:50.993Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-11-10T19:16:51.565Z] ---> bd70f0489360 [2021-11-10T19:16:51.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-11-10T19:16:51.830Z] ---> c68134a9670e [2021-11-10T19:16:51.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-11-10T19:16:52.092Z] ---> 2484c6f10f35 [2021-11-10T19:16:52.092Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-11-10T19:16:52.352Z] ---> Running in 91c7e2ea4d20 [2021-11-10T19:16:52.352Z] Removing intermediate container 91c7e2ea4d20 [2021-11-10T19:16:52.352Z] ---> c311e7a18587 [2021-11-10T19:16:52.352Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:16:52.617Z] ---> Running in a624f3740003 [2021-11-10T19:16:52.617Z] Removing intermediate container a624f3740003 [2021-11-10T19:16:52.617Z] ---> 7a8102a95185 [2021-11-10T19:16:52.617Z] Step 20/22 : LABEL arch=x86_64 [2021-11-10T19:16:52.617Z] ---> Running in 305ee034eb58 [2021-11-10T19:16:52.877Z] Removing intermediate container 305ee034eb58 [2021-11-10T19:16:52.877Z] ---> 10fcc7dd5a65 [2021-11-10T19:16:52.877Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:16:52.877Z] ---> Running in c8e63f4aa2c5 [2021-11-10T19:16:53.138Z] Removing intermediate container c8e63f4aa2c5 [2021-11-10T19:16:53.138Z] ---> d2d74ab3cbed [2021-11-10T19:16:53.138Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:16:53.138Z] ---> Running in 8abf16676e4c [2021-11-10T19:16:53.397Z] Removing intermediate container 8abf16676e4c [2021-11-10T19:16:53.397Z] ---> dd363c73888c [2021-11-10T19:16:53.397Z] [2021-11-10T19:16:53.397Z] Successfully built dd363c73888c [2021-11-10T19:16:53.397Z] Successfully tagged sys-mgmt-agent:latest [2021-11-10T19:17:00.163Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-11-10T19:17:06.511Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-11-10T19:17:11.390Z] Removing intermediate container de7cc46cdb77 [2021-11-10T19:17:11.391Z] ---> 90ffbc70a1fc [2021-11-10T19:17:11.391Z] [2021-11-10T19:17:11.391Z] Step 9/24 : FROM alpine:3.14 [2021-11-10T19:17:11.391Z] ---> 14119a10abf4 [2021-11-10T19:17:11.391Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-11-10T19:17:11.765Z] Removing intermediate container 237261765add [2021-11-10T19:17:11.765Z] ---> ff8c71cc386c [2021-11-10T19:17:11.765Z] [2021-11-10T19:17:11.765Z] Step 9/30 : FROM alpine:3.14 [2021-11-10T19:17:11.765Z] ---> 14119a10abf4 [2021-11-10T19:17:11.765Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-11-10T19:17:11.765Z] ---> Running in 2fd778b4eac5 [2021-11-10T19:17:11.765Z] ---> Running in 3c0dc0d48019 [2021-11-10T19:17:12.100Z] Removing intermediate container 3c0dc0d48019 [2021-11-10T19:17:12.100Z] ---> cc0f8c260da8 [2021-11-10T19:17:12.100Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-11-10T19:17:12.100Z] ---> Running in bf59dbd165bb [2021-11-10T19:17:12.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:12.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:12.627Z] (1/3) Installing ca-certificates (20191127-r5) [2021-11-10T19:17:12.627Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-11-10T19:17:12.627Z] (3/3) Installing su-exec (0.2-r1) [2021-11-10T19:17:12.627Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:17:12.627Z] Executing ca-certificates-20191127-r5.trigger [2021-11-10T19:17:12.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:12.890Z] OK: 6 MiB in 17 packages [2021-11-10T19:17:12.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:13.151Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-11-10T19:17:13.151Z] (2/2) Installing su-exec (0.2-r1) [2021-11-10T19:17:13.151Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:17:13.151Z] OK: 6 MiB in 16 packages [2021-11-10T19:17:13.735Z] Removing intermediate container 2fd778b4eac5 [2021-11-10T19:17:13.735Z] ---> ed80fe5d50bc [2021-11-10T19:17:13.735Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-11-10T19:17:13.735Z] ---> Running in a1b69f881b74 [2021-11-10T19:17:13.995Z] Removing intermediate container bf59dbd165bb [2021-11-10T19:17:13.995Z] ---> 7598f771b7c6 [2021-11-10T19:17:13.995Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-11-10T19:17:13.995Z] ---> Running in 57a5923553c8 [2021-11-10T19:17:13.995Z] Removing intermediate container a1b69f881b74 [2021-11-10T19:17:13.995Z] ---> 5572a074bb85 [2021-11-10T19:17:13.995Z] Step 12/24 : WORKDIR / [2021-11-10T19:17:14.258Z] ---> Running in 05c14cc646c9 [2021-11-10T19:17:14.258Z] Removing intermediate container 57a5923553c8 [2021-11-10T19:17:14.258Z] ---> 494780422c6d [2021-11-10T19:17:14.258Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-11-10T19:17:14.258Z] ---> Running in f6b7b22cc0da [2021-11-10T19:17:14.519Z] Removing intermediate container 05c14cc646c9 [2021-11-10T19:17:14.519Z] ---> 8bec8158fd15 [2021-11-10T19:17:14.519Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-11-10T19:17:14.520Z] Removing intermediate container f6b7b22cc0da [2021-11-10T19:17:14.520Z] ---> a5dba750f829 [2021-11-10T19:17:14.520Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-11-10T19:17:14.784Z] ---> Running in 03f8d571e645 [2021-11-10T19:17:14.784Z] ---> ebd10505c2d3 [2021-11-10T19:17:14.784Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-11-10T19:17:15.045Z] ---> 52a11099f109 [2021-11-10T19:17:15.045Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-11-10T19:17:15.315Z] ---> 49991b463c9a [2021-11-10T19:17:15.315Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-11-10T19:17:15.896Z] ---> 2f056f758e84 [2021-11-10T19:17:15.896Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-11-10T19:17:15.896Z] Removing intermediate container 03f8d571e645 [2021-11-10T19:17:15.896Z] ---> 9ef4b9030b69 [2021-11-10T19:17:15.896Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-11-10T19:17:15.896Z] ---> Running in 539e79f97ca1 [2021-11-10T19:17:17.458Z] Removing intermediate container 539e79f97ca1 [2021-11-10T19:17:17.458Z] ---> aef68266cc7f [2021-11-10T19:17:17.458Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-11-10T19:17:17.458Z] ---> 37a2837a8a42 [2021-11-10T19:17:17.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-11-10T19:17:17.458Z] ---> 83aea17f6432 [2021-11-10T19:17:17.458Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-11-10T19:17:17.458Z] ---> b2873d3662a2 [2021-11-10T19:17:17.458Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-11-10T19:17:17.458Z] ---> Running in 0040dff53846 [2021-11-10T19:17:17.458Z] ---> c0b38e19c2e0 [2021-11-10T19:17:17.458Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-11-10T19:17:17.458Z] ---> Running in 5a8a03121dc7 [2021-11-10T19:17:18.861Z] Removing intermediate container 0040dff53846 [2021-11-10T19:17:18.861Z] ---> 172dbf071c4c [2021-11-10T19:17:18.861Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:17:19.125Z] Removing intermediate container 7e4c14874340 [2021-11-10T19:17:19.125Z] ---> 6b97e2432681 [2021-11-10T19:17:19.125Z] [2021-11-10T19:17:19.125Z] Step 9/21 : FROM alpine:3.14 [2021-11-10T19:17:19.125Z] ---> 14119a10abf4 [2021-11-10T19:17:19.125Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-11-10T19:17:19.125Z] ---> Running in 5b6d6d637851 [2021-11-10T19:17:19.125Z] Removing intermediate container 5a8a03121dc7 [2021-11-10T19:17:19.125Z] ---> 598c4d1edf02 [2021-11-10T19:17:19.125Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-11-10T19:17:19.126Z] ---> 86c0020f1b93 [2021-11-10T19:17:19.126Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-11-10T19:17:19.387Z] ---> Running in f763f3908673 [2021-11-10T19:17:19.657Z] Removing intermediate container f763f3908673 [2021-11-10T19:17:19.657Z] ---> 27fd1df58e2c [2021-11-10T19:17:19.657Z] Step 22/24 : LABEL arch=x86_64 [2021-11-10T19:17:19.657Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:19.927Z] ---> d32e0e6b90aa [2021-11-10T19:17:19.927Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-11-10T19:17:19.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:19.927Z] ---> Running in 5488cdd77285 [2021-11-10T19:17:19.927Z] (1/2) Installing ca-certificates (20191127-r5) [2021-11-10T19:17:19.927Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-11-10T19:17:19.927Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:17:19.927Z] Executing ca-certificates-20191127-r5.trigger [2021-11-10T19:17:20.188Z] OK: 6 MiB in 16 packages [2021-11-10T19:17:20.188Z] Removing intermediate container 5488cdd77285 [2021-11-10T19:17:20.188Z] ---> 34a80ec45bc0 [2021-11-10T19:17:20.188Z] Step 23/24 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:17:20.188Z] ---> 03ad2b6ae10d [2021-11-10T19:17:20.188Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-11-10T19:17:20.188Z] ---> Running in 735c90348588 [2021-11-10T19:17:20.454Z] Removing intermediate container 735c90348588 [2021-11-10T19:17:20.454Z] ---> 88538993e3f2 [2021-11-10T19:17:20.454Z] Step 24/24 : LABEL version=0.0.0 [2021-11-10T19:17:20.454Z] ---> Running in fc0cbcd994e3 [2021-11-10T19:17:20.454Z] ---> a293589d78a8 [2021-11-10T19:17:20.454Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-11-10T19:17:20.454Z] Removing intermediate container fc0cbcd994e3 [2021-11-10T19:17:20.454Z] ---> bd56af1fbeb6 [2021-11-10T19:17:20.454Z] [2021-11-10T19:17:20.716Z] Removing intermediate container 5b6d6d637851 [2021-11-10T19:17:20.716Z] ---> 7635d799a5ed [2021-11-10T19:17:20.716Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:17:20.716Z] Successfully built bd56af1fbeb6 [2021-11-10T19:17:20.716Z] Successfully tagged security-secretstore-setup:latest [2021-11-10T19:17:20.716Z]  Building security-secretstore-setup ... done  ---> Running in bc150fd8cbc0 [2021-11-10T19:17:20.716Z] ---> ae4b9aecab05 [2021-11-10T19:17:20.716Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-11-10T19:17:20.980Z] Removing intermediate container bc150fd8cbc0 [2021-11-10T19:17:20.980Z] ---> 12ac0c5ac776 [2021-11-10T19:17:20.980Z] Step 12/21 : ENV APP_PORT=59860 [2021-11-10T19:17:20.980Z] ---> Running in 1c60eb8cf510 [2021-11-10T19:17:21.245Z] ---> Running in 852d9631e528 [2021-11-10T19:17:21.508Z] Removing intermediate container 1c60eb8cf510 [2021-11-10T19:17:21.508Z] ---> b6d7ffa0942b [2021-11-10T19:17:21.508Z] Step 13/21 : EXPOSE $APP_PORT [2021-11-10T19:17:21.508Z] Removing intermediate container 852d9631e528 [2021-11-10T19:17:21.508Z] ---> f13b0c57b923 [2021-11-10T19:17:21.508Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-11-10T19:17:21.508Z] ---> Running in aa1008ff819c [2021-11-10T19:17:21.767Z] Removing intermediate container 36ca917a1827 [2021-11-10T19:17:21.767Z] ---> 66bcffc16160 [2021-11-10T19:17:21.767Z] [2021-11-10T19:17:21.767Z] Step 9/22 : FROM alpine:3.14 [2021-11-10T19:17:21.767Z] ---> 14119a10abf4 [2021-11-10T19:17:21.767Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-11-10T19:17:21.767Z] ---> Running in 43dc8fc3fb58 [2021-11-10T19:17:21.767Z] Removing intermediate container aa1008ff819c [2021-11-10T19:17:21.767Z] ---> a4c13918d027 [2021-11-10T19:17:21.767Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:17:21.767Z] ---> f4d1ee8c30d0 [2021-11-10T19:17:21.767Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-11-10T19:17:21.767Z] ---> Running in 86228ad4af1e [2021-11-10T19:17:21.767Z] Removing intermediate container 43dc8fc3fb58 [2021-11-10T19:17:21.767Z] ---> 413f27dc6c5f [2021-11-10T19:17:21.767Z] Step 11/22 : ENV APP_PORT=59880 [2021-11-10T19:17:22.038Z] ---> Running in f4b91d1d178b [2021-11-10T19:17:22.038Z] ---> a05537d4e021 [2021-11-10T19:17:22.038Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-11-10T19:17:22.038Z] Removing intermediate container f4b91d1d178b [2021-11-10T19:17:22.038Z] ---> 1b640b665c5f [2021-11-10T19:17:22.038Z] Step 12/22 : EXPOSE $APP_PORT [2021-11-10T19:17:22.038Z] ---> Running in 8da6e2135387 [2021-11-10T19:17:22.296Z] Removing intermediate container 8da6e2135387 [2021-11-10T19:17:22.296Z] ---> c786bf2f4da1 [2021-11-10T19:17:22.296Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:17:22.296Z] ---> 2c94e05e1ac4 [2021-11-10T19:17:22.296Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-11-10T19:17:22.296Z] ---> Running in c422b4df7e8e [2021-11-10T19:17:22.564Z] ---> 2304a963ddb1 [2021-11-10T19:17:22.564Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-11-10T19:17:22.564Z] ---> Running in 7383618f56a3 [2021-11-10T19:17:22.564Z] Removing intermediate container 7383618f56a3 [2021-11-10T19:17:22.564Z] ---> 4dd7d2f0ea09 [2021-11-10T19:17:22.564Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:17:22.564Z] ---> Running in 170104fad8e0 [2021-11-10T19:17:22.564Z] Removing intermediate container 86228ad4af1e [2021-11-10T19:17:22.564Z] ---> d35b06c915c7 [2021-11-10T19:17:22.564Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-11-10T19:17:22.823Z] ---> Running in 40c79a83fe61 [2021-11-10T19:17:22.823Z] Removing intermediate container 170104fad8e0 [2021-11-10T19:17:22.823Z] ---> 29d98dde5d9f [2021-11-10T19:17:22.824Z] Step 19/21 : LABEL arch=x86_64 [2021-11-10T19:17:22.824Z] ---> Running in ceef3e931d1f [2021-11-10T19:17:22.824Z] Removing intermediate container 40c79a83fe61 [2021-11-10T19:17:22.824Z] ---> 74ea90b71227 [2021-11-10T19:17:22.824Z] Step 27/30 : CMD ["gate"] [2021-11-10T19:17:23.086Z] ---> Running in f3d52daef8a4 [2021-11-10T19:17:23.086Z] Removing intermediate container ceef3e931d1f [2021-11-10T19:17:23.086Z] ---> b253f35f0d88 [2021-11-10T19:17:23.086Z] Step 20/21 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:17:23.086Z] ---> Running in 094ce9c23fda [2021-11-10T19:17:23.086Z] Removing intermediate container f3d52daef8a4 [2021-11-10T19:17:23.086Z] ---> 1ab57703ea94 [2021-11-10T19:17:23.086Z] Step 28/30 : LABEL arch=x86_64 [2021-11-10T19:17:23.086Z] ---> Running in 7541dcdf23d3 [2021-11-10T19:17:23.086Z] Removing intermediate container 094ce9c23fda [2021-11-10T19:17:23.086Z] ---> dfe77812761e [2021-11-10T19:17:23.086Z] Step 21/21 : LABEL version=0.0.0 [2021-11-10T19:17:23.353Z] Removing intermediate container c422b4df7e8e [2021-11-10T19:17:23.353Z] ---> 20301738eee7 [2021-11-10T19:17:23.353Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-11-10T19:17:23.353Z] ---> Running in 386eceda3932 [2021-11-10T19:17:23.353Z] ---> Running in d709fe54149b [2021-11-10T19:17:23.353Z] Removing intermediate container 7541dcdf23d3 [2021-11-10T19:17:23.353Z] ---> 2057e9adf677 [2021-11-10T19:17:23.353Z] Step 29/30 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:17:23.353Z] ---> Running in 18498b5feb65 [2021-11-10T19:17:23.353Z] Removing intermediate container 386eceda3932 [2021-11-10T19:17:23.353Z] ---> 31d00ede1730 [2021-11-10T19:17:23.353Z] [2021-11-10T19:17:23.613Z] Removing intermediate container 18498b5feb65 [2021-11-10T19:17:23.613Z] ---> d2f075c29824 [2021-11-10T19:17:23.613Z] Step 30/30 : LABEL version=0.0.0 [2021-11-10T19:17:23.613Z] Successfully built 31d00ede1730 [2021-11-10T19:17:23.613Z] Successfully tagged support-notifications:latest [2021-11-10T19:17:23.613Z]  Building support-notifications ... done fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:23.613Z] ---> Running in 81d7c7d16110 [2021-11-10T19:17:23.872Z] Removing intermediate container 81d7c7d16110 [2021-11-10T19:17:23.872Z] ---> 7aa78c5acd3c [2021-11-10T19:17:23.872Z] [2021-11-10T19:17:23.872Z] Successfully built 7aa78c5acd3c [2021-11-10T19:17:23.872Z] Successfully tagged security-bootstrapper:latest [2021-11-10T19:17:24.444Z]  Building security-bootstrapper ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-10T19:17:24.706Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-11-10T19:17:24.706Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-11-10T19:17:24.965Z] (3/6) Installing libsodium (1.0.18-r0) [2021-11-10T19:17:24.965Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-11-10T19:17:24.965Z] (5/6) Installing libzmq (4.3.4-r0) [2021-11-10T19:17:25.227Z] (6/6) Installing zeromq (4.3.4-r0) [2021-11-10T19:17:25.227Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:17:25.227Z] OK: 8 MiB in 20 packages [2021-11-10T19:17:25.486Z] Removing intermediate container d709fe54149b [2021-11-10T19:17:25.486Z] ---> ad6b89f34147 [2021-11-10T19:17:25.486Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:17:25.746Z] ---> 1ebe5ee9440b [2021-11-10T19:17:25.746Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-11-10T19:17:26.004Z] ---> 96d433f5c2b9 [2021-11-10T19:17:26.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-11-10T19:17:26.265Z] ---> 5ade68a8a630 [2021-11-10T19:17:26.265Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-11-10T19:17:26.265Z] ---> Running in 32d37ed84461 [2021-11-10T19:17:26.529Z] Removing intermediate container 32d37ed84461 [2021-11-10T19:17:26.529Z] ---> 0ec7ec4a9fec [2021-11-10T19:17:26.529Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:17:26.529Z] ---> Running in 5424c5921080 [2021-11-10T19:17:26.529Z] Removing intermediate container 5424c5921080 [2021-11-10T19:17:26.529Z] ---> 872d6d9f4945 [2021-11-10T19:17:26.529Z] Step 20/22 : LABEL arch=x86_64 [2021-11-10T19:17:27.676Z] ---> Running in f3df017ed86c [2021-11-10T19:17:27.676Z] Removing intermediate container f3df017ed86c [2021-11-10T19:17:27.676Z] ---> adb8306ef9bd [2021-11-10T19:17:27.676Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:17:27.676Z] ---> Running in 1f5ff2ea0944 [2021-11-10T19:17:27.676Z] Removing intermediate container 1f5ff2ea0944 [2021-11-10T19:17:27.676Z] ---> ac790954da1a [2021-11-10T19:17:27.676Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:17:27.676Z] ---> Running in a62bcc03a2ba [2021-11-10T19:17:27.676Z] Removing intermediate container a62bcc03a2ba [2021-11-10T19:17:27.676Z] ---> 28b3b9f83c3b [2021-11-10T19:17:27.676Z] [2021-11-10T19:17:27.676Z] Successfully built 28b3b9f83c3b [2021-11-10T19:17:27.676Z] Successfully tagged core-data:latest [2021-11-10T19:17:27.683Z]  Building core-data ... done  [Pipeline] } [2021-11-10T19:17:27.700Z] $ docker stop --time=1 75c8087c5a80ee64e736d15540f57ee187f3550572f5c0ae79957cc74dfb347b [2021-11-10T19:17:29.013Z] $ docker rm -f 75c8087c5a80ee64e736d15540f57ee187f3550572f5c0ae79957cc74dfb347b [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-10T19:17:29.404Z] + docker images [2021-11-10T19:17:29.404Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-10T19:17:29.404Z] core-data latest 28b3b9f83c3b 3 seconds ago 20.7MB [2021-11-10T19:17:29.404Z] support-notifications latest 31d00ede1730 6 seconds ago 16.9MB [2021-11-10T19:17:29.404Z] security-bootstrapper latest 7aa78c5acd3c 6 seconds ago 18.9MB [2021-11-10T19:17:29.404Z] 66bcffc16160 8 seconds ago 1.76GB [2021-11-10T19:17:29.404Z] security-secretstore-setup latest bd56af1fbeb6 9 seconds ago 28.4MB [2021-11-10T19:17:29.404Z] 6b97e2432681 11 seconds ago 1.76GB [2021-11-10T19:17:29.404Z] ff8c71cc386c 18 seconds ago 1.76GB [2021-11-10T19:17:29.404Z] 90ffbc70a1fc 19 seconds ago 1.76GB [2021-11-10T19:17:29.404Z] sys-mgmt-agent latest dd363c73888c 36 seconds ago 294MB [2021-11-10T19:17:29.404Z] core-metadata latest d71f49addae2 About a minute ago 16.9MB [2021-11-10T19:17:29.404Z] core-command latest 901b7e1f39b4 About a minute ago 16.1MB [2021-11-10T19:17:29.404Z] support-scheduler latest 6337a79b4024 About a minute ago 16.2MB [2021-11-10T19:17:29.404Z] security-proxy-setup latest 3944f41544e2 About a minute ago 26.9MB [2021-11-10T19:17:29.404Z] 77117ada9134 About a minute ago 1.76GB [2021-11-10T19:17:29.404Z] e4fd38c3a795 About a minute ago 1.76GB [2021-11-10T19:17:29.404Z] 5d4e802d4d24 About a minute ago 1.76GB [2021-11-10T19:17:29.404Z] dbda672681b7 About a minute ago 1.76GB [2021-11-10T19:17:29.404Z] 83db7507300a About a minute ago 1.75GB [2021-11-10T19:17:29.404Z] ci-base-image-x86_64 latest b75aa4ef5649 6 minutes ago 1.25GB [2021-11-10T19:17:29.404Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 4 weeks ago 548MB [2021-11-10T19:17:29.404Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 4 weeks ago 34.5MB [2021-11-10T19:17:29.404Z] docker 20.10.8 bc6c0ffef665 2 months ago 214MB [2021-11-10T19:17:29.404Z] alpine 3.14 14119a10abf4 2 months ago 5.6MB [2021-11-10T19:17:29.404Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 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-11-10T19:17:44.963Z] Still waiting to schedule task [2021-11-10T19:17:44.963Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-11-10T19:17:59.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-11-10T19:18:06.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-11-10T19:18:06.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-11-10T19:18:07.289Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-11-10T19:18:20.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-11-10T19:18:20.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-11-10T19:18:20.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-11-10T19:18:20.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-11-10T19:18:20.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-11-10T19:18:20.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-11-10T19:18:21.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-11-10T19:18:21.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-11-10T19:18:21.679Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-11-10T19:18:21.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-11-10T19:18:29.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.216s coverage: 28.7% of statements [2021-11-10T19:18:29.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-11-10T19:18:29.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-11-10T19:18:34.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.390s coverage: 98.5% of statements [2021-11-10T19:18:34.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-11-10T19:18:35.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.366s coverage: 44.7% of statements [2021-11-10T19:18:35.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-11-10T19:18:35.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-11-10T19:18:38.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.930s coverage: 89.5% of statements [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:18:38.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.230s coverage: 84.4% of statements [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-11-10T19:18:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.653s coverage: 94.2% of statements [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.264s coverage: 59.1% of statements [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.242s coverage: 60.0% of statements [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.353s coverage: 0.9% of statements [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.213s coverage: 58.8% of statements [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.202s coverage: 21.7% of statements [2021-11-10T19:18:46.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.201s coverage: 47.1% of statements [2021-11-10T19:18:46.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.284s coverage: 79.5% of statements [2021-11-10T19:18:47.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.404s coverage: 94.1% of statements [2021-11-10T19:18:49.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.333s coverage: 96.3% of statements [2021-11-10T19:18:49.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.199s coverage: 87.5% of statements [2021-11-10T19:19:02.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.204s coverage: 94.4% of statements [2021-11-10T19:19:02.156Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.195s coverage: 44.8% of statements [2021-11-10T19:19:07.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.618s coverage: 82.5% of statements [2021-11-10T19:19:07.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.260s coverage: 92.9% of statements [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.210s coverage: 87.2% of statements [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.181s coverage: 100.0% of statements [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.296s coverage: 58.8% of statements [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.307s coverage: 80.0% of statements [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.295s coverage: 87.2% of statements [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.316s coverage: 85.4% of statements [2021-11-10T19:19:14.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.875s coverage: 91.2% of statements [2021-11-10T19:19:14.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-11-10T19:19:16.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.036s coverage: 64.4% of statements [2021-11-10T19:19:16.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-11-10T19:19:16.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-11-10T19:19:16.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.255s coverage: 100.0% of statements [2021-11-10T19:19:17.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 89.4% of statements [2021-11-10T19:19:17.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.104s coverage: 100.0% of statements [2021-11-10T19:19:17.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-11-10T19:19:19.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-11-10T19:19:24.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.565s coverage: 65.4% of statements [2021-11-10T19:19:24.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-11-10T19:19:24.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-11-10T19:19:24.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-11-10T19:19:25.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.850s coverage: 43.8% of statements [2021-11-10T19:19:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-11-10T19:19:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-11-10T19:19:25.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.250s coverage: 89.5% of statements [2021-11-10T19:19:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-11-10T19:19:25.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.242s coverage: 84.8% of statements [2021-11-10T19:19:25.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.374s coverage: 17.7% of statements [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.698s coverage: 92.3% of statements [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.234s coverage: 63.2% of statements [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.482s coverage: 97.7% of statements [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.200s coverage: 28.9% of statements [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-11-10T19:19:35.606Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.190s coverage: 100.0% of statements [2021-11-10T19:19:35.606Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 96.9% of statements [2021-11-10T19:19:36.201Z] 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-11-10T19:19:36.201Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-11-10T19:19:36.201Z] GO111MODULE=on go vet ./... [2021-11-10T19:19:56.858Z] Running on prd-ubuntu18.04-docker-8c-8g-30261 in /w/workspace/edgexfoundry_edgex-go_PR-3802 [Pipeline] { [Pipeline] ws [2021-11-10T19:19:56.907Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-11-10T19:19:57.089Z] The recommended git tool is: git [2021-11-10T19:20:01.110Z] using credential edgex-jenkins-ssh [2021-11-10T19:20:01.125Z] Cloning the remote Git repository [2021-11-10T19:20:01.132Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-11-10T19:20:01.191Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-11-10T19:20:01.214Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-11-10T19:20:01.214Z] > git --version # timeout=10 [2021-11-10T19:20:01.227Z] > git --version # 'git version 2.17.1' [2021-11-10T19:20:01.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-10T19:20:01.274Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-10T19:20:07.613Z] Merging remotes/origin/main commit cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 into PR head commit 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:20:06.113Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-11-10T19:20:06.119Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-10T19:20:06.129Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-11-10T19:20:06.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-11-10T19:20:06.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-10T19:20:06.145Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3802/head:refs/remotes/origin/PR-3802 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-10T19:20:07.736Z] Merge succeeded, producing 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:20:07.737Z] Checking out Revision 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf (PR-3802) [2021-11-10T19:20:07.631Z] > git config core.sparsecheckout # timeout=10 [2021-11-10T19:20:07.636Z] > git checkout -f 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf # timeout=10 [2021-11-10T19:20:07.694Z] > git remote # timeout=10 [2021-11-10T19:20:07.702Z] > git config --get remote.origin.url # timeout=10 [2021-11-10T19:20:07.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-10T19:20:07.711Z] > git merge cb5bc3c7ff81e32fc03e2754f6ae9848f60dc1c3 # timeout=10 [2021-11-10T19:20:07.723Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-10T19:20:07.731Z] > git config core.sparsecheckout # timeout=10 [2021-11-10T19:20:07.734Z] > git checkout -f 2eca7a4c4ab463206fa17d1299ffec2e8a968ecf # timeout=10 [2021-11-10T19:20:12.934Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-11-10T19:20:12.950Z] > git --version # timeout=10 [2021-11-10T19:20:12.955Z] > git --version # 'git version 2.17.1' [2021-11-10T19:20:12.958Z] fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:20:14.032Z] + echo snap-build.sh [2021-11-10T19:20:14.032Z] snap-build.sh [2021-11-10T19:20:14.032Z] + SNAP_BASE_DIR=. [2021-11-10T19:20:14.032Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-11-10T19:20:14.032Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-11-10T19:20:14.032Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-11-10T19:20:14.032Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-11-10T19:20:14.032Z] + cd /w/workspace/edgex-go/1 [2021-11-10T19:20:14.032Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-11-10T19:20:14.032Z] Reading package lists... [2021-11-10T19:20:14.032Z] Building dependency tree... [2021-11-10T19:20:14.032Z] Reading state information... [2021-11-10T19:20:14.032Z] The following packages were automatically installed and are no longer required: [2021-11-10T19:20:14.032Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-11-10T19:20:14.032Z] uidmap xdelta3 [2021-11-10T19:20:14.032Z] Use 'sudo apt autoremove' to remove them. [2021-11-10T19:20:14.032Z] The following packages will be REMOVED: [2021-11-10T19:20:14.032Z] lxd* lxd-client* [2021-11-10T19:20:14.295Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-11-10T19:20:14.295Z] After this operation, 31.7 MB disk space will be freed. [2021-11-10T19:20:15.522Z] (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-11-10T19:20:15.522Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-11-10T19:20:15.788Z] Removing lxd dnsmasq configuration [2021-11-10T19:20:15.788Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-11-10T19:20:16.049Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-11-10T19:20:17.004Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-11-10T19:20:17.004Z] (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-11-10T19:20:17.004Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-11-10T19:20:18.390Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-11-10T19:20:18.390Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-11-10T19:20:18.963Z] + sudo snap remove --purge lxd [2021-11-10T19:20:19.226Z] snap "lxd" is not installed [2021-11-10T19:20:19.226Z] + sudo groupadd --force --system lxd [2021-11-10T19:20:19.226Z] ++ whoami [2021-11-10T19:20:19.226Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-11-10T19:20:19.226Z] + newgrp - lxd [2021-11-10T19:20:19.226Z] + sudo snap install lxd [2021-11-10T19:20:31.328Z] 2021-11-10T19:20:28Z INFO Waiting for automatic snapd restart... [2021-11-10T19:20:50.317Z] lxd 4.20 from Canonical* installed [2021-11-10T19:20:50.317Z] + sudo lxd init --auto [2021-11-10T19:20:58.026Z] + sudo snap install --classic snapcraft [2021-11-10T19:21:11.287Z] snapcraft 5.0 from Canonical* installed [2021-11-10T19:21:11.287Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-11-10T19:21:11.287Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-11-10T19:21:11.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-10T19:21:11.287Z] Dload Upload Total Spent Left Speed [2021-11-10T19:21:11.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 6815 0 --:--:-- --:--:-- --:--:-- 6815 [2021-11-10T19:21:11.287Z] 100 3325k 100 3325k 0 0 19.6M 0 --:--:-- --:--:-- --:--:-- 19.6M [2021-11-10T19:21:11.287Z] ./yq_linux_amd64 [2021-11-10T19:21:11.287Z] + sudo snapcraft prime --use-lxd [2021-11-10T19:21:12.673Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-11-10T19:21:12.673Z] 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-11-10T19:21:12.673Z] - README.md [2021-11-10T19:21:12.673Z] [2021-11-10T19:21:12.673Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-11-10T19:21:12.934Z] Launching a container. [2021-11-10T19:21:17.385Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-10T19:21:17.385Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-11-10T19:21:17.385Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-11-10T19:21:18.069Z] + ls -al . [2021-11-10T19:21:18.069Z] total 664 [2021-11-10T19:21:18.069Z] drwxrwxr-x 9 1001 1001 4096 Nov 10 19:21 . [2021-11-10T19:21:18.069Z] drwxr-xr-x 4 root root 4096 Nov 10 19:16 .. [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 11 Nov 10 19:13 .dockerignore [2021-11-10T19:21:18.069Z] drwxrwxr-x 8 1001 1001 4096 Nov 10 19:13 .git [2021-11-10T19:21:18.069Z] drwxrwxr-x 4 1001 1001 4096 Nov 10 19:13 .github [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 804 Nov 10 19:13 .gitignore [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 42 Nov 10 19:13 .golangci.yml [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 76 Nov 10 19:13 .hadolint.yml [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 166 Nov 10 19:13 .sonarcloud.properties [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 1171 Nov 10 19:13 ADOPTERS.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 8910 Nov 10 19:13 Attribution.txt [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 43881 Nov 10 19:13 CHANGELOG.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 3804 Nov 10 19:13 CONTRIBUTING.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 677 Nov 10 19:13 GOVERNANCE.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 849 Nov 10 19:13 Jenkinsfile [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 10775 Nov 10 19:13 LICENSE [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 6508 Nov 10 19:13 Makefile [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 582 Nov 10 19:13 OWNERS.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 8256 Nov 10 19:13 README.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 6912 Nov 10 19:13 SECURITY.md [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 5 Nov 10 19:10 VERSION [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 4131 Nov 10 19:13 ZMQWindows.md [2021-11-10T19:21:18.069Z] drwxrwxr-x 2 1001 1001 4096 Nov 10 19:13 bin [2021-11-10T19:21:18.069Z] drwxrwxr-x 14 1001 1001 4096 Nov 10 19:13 cmd [2021-11-10T19:21:18.069Z] -rw-r--r-- 1 root root 428381 Nov 10 19:19 coverage.out [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 855 Nov 10 19:13 go.mod [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 49777 Nov 10 19:13 go.sum [2021-11-10T19:21:18.069Z] drwxrwxr-x 8 1001 1001 4096 Nov 10 19:13 internal [2021-11-10T19:21:18.069Z] drwxrwxr-x 3 1001 1001 4096 Nov 10 19:13 openapi [2021-11-10T19:21:18.069Z] drwxrwxr-x 4 1001 1001 4096 Nov 10 19:13 snap [2021-11-10T19:21:18.069Z] -rw-rw-r-- 1 1001 1001 204 Nov 10 19:13 version.go [Pipeline] sh [2021-11-10T19:21:18.748Z] + '[' -e coverage.out ] [2021-11-10T19:21:18.748Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-11-10T19:21:18.781Z] Warning: overwriting stash ‘coverage-report’ [2021-11-10T19:21:19.731Z] Stashed 1 file(s) [Pipeline] sh [2021-11-10T19:21:20.394Z] + make build [2021-11-10T19:21:20.394Z] 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-11-10T19:21:23.676Z] Waiting for container to be ready [2021-11-10T19:21:23.676Z] To start your first container, try: lxc launch ubuntu:20.04 [2021-11-10T19:21:23.676Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2021-11-10T19:21:23.676Z] [2021-11-10T19:21:27.160Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-11-10T19:21:27.160Z] Waiting for network to be ready... [2021-11-10T19:21:27.160Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-11-10T19:21:27.160Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-11-10T19:21:27.160Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1958 kB] [2021-11-10T19:21:27.160Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [352 kB] [2021-11-10T19:21:27.160Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-11-10T19:21:27.160Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-11-10T19:21:27.160Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [516 kB] [2021-11-10T19:21:27.160Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [69.9 kB] [2021-11-10T19:21:27.160Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1148 kB] [2021-11-10T19:21:27.160Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [263 kB] [2021-11-10T19:21:27.422Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-11-10T19:21:27.684Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-11-10T19:21:27.943Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-11-10T19:21:27.943Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-11-10T19:21:27.943Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-11-10T19:21:27.943Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-11-10T19:21:27.943Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-11-10T19:21:27.943Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-11-10T19:21:28.518Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-11-10T19:21:28.518Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2303 kB] [2021-11-10T19:21:28.735Z] 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-11-10T19:21:28.783Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [445 kB] [2021-11-10T19:21:28.783Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-11-10T19:21:28.783Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-11-10T19:21:28.783Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [540 kB] [2021-11-10T19:21:28.783Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [73.6 kB] [2021-11-10T19:21:28.783Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1763 kB] [2021-11-10T19:21:28.783Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [380 kB] [2021-11-10T19:21:31.322Z] Fetched 25.6 MB in 4s (6100 kB/s) [2021-11-10T19:21:31.893Z] Reading package lists... [2021-11-10T19:21:32.152Z] Reading package lists... [2021-11-10T19:21:32.413Z] Building dependency tree... [2021-11-10T19:21:32.413Z] Reading state information... [2021-11-10T19:21:32.413Z] The following additional packages will be installed: [2021-11-10T19:21:32.413Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-11-10T19:21:32.413Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-11-10T19:21:32.413Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-11-10T19:21:32.413Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-11-10T19:21:32.413Z] Suggested packages: [2021-11-10T19:21:32.413Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-11-10T19:21:32.413Z] Recommended packages: [2021-11-10T19:21:32.413Z] gnupg libsasl2-modules [2021-11-10T19:21:32.413Z] The following NEW packages will be installed: [2021-11-10T19:21:32.413Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-11-10T19:21:32.413Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-11-10T19:21:32.413Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-11-10T19:21:32.413Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-11-10T19:21:32.413Z] The following packages will be upgraded: [2021-11-10T19:21:32.413Z] gpg gpg-agent gpgconf libudev1 [2021-11-10T19:21:32.674Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-11-10T19:21:32.674Z] Need to get 3527 kB of archives. [2021-11-10T19:21:32.674Z] After this operation, 13.3 MB of additional disk space will be used. [2021-11-10T19:21:32.674Z] 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-11-10T19:21:32.674Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] [2021-11-10T19:21:32.934Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-11-10T19:21:32.934Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] [2021-11-10T19:21:32.934Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-11-10T19:21:32.934Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-11-10T19:21:33.516Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-11-10T19:21:33.516Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-11-10T19:21:33.516Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-11-10T19:21:33.516Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-11-10T19:21:33.516Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-11-10T19:21:33.516Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-11-10T19:21:33.516Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-11-10T19:21:33.516Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-11-10T19:21:33.516Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-11-10T19:21:33.516Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-11-10T19:21:33.516Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-11-10T19:21:33.516Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-11-10T19:21:33.516Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-11-10T19:21:33.516Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-11-10T19:21:33.516Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-11-10T19:21:33.516Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-11-10T19:21:33.777Z] debconf: delaying package configuration, since apt-utils is not installed [2021-11-10T19:21:33.777Z] Fetched 3527 kB in 1s (3162 kB/s) [2021-11-10T19:21:33.777Z] (Reading database ... 12511 files and directories currently installed.) [2021-11-10T19:21:33.777Z] Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... [2021-11-10T19:21:33.777Z] Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-11-10T19:21:33.777Z] Setting up libudev1:amd64 (237-3ubuntu10.52) ... [2021-11-10T19:21:33.777Z] Selecting previously unselected package udev. [2021-11-10T19:21:33.777Z] (Reading database ... 12511 files and directories currently installed.) [2021-11-10T19:21:33.777Z] Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... [2021-11-10T19:21:34.040Z] Unpacking udev (237-3ubuntu10.52) ... [2021-11-10T19:21:34.040Z] Selecting previously unselected package libfuse2:amd64. [2021-11-10T19:21:34.298Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-11-10T19:21:34.298Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-11-10T19:21:34.298Z] Selecting previously unselected package fuse. [2021-11-10T19:21:34.298Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-11-10T19:21:34.298Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-11-10T19:21:34.298Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-11-10T19:21:34.298Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-11-10T19:21:34.298Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-11-10T19:21:34.298Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-11-10T19:21:34.298Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-11-10T19:21:34.298Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-11-10T19:21:34.558Z] Selecting previously unselected package libksba8:amd64. [2021-11-10T19:21:34.558Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-11-10T19:21:34.558Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-11-10T19:21:34.558Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-11-10T19:21:34.558Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:34.558Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:34.558Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-11-10T19:21:34.558Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:34.558Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:34.817Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-11-10T19:21:34.817Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:34.817Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:34.817Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-11-10T19:21:34.817Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:34.817Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:34.817Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-11-10T19:21:34.817Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:34.817Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:34.817Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-11-10T19:21:34.817Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:34.817Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-11-10T19:21:35.848Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-11-10T19:21:35.848Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-11-10T19:21:35.848Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-11-10T19:21:35.848Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libsasl2-2:amd64. [2021-11-10T19:21:35.848Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libldap-common. [2021-11-10T19:21:35.848Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-11-10T19:21:35.848Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-11-10T19:21:35.848Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-11-10T19:21:35.848Z] Selecting previously unselected package dirmngr. [2021-11-10T19:21:35.848Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-11-10T19:21:35.848Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-11-10T19:21:35.848Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-11-10T19:21:35.848Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-11-10T19:21:35.848Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-11-10T19:21:35.848Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-11-10T19:21:35.848Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-11-10T19:21:35.848Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-11-10T19:21:35.848Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:35.848Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-11-10T19:21:35.848Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-11-10T19:21:35.848Z] Setting up udev (237-3ubuntu10.52) ... [2021-11-10T19:21:36.110Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-11-10T19:21:36.110Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.110Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-11-10T19:21:36.110Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-11-10T19:21:36.111Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-11-10T19:21:36.111Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.111Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.111Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.111Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.111Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.371Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.371Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-11-10T19:21:36.371Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-11-10T19:21:36.371Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-11-10T19:21:36.371Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-11-10T19:21:36.631Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-11-10T19:21:36.631Z] settings in the [Install] section, and DefaultInstance for template units). [2021-11-10T19:21:36.631Z] This means they are not meant to be enabled using systemctl. [2021-11-10T19:21:36.631Z] Possible reasons for having this kind of units are: [2021-11-10T19:21:36.631Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-11-10T19:21:36.631Z] .wants/ or .requires/ directory. [2021-11-10T19:21:36.631Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-11-10T19:21:36.631Z] a requirement dependency on it. [2021-11-10T19:21:36.631Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-11-10T19:21:36.631Z] D-Bus, udev, scripted systemctl call, ...). [2021-11-10T19:21:36.631Z] 4) In case of template units, the unit is meant to be enabled with some [2021-11-10T19:21:36.631Z] instance name specified. [2021-11-10T19:21:37.155Z] Reading package lists... [2021-11-10T19:21:37.155Z] Building dependency tree... [2021-11-10T19:21:37.155Z] Reading state information... [2021-11-10T19:21:37.416Z] The following additional packages will be installed: [2021-11-10T19:21:37.416Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-11-10T19:21:37.416Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-11-10T19:21:37.416Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-11-10T19:21:37.416Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-11-10T19:21:37.416Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-11-10T19:21:37.416Z] Suggested packages: [2021-11-10T19:21:37.416Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-11-10T19:21:37.416Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-11-10T19:21:37.416Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-11-10T19:21:37.416Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-11-10T19:21:37.416Z] systemd-container policykit-1 [2021-11-10T19:21:37.416Z] Recommended packages: [2021-11-10T19:21:37.416Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-11-10T19:21:37.416Z] The following NEW packages will be installed: [2021-11-10T19:21:37.416Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-11-10T19:21:37.416Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-11-10T19:21:37.416Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-11-10T19:21:37.416Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-11-10T19:21:37.416Z] python3.6-minimal snapd squashfs-tools sudo [2021-11-10T19:21:37.416Z] The following packages will be upgraded: [2021-11-10T19:21:37.416Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-11-10T19:21:37.416Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-11-10T19:21:37.416Z] Need to get 36.8 MB of archives. [2021-11-10T19:21:37.416Z] After this operation, 147 MB of additional disk space will be used. [2021-11-10T19:21:37.416Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] [2021-11-10T19:21:37.677Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-11-10T19:21:37.677Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-11-10T19:21:37.677Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-11-10T19:21:37.677Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] [2021-11-10T19:21:37.677Z] 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-11-10T19:21:37.677Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-11-10T19:21:37.677Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-11-10T19:21:37.677Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-11-10T19:21:37.677Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-11-10T19:21:37.677Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-11-10T19:21:37.677Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-11-10T19:21:37.677Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-11-10T19:21:37.677Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-11-10T19:21:37.677Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-11-10T19:21:37.677Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-11-10T19:21:37.677Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2021-11-10T19:21:38.617Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] [2021-11-10T19:21:38.617Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-11-10T19:21:38.617Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-11-10T19:21:38.617Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-11-10T19:21:38.617Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-11-10T19:21:38.617Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-11-10T19:21:38.617Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-11-10T19:21:38.617Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-11-10T19:21:38.617Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-11-10T19:21:38.617Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-11-10T19:21:38.617Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-11-10T19:21:38.617Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-11-10T19:21:38.617Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2021-11-10T19:21:39.614Z] debconf: delaying package configuration, since apt-utils is not installed [2021-11-10T19:21:39.614Z] Fetched 36.8 MB in 2s (19.3 MB/s) [2021-11-10T19:21:39.614Z] (Reading database ... 12757 files and directories currently installed.) [2021-11-10T19:21:39.614Z] Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... [2021-11-10T19:21:39.614Z] Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-11-10T19:21:40.185Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... [2021-11-10T19:21:40.185Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-11-10T19:21:40.185Z] Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... [2021-11-10T19:21:40.185Z] (Reading database ... 12757 files and directories currently installed.) [2021-11-10T19:21:40.185Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-11-10T19:21:40.185Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-11-10T19:21:40.449Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-11-10T19:21:40.449Z] (Reading database ... 12757 files and directories currently installed.) [2021-11-10T19:21:40.449Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-11-10T19:21:40.449Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-11-10T19:21:40.712Z] Setting up apt (1.6.14) ... [2021-11-10T19:21:40.712Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-11-10T19:21:40.973Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-11-10T19:21:41.233Z] (Reading database ... 12764 files and directories currently installed.) [2021-11-10T19:21:41.233Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-11-10T19:21:41.233Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-11-10T19:21:41.233Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-11-10T19:21:41.233Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-11-10T19:21:41.233Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:41.492Z] Selecting previously unselected package libexpat1:amd64. [2021-11-10T19:21:41.492Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-11-10T19:21:41.492Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-11-10T19:21:41.492Z] Selecting previously unselected package python3.6-minimal. [2021-11-10T19:21:41.492Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-11-10T19:21:41.492Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:41.752Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-11-10T19:21:42.012Z] Checking for services that may need to be restarted...done. [2021-11-10T19:21:42.012Z] Checking for services that may need to be restarted...done. [2021-11-10T19:21:42.012Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:42.012Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-11-10T19:21:42.012Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package python3-minimal. [2021-11-10T19:21:43.234Z] (Reading database ... 13012 files and directories currently installed.) [2021-11-10T19:21:43.234Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-11-10T19:21:43.234Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package mime-support. [2021-11-10T19:21:43.234Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-11-10T19:21:43.234Z] Unpacking mime-support (3.60ubuntu1) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package libmpdec2:amd64. [2021-11-10T19:21:43.234Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-11-10T19:21:43.234Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-11-10T19:21:43.234Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-11-10T19:21:43.234Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package python3.6. [2021-11-10T19:21:43.234Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-11-10T19:21:43.234Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-11-10T19:21:43.234Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-11-10T19:21:43.234Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-11-10T19:21:43.234Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-11-10T19:21:43.234Z] Selecting previously unselected package python3. [2021-11-10T19:21:43.234Z] (Reading database ... 13442 files and directories currently installed.) [2021-11-10T19:21:43.234Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-11-10T19:21:43.234Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-11-10T19:21:43.495Z] Selecting previously unselected package multiarch-support. [2021-11-10T19:21:43.495Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-11-10T19:21:43.495Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-11-10T19:21:43.495Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-11-10T19:21:43.495Z] Selecting previously unselected package liblzo2-2:amd64. [2021-11-10T19:21:43.495Z] (Reading database ... 13479 files and directories currently installed.) [2021-11-10T19:21:43.495Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-11-10T19:21:43.495Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-11-10T19:21:43.495Z] Selecting previously unselected package libbsd0:amd64. [2021-11-10T19:21:43.495Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-11-10T19:21:43.495Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-11-10T19:21:43.495Z] Selecting previously unselected package sudo. [2021-11-10T19:21:43.495Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-11-10T19:21:43.495Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-11-10T19:21:43.755Z] Selecting previously unselected package apparmor. [2021-11-10T19:21:43.755Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-11-10T19:21:43.755Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-11-10T19:21:43.755Z] Selecting previously unselected package libedit2:amd64. [2021-11-10T19:21:43.755Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-11-10T19:21:43.755Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-11-10T19:21:44.026Z] Selecting previously unselected package libkrb5support0:amd64. [2021-11-10T19:21:44.026Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-11-10T19:21:44.026Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:44.026Z] Selecting previously unselected package libk5crypto3:amd64. [2021-11-10T19:21:44.026Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-11-10T19:21:44.026Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:44.026Z] Selecting previously unselected package libkeyutils1:amd64. [2021-11-10T19:21:44.026Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-11-10T19:21:44.026Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-11-10T19:21:44.026Z] Selecting previously unselected package libkrb5-3:amd64. [2021-11-10T19:21:44.026Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-11-10T19:21:44.026Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:44.290Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-11-10T19:21:44.290Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-11-10T19:21:44.290Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:44.290Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-11-10T19:21:44.290Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-11-10T19:21:44.290Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-11-10T19:21:44.552Z] Selecting previously unselected package openssh-client. [2021-11-10T19:21:44.552Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-11-10T19:21:44.552Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-11-10T19:21:44.552Z] Selecting previously unselected package squashfs-tools. [2021-11-10T19:21:44.552Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2021-11-10T19:21:44.552Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-11-10T19:21:44.552Z] Selecting previously unselected package snapd. [2021-11-10T19:21:44.552Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2021-11-10T19:21:44.823Z] Unpacking snapd (2.51.1+18.04) ... [2021-11-10T19:21:46.738Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-11-10T19:21:46.738Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-11-10T19:21:46.997Z] Setting up mime-support (3.60ubuntu1) ... [2021-11-10T19:21:46.997Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-11-10T19:21:46.997Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-11-10T19:21:46.997Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:46.997Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-11-10T19:21:46.997Z] Setting up systemd (237-3ubuntu10.52) ... [2021-11-10T19:21:46.997Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-11-10T19:21:47.568Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-11-10T19:21:47.568Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-11-10T19:21:47.568Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-11-10T19:21:47.568Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:47.568Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:47.568Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-11-10T19:21:48.138Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-11-10T19:21:48.138Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:48.138Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-11-10T19:21:48.138Z] Setting up python3 (3.6.7-1~18.04) ... [2021-11-10T19:21:48.138Z] running python rtupdate hooks for python3.6... [2021-11-10T19:21:48.138Z] running python post-rtupdate hooks for python3.6... [2021-11-10T19:21:48.710Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-11-10T19:21:49.283Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-11-10T19:21:49.283Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-11-10T19:21:49.283Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-11-10T19:21:49.544Z] Setting up snapd (2.51.1+18.04) ... [2021-11-10T19:21:49.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-11-10T19:21:50.097Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-11-10T19:21:50.097Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-11-10T19:21:50.376Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-11-10T19:21:50.671Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-11-10T19:21:50.671Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-11-10T19:21:50.671Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-11-10T19:21:51.988Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-11-10T19:21:51.988Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-11-10T19:21:51.988Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-11-10T19:21:51.988Z] /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-11-10T19:21:51.988Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-11-10T19:21:51.988Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-11-10T19:21:52.283Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-11-10T19:21:52.283Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-11-10T19:21:52.542Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-11-10T19:21:53.485Z] Reading package lists... [2021-11-10T19:21:54.059Z] Reading package lists... [2021-11-10T19:21:54.059Z] Building dependency tree... [2021-11-10T19:21:54.059Z] Reading state information... [2021-11-10T19:21:54.320Z] Calculating upgrade... [2021-11-10T19:21:54.320Z] The following packages will be upgraded: [2021-11-10T19:21:54.320Z] advancecomp base-files bash binutils binutils-common [2021-11-10T19:21:54.320Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-11-10T19:21:54.320Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-11-10T19:21:54.320Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-11-10T19:21:54.320Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-11-10T19:21:54.320Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-11-10T19:21:54.320Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-11-10T19:21:54.320Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-11-10T19:21:54.320Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-11-10T19:21:54.320Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-11-10T19:21:54.320Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-11-10T19:21:54.320Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-11-10T19:21:54.320Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-11-10T19:21:54.320Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-11-10T19:21:54.320Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-11-10T19:21:54.320Z] ubuntu-keyring util-linux [2021-11-10T19:21:54.580Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-11-10T19:21:54.580Z] Need to get 64.2 MB of archives. [2021-11-10T19:21:54.580Z] After this operation, 5152 kB of additional disk space will be used. [2021-11-10T19:21:54.580Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-162.170 [992 kB] [2021-11-10T19:21:54.580Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-11-10T19:21:55.152Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-11-10T19:21:55.152Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-11-10T19:21:55.152Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-11-10T19:21:55.152Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-11-10T19:21:55.152Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-11-10T19:21:55.152Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-11-10T19:21:55.413Z] 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-11-10T19:21:55.413Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-11-10T19:21:55.413Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-11-10T19:21:55.413Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-11-10T19:21:55.413Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-11-10T19:21:55.413Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-11-10T19:21:55.413Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-11-10T19:21:55.413Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-11-10T19:21:55.413Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-11-10T19:21:55.413Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-11-10T19:21:55.413Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-11-10T19:21:55.413Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-11-10T19:21:55.678Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2021-11-10T19:21:55.678Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-11-10T19:21:55.678Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-11-10T19:21:55.678Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-11-10T19:21:55.678Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-11-10T19:21:55.678Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-11-10T19:21:55.678Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-11-10T19:21:55.678Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-11-10T19:21:55.678Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-11-10T19:21:55.678Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-11-10T19:21:55.678Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-11-10T19:21:55.678Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-11-10T19:21:55.678Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-11-10T19:21:55.678Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-11-10T19:21:55.938Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-11-10T19:21:55.938Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-11-10T19:21:55.938Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-11-10T19:21:55.938Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-11-10T19:21:55.938Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-11-10T19:21:55.938Z] Get:40 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-11-10T19:21:55.938Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-11-10T19:21:55.938Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] [2021-11-10T19:21:55.938Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-11-10T19:21:55.938Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-11-10T19:21:55.938Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-11-10T19:21:55.938Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-11-10T19:21:55.938Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-11-10T19:21:55.938Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-11-10T19:21:55.938Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-11-10T19:21:55.938Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-11-10T19:21:55.938Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-11-10T19:21:55.938Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-11-10T19:21:55.938Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-11-10T19:21:55.938Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-11-10T19:21:55.938Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-11-10T19:21:55.938Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-11-10T19:21:55.938Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2021-11-10T19:21:55.938Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-11-10T19:21:55.938Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-11-10T19:21:55.938Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-11-10T19:21:55.938Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-11-10T19:21:55.938Z] Get:62 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-11-10T19:21:56.200Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-11-10T19:21:56.200Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-11-10T19:21:56.200Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2021-11-10T19:21:56.200Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-11-10T19:21:56.200Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-11-10T19:21:56.200Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-11-10T19:21:56.200Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-11-10T19:21:56.200Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-11-10T19:21:56.200Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-11-10T19:21:56.200Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-11-10T19:21:56.200Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-11-10T19:21:56.200Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-11-10T19:21:56.200Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] [2021-11-10T19:21:56.200Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-11-10T19:21:56.200Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-11-10T19:21:56.200Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2021-11-10T19:21:56.200Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-11-10T19:21:56.200Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-11-10T19:21:56.200Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-11-10T19:21:56.200Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-11-10T19:21:56.200Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-11-10T19:21:56.200Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] [2021-11-10T19:21:56.200Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-11-10T19:21:56.200Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-11-10T19:21:56.200Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] [2021-11-10T19:21:56.370Z] 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-11-10T19:21:56.461Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2021-11-10T19:21:56.461Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2021-11-10T19:21:56.461Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2021-11-10T19:21:56.461Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-11-10T19:21:56.461Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-11-10T19:21:56.461Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-11-10T19:21:56.461Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-11-10T19:21:56.721Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-11-10T19:21:56.981Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-11-10T19:21:57.243Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-11-10T19:21:57.243Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-11-10T19:21:57.502Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-11-10T19:21:57.502Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-11-10T19:21:57.502Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-11-10T19:21:57.502Z] Get:102 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-11-10T19:21:57.502Z] Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-11-10T19:21:57.502Z] debconf: delaying package configuration, since apt-utils is not installed [2021-11-10T19:21:57.502Z] Fetched 64.2 MB in 3s (20.7 MB/s) [2021-11-10T19:21:57.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-11-10T19:21:57.763Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-11-10T19:21:57.763Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-11-10T19:21:58.024Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-11-10T19:21:58.024Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-11-10T19:21:58.024Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-162.170_amd64.deb ... [2021-11-10T19:21:58.024Z] Unpacking linux-libc-dev:amd64 (4.15.0-162.170) over (4.15.0-20.21) ... [2021-11-10T19:21:58.286Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:58.553Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:58.553Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:58.553Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:58.553Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:58.553Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:58.554Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:58.554Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:21:59.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-11-10T19:21:59.602Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:21:59.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-11-10T19:21:59.602Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-11-10T19:21:59.602Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:21:59.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-11-10T19:21:59.602Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-11-10T19:21:59.602Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-11-10T19:21:59.613Z] 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-11-10T19:22:00.172Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-11-10T19:22:00.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-11-10T19:22:00.433Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2021-11-10T19:22:00.433Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-11-10T19:22:00.433Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-11-10T19:22:00.433Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2021-11-10T19:22:00.693Z] Setting up base-files (10.1ubuntu2.11) ... [2021-11-10T19:22:00.693Z] Installing new version of config file /etc/issue ... [2021-11-10T19:22:00.693Z] Installing new version of config file /etc/issue.net ... [2021-11-10T19:22:00.693Z] Installing new version of config file /etc/lsb-release ... [2021-11-10T19:22:00.693Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-11-10T19:22:00.954Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-11-10T19:22:00.954Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-11-10T19:22:00.954Z] Removing obsolete conffile /etc/default/motd-news ... [2021-11-10T19:22:01.215Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:01.215Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-11-10T19:22:01.215Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-11-10T19:22:01.215Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-11-10T19:22:01.215Z] 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-11-10T19:22:01.477Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:01.477Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:01.477Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:01.477Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:01.477Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:01.477Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-11-10T19:22:01.477Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-11-10T19:22:01.477Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-11-10T19:22:01.741Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:01.741Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-11-10T19:22:01.741Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-11-10T19:22:01.741Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-11-10T19:22:02.005Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.005Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-11-10T19:22:02.005Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-11-10T19:22:02.005Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-11-10T19:22:02.005Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.005Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-11-10T19:22:02.005Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-11-10T19:22:02.267Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-11-10T19:22:02.267Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.267Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-11-10T19:22:02.267Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-11-10T19:22:02.267Z] Setting up grep (3.1-2build1) ... [2021-11-10T19:22:02.529Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.529Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-11-10T19:22:02.529Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-11-10T19:22:02.529Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-11-10T19:22:02.529Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.529Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-11-10T19:22:02.529Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-11-10T19:22:02.790Z] Setting up login (1:4.5-1ubuntu2) ... [2021-11-10T19:22:02.790Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.790Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-11-10T19:22:02.790Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-11-10T19:22:02.790Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-11-10T19:22:02.790Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:02.790Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-11-10T19:22:02.790Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-11-10T19:22:03.358Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-11-10T19:22:03.358Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-11-10T19:22:03.358Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-11-10T19:22:03.358Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-11-10T19:22:03.618Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-11-10T19:22:03.879Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:03.879Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-11-10T19:22:03.879Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-11-10T19:22:04.140Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-11-10T19:22:04.402Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-11-10T19:22:04.402Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-11-10T19:22:04.402Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-11-10T19:22:04.402Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-11-10T19:22:04.402Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:04.402Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-11-10T19:22:04.402Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-11-10T19:22:04.663Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-11-10T19:22:04.664Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:04.664Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:04.664Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:04.664Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:04.664Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:04.664Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:04.664Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:06.002Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:06.002Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:06.002Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-11-10T19:22:06.002Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-11-10T19:22:06.002Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-11-10T19:22:06.002Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:06.002Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:06.002Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:06.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.002Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:06.002Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:06.008Z] 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-11-10T19:22:06.008Z] 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-11-10T19:22:06.263Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:06.528Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-11-10T19:22:06.788Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-11-10T19:22:06.788Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:06.788Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-11-10T19:22:06.788Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-11-10T19:22:07.059Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-11-10T19:22:07.059Z] (Reading database ... 13915 files and directories currently installed.) [2021-11-10T19:22:07.059Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-11-10T19:22:07.059Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-11-10T19:22:07.320Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-11-10T19:22:07.320Z] (Reading database ... 13917 files and directories currently installed.) [2021-11-10T19:22:07.320Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-11-10T19:22:07.320Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-11-10T19:22:07.582Z] Setting up debconf (1.5.66ubuntu1) ... [2021-11-10T19:22:07.582Z] (Reading database ... 13917 files and directories currently installed.) [2021-11-10T19:22:07.582Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-11-10T19:22:07.582Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-11-10T19:22:07.843Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-11-10T19:22:07.843Z] (Reading database ... 13917 files and directories currently installed.) [2021-11-10T19:22:07.843Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-11-10T19:22:07.843Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-11-10T19:22:07.843Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-11-10T19:22:07.843Z] (Reading database ... 13917 files and directories currently installed.) [2021-11-10T19:22:07.843Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-11-10T19:22:07.843Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-11-10T19:22:07.843Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-11-10T19:22:08.103Z] (Reading database ... 13917 files and directories currently installed.) [2021-11-10T19:22:08.103Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-11-10T19:22:08.103Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-11-10T19:22:08.103Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-11-10T19:22:08.103Z] (Reading database ... 13919 files and directories currently installed.) [2021-11-10T19:22:08.103Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-11-10T19:22:08.363Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-11-10T19:22:08.363Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-11-10T19:22:08.626Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:08.626Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-11-10T19:22:08.626Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-11-10T19:22:08.626Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... [2021-11-10T19:22:08.626Z] Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-11-10T19:22:08.626Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-11-10T19:22:08.626Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-11-10T19:22:08.626Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-11-10T19:22:08.887Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:08.887Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2021-11-10T19:22:08.887Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2021-11-10T19:22:08.887Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2021-11-10T19:22:08.887Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:08.887Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-11-10T19:22:08.887Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-11-10T19:22:08.887Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-11-10T19:22:09.150Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:09.150Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-11-10T19:22:09.150Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-11-10T19:22:09.150Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-11-10T19:22:09.410Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:09.410Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-11-10T19:22:09.410Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-11-10T19:22:09.410Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-11-10T19:22:09.410Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:09.410Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-11-10T19:22:09.410Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-11-10T19:22:09.410Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-11-10T19:22:09.670Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:09.671Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-11-10T19:22:09.671Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-11-10T19:22:09.671Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-11-10T19:22:09.931Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:09.931Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-11-10T19:22:09.931Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-11-10T19:22:09.931Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-11-10T19:22:09.931Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:09.931Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-11-10T19:22:09.931Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-11-10T19:22:10.192Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-11-10T19:22:10.192Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.192Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-11-10T19:22:10.192Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-11-10T19:22:10.192Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-11-10T19:22:10.320Z] 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-11-10T19:22:10.456Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.456Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-11-10T19:22:10.456Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-11-10T19:22:10.456Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-11-10T19:22:10.456Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.456Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-11-10T19:22:10.456Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-11-10T19:22:10.456Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-11-10T19:22:10.717Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.717Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-11-10T19:22:10.717Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-11-10T19:22:10.717Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-11-10T19:22:10.717Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.717Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2021-11-10T19:22:10.717Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2021-11-10T19:22:10.977Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2021-11-10T19:22:10.977Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.977Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-11-10T19:22:10.977Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-11-10T19:22:10.977Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-11-10T19:22:10.977Z] (Reading database ... 13923 files and directories currently installed.) [2021-11-10T19:22:10.977Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-11-10T19:22:10.977Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-11-10T19:22:11.239Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-11-10T19:22:11.239Z] (Reading database ... 13924 files and directories currently installed.) [2021-11-10T19:22:11.239Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-11-10T19:22:11.239Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-11-10T19:22:11.239Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-11-10T19:22:11.239Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-11-10T19:22:11.500Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-11-10T19:22:11.500Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-11-10T19:22:11.500Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2021-11-10T19:22:11.500Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2021-11-10T19:22:11.760Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-11-10T19:22:11.760Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-11-10T19:22:11.760Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-11-10T19:22:11.760Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-11-10T19:22:11.760Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-11-10T19:22:11.760Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-11-10T19:22:12.021Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-11-10T19:22:12.021Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-11-10T19:22:12.021Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-11-10T19:22:12.021Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-11-10T19:22:12.021Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-11-10T19:22:12.021Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-11-10T19:22:12.281Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-11-10T19:22:12.281Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-11-10T19:22:12.281Z] Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... [2021-11-10T19:22:12.281Z] Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:13.534Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:13.534Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:14.477Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:14.477Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:15.238Z] 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-11-10T19:22:15.433Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:15.433Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:15.695Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:15.695Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:15.954Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:15.954Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:16.534Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-11-10T19:22:16.797Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-11-10T19:22:16.797Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-11-10T19:22:16.797Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-11-10T19:22:16.797Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-11-10T19:22:16.797Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-11-10T19:22:17.057Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-11-10T19:22:17.057Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-11-10T19:22:17.057Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-11-10T19:22:17.057Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-11-10T19:22:17.057Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-11-10T19:22:17.057Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-11-10T19:22:17.057Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-11-10T19:22:17.057Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-11-10T19:22:17.316Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-11-10T19:22:17.316Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-11-10T19:22:17.316Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.316Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-11-10T19:22:17.316Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.316Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.316Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.316Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-11-10T19:22:17.317Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-11-10T19:22:17.317Z] Setting up tzdata (2021e-0ubuntu0.18.04) ... [2021-11-10T19:22:17.576Z] [2021-11-10T19:22:17.576Z] Current default time zone: 'Etc/UTC' [2021-11-10T19:22:17.576Z] Local time is now: Wed Nov 10 19:22:17 UTC 2021. [2021-11-10T19:22:17.576Z] Universal Time is now: Wed Nov 10 19:22:17 UTC 2021. [2021-11-10T19:22:17.576Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-11-10T19:22:17.576Z] [2021-11-10T19:22:17.576Z] Setting up systemd-sysv (237-3ubuntu10.52) ... [2021-11-10T19:22:17.576Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.576Z] Setting up linux-libc-dev:amd64 (4.15.0-162.170) ... [2021-11-10T19:22:17.576Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-11-10T19:22:17.576Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-11-10T19:22:17.576Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-11-10T19:22:17.576Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-11-10T19:22:17.576Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-11-10T19:22:17.576Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-11-10T19:22:17.576Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-11-10T19:22:17.576Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.576Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-11-10T19:22:17.841Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:17.841Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-11-10T19:22:17.841Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:17.841Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-11-10T19:22:17.841Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-11-10T19:22:17.841Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-11-10T19:22:17.841Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-11-10T19:22:17.841Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-11-10T19:22:17.841Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-11-10T19:22:17.841Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-11-10T19:22:17.841Z] Setting up ca-certificates (20210119~18.04.2) ... [2021-11-10T19:22:19.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-11-10T19:22:19.755Z] Updating certificates in /etc/ssl/certs... [2021-11-10T19:22:20.696Z] 23 added, 28 removed; done. [2021-11-10T19:22:20.696Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-11-10T19:22:20.696Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-11-10T19:22:20.696Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-11-10T19:22:20.696Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-11-10T19:22:20.696Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-11-10T19:22:20.696Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.696Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-11-10T19:22:20.956Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2021-11-10T19:22:20.956Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-11-10T19:22:20.956Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-11-10T19:22:20.956Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2021-11-10T19:22:20.956Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.956Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-11-10T19:22:20.956Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-11-10T19:22:20.956Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-11-10T19:22:20.956Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-11-10T19:22:20.956Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-11-10T19:22:20.956Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-11-10T19:22:21.220Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-11-10T19:22:21.220Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2021-11-10T19:22:21.220Z] Updating certificates in /etc/ssl/certs... [2021-11-10T19:22:21.792Z] 0 added, 0 removed; done. [2021-11-10T19:22:21.792Z] Running hooks in /etc/ca-certificates/update.d... [2021-11-10T19:22:21.792Z] done. [2021-11-10T19:22:22.361Z] Reading package lists... [2021-11-10T19:22:22.361Z] Building dependency tree... [2021-11-10T19:22:22.361Z] Reading state information... [2021-11-10T19:22:22.625Z] The following NEW packages will be installed: [2021-11-10T19:22:22.625Z] apt-transport-https [2021-11-10T19:22:22.625Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-11-10T19:22:22.886Z] Need to get 4348 B of archives. [2021-11-10T19:22:22.886Z] After this operation, 154 kB of additional disk space will be used. [2021-11-10T19:22:22.886Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-11-10T19:22:22.886Z] debconf: delaying package configuration, since apt-utils is not installed [2021-11-10T19:22:22.886Z] Fetched 4348 B in 0s (23.5 kB/s) [2021-11-10T19:22:22.886Z] Selecting previously unselected package apt-transport-https. [2021-11-10T19:22:22.886Z] (Reading database ... 13931 files and directories currently installed.) [2021-11-10T19:22:22.886Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-11-10T19:22:22.886Z] Unpacking apt-transport-https (1.6.14) ... [2021-11-10T19:22:23.147Z] Setting up apt-transport-https (1.6.14) ... [2021-11-10T19:22:23.408Z] Waiting for network to be ready... [2021-11-10T19:22:24.940Z] 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-11-10T19:22:28.420Z] 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-11-10T19:22:29.218Z] 2021-11-10T19:22:27Z INFO Waiting for automatic snapd restart... [2021-11-10T19:22:30.604Z] snapd 2.52.1 from Canonical* installed [2021-11-10T19:22:31.545Z] "snapd" switched to the "latest/stable" channel [2021-11-10T19:22:31.545Z] [2021-11-10T19:22:32.728Z] 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-11-10T19:22:34.474Z] core18 20211015 from Canonical* installed [2021-11-10T19:22:34.474Z] "core18" switched to the "latest/stable" channel [2021-11-10T19:22:34.474Z] [2021-11-10T19:22:36.380Z] snapcraft 5.0 from Canonical* installed [2021-11-10T19:22:36.653Z] "snapcraft" switched to the "latest/stable" channel [2021-11-10T19:22:36.653Z] [Pipeline] } [2021-11-10T19:22:40.227Z] $ docker stop --time=1 dbeca1105c5d1dfae8aeeb9838a387090ebe19198f88053f4a95888537cac0e9 [2021-11-10T19:22:41.937Z] 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-11-10T19:22:41.937Z] - README.md [2021-11-10T19:22:41.937Z] [2021-11-10T19:22:41.937Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-11-10T19:22:41.937Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-11-10T19:22:41.937Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-11-10T19:22:41.937Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-11-10T19:22:42.284Z] $ docker rm -f dbeca1105c5d1dfae8aeeb9838a387090ebe19198f88053f4a95888537cac0e9 [2021-11-10T19:22:43.366Z] Reading package lists... [2021-11-10T19:22:43.366Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.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-11-10T19:22:43.366Z] Reading package lists... [2021-11-10T19:22:43.366Z] Building dependency tree... [2021-11-10T19:22:43.366Z] Reading state information... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-11-10T19:22:43.626Z] Suggested packages: [2021-11-10T19:22:43.626Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-11-10T19:22:43.626Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-11-10T19:22:43.626Z] Recommended packages: [2021-11-10T19:22:43.626Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-11-10T19:22:43.626Z] The following NEW packages will be installed: [2021-11-10T19:22:43.626Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-11-10T19:22:43.626Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-11-10T19:22:43.626Z] pkg-config zip [2021-11-10T19:22:43.626Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:22:43.886Z] Need to get 7670 kB of archives. [2021-11-10T19:22:43.886Z] After this operation, 43.8 MB of additional disk space will be used. [2021-11-10T19:22:43.886Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-11-10T19:22:43.886Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-11-10T19:22:45.060Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-11-10T19:22:45.060Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-11-10T19:22:45.060Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-11-10T19:22:45.060Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-11-10T19:22:45.060Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-11-10T19:22:45.060Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-11-10T19:22:45.060Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-11-10T19:22:45.060Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-11-10T19:22:45.060Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2021-11-10T19:22:45.060Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2021-11-10T19:22:45.060Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2021-11-10T19:22:45.060Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-11-10T19:22:45.060Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-11-10T19:22:45.060Z] debconf: delaying package configuration, since apt-utils is not installed [2021-11-10T19:22:45.060Z] Fetched 7670 kB in 1s (6830 kB/s) [2021-11-10T19:22:45.060Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-11-10T19:22:45.060Z] (Reading database ... 13935 files and directories currently installed.) [2021-11-10T19:22:45.060Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-11-10T19:22:45.060Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-11-10T19:22:45.060Z] Selecting previously unselected package libpsl5:amd64. [2021-11-10T19:22:45.060Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-11-10T19:22:45.060Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-11-10T19:22:45.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-11-10T19:22:45.079Z] [2021-11-10T19:22:45.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:22:45.325Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-11-10T19:22:45.325Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-11-10T19:22:45.325Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-11-10T19:22:45.325Z] Selecting previously unselected package librtmp1:amd64. [2021-11-10T19:22:45.325Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-11-10T19:22:45.325Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-11-10T19:22:45.325Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-11-10T19:22:45.325Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2021-11-10T19:22:45.325Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-11-10T19:22:45.325Z] Selecting previously unselected package liberror-perl. [2021-11-10T19:22:45.325Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-11-10T19:22:45.325Z] Unpacking liberror-perl (0.17025-1) ... [2021-11-10T19:22:45.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-11-10T19:22:45.585Z] Selecting previously unselected package git-man. [2021-11-10T19:22:45.586Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2021-11-10T19:22:45.586Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2021-11-10T19:22:45.586Z] Selecting previously unselected package git. [2021-11-10T19:22:45.586Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2021-11-10T19:22:45.586Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2021-11-10T19:22:45.762Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-11-10T19:22:45.762Z] 29e5d40040c1: Pulling fs layer [2021-11-10T19:22:45.762Z] 1ce36da41761: Pulling fs layer [2021-11-10T19:22:45.762Z] 25b303627fd3: Pulling fs layer [2021-11-10T19:22:45.762Z] 29e5d40040c1: Verifying Checksum [2021-11-10T19:22:45.762Z] 29e5d40040c1: Download complete [2021-11-10T19:22:46.035Z] 1ce36da41761: Verifying Checksum [2021-11-10T19:22:46.035Z] 1ce36da41761: Download complete [2021-11-10T19:22:46.157Z] Selecting previously unselected package libnorm1:amd64. [2021-11-10T19:22:46.157Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-11-10T19:22:46.157Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-11-10T19:22:46.157Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-11-10T19:22:46.157Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-11-10T19:22:46.157Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-11-10T19:22:46.157Z] Selecting previously unselected package libsodium23:amd64. [2021-11-10T19:22:46.421Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-11-10T19:22:46.421Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-11-10T19:22:46.421Z] Selecting previously unselected package libzmq5:amd64. [2021-11-10T19:22:46.421Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-11-10T19:22:46.421Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-11-10T19:22:46.421Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-11-10T19:22:46.421Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-11-10T19:22:46.421Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-11-10T19:22:46.630Z] 29e5d40040c1: Pull complete [2021-11-10T19:22:47.618Z] Selecting previously unselected package pkg-config. [2021-11-10T19:22:47.618Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-11-10T19:22:47.618Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-11-10T19:22:47.618Z] Selecting previously unselected package zip. [2021-11-10T19:22:47.618Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-11-10T19:22:47.618Z] Unpacking zip (3.0-11build1) ... [2021-11-10T19:22:47.618Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-11-10T19:22:47.618Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2021-11-10T19:22:47.618Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-11-10T19:22:47.618Z] Setting up liberror-perl (0.17025-1) ... [2021-11-10T19:22:47.618Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-11-10T19:22:47.618Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-11-10T19:22:47.618Z] No schema files found: doing nothing. [2021-11-10T19:22:47.618Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-11-10T19:22:47.618Z] Setting up zip (3.0-11build1) ... [2021-11-10T19:22:47.618Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-11-10T19:22:47.618Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-11-10T19:22:47.618Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-11-10T19:22:47.618Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-11-10T19:22:47.618Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-11-10T19:22:47.618Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-11-10T19:22:47.618Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2021-11-10T19:22:47.618Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-11-10T19:22:47.618Z] git set to automatically installed. [2021-11-10T19:22:47.618Z] git-man set to automatically installed. [2021-11-10T19:22:47.618Z] libcurl3-gnutls set to automatically installed. [2021-11-10T19:22:47.618Z] liberror-perl set to automatically installed. [2021-11-10T19:22:47.618Z] libglib2.0-0 set to automatically installed. [2021-11-10T19:22:47.618Z] libnghttp2-14 set to automatically installed. [2021-11-10T19:22:47.618Z] libnorm1 set to automatically installed. [2021-11-10T19:22:47.618Z] libpgm-5.2-0 set to automatically installed. [2021-11-10T19:22:47.618Z] libpsl5 set to automatically installed. [2021-11-10T19:22:47.618Z] librtmp1 set to automatically installed. [2021-11-10T19:22:47.618Z] libsodium23 set to automatically installed. [2021-11-10T19:22:47.618Z] libzmq3-dev set to automatically installed. [2021-11-10T19:22:47.618Z] libzmq5 set to automatically installed. [2021-11-10T19:22:47.618Z] pkg-config set to automatically installed. [2021-11-10T19:22:47.618Z] zip set to automatically installed. [2021-11-10T19:22:47.626Z] 25b303627fd3: Verifying Checksum [2021-11-10T19:22:47.626Z] 25b303627fd3: Download complete [2021-11-10T19:22:47.897Z] 1ce36da41761: Pull complete [2021-11-10T19:22:48.557Z] snapd is not logged in, snap install commands will use sudo [2021-11-10T19:22:49.499Z] snap "core18" has no updates available [2021-11-10T19:22:50.070Z] snapd is not logged in, snap install commands will use sudo [2021-11-10T19:22:58.029Z] 25b303627fd3: Pull complete [2021-11-10T19:22:58.029Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-11-10T19:22:58.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-11-10T19:22:58.029Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-11-10T19:22:58.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-30257 does not seem to be running inside a container [2021-11-10T19:22:58.400Z] $ 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-11-10T19:22:58.786Z] go (1.16/stable) 1.16.10 from Michael Hudson-Doyle (mwhudson) installed [2021-11-10T19:22:58.787Z] Pulling config-common [2021-11-10T19:22:58.787Z] + snapcraftctl pull [2021-11-10T19:22:59.358Z] Pulling go-build-helper [2021-11-10T19:22:59.358Z] + snapcraftctl pull [2021-11-10T19:23:00.740Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-11-10T19:23:00.740Z] Skipping pull go-build-helper (already ran) [2021-11-10T19:23:00.740Z] Building go-build-helper [2021-11-10T19:23:00.740Z] + snapcraftctl build [2021-11-10T19:23:01.423Z] $ docker top c57c43e782dd3f00be4d14aa427fa54c1c5194a2971ebb1b3a5245deef24de7a -eo pid,comm [Pipeline] { [2021-11-10T19:23:02.880Z] Staging go-build-helper [2021-11-10T19:23:02.880Z] + snapcraftctl stage [Pipeline] sh [2021-11-10T19:23:03.557Z] + docker-compose build --help [2021-11-10T19:23:03.557Z] + grep parallel [2021-11-10T19:23:10.250Z] --parallel Build images in parallel. [Pipeline] } [2021-11-10T19:23:10.264Z] $ docker stop --time=1 c57c43e782dd3f00be4d14aa427fa54c1c5194a2971ebb1b3a5245deef24de7a [2021-11-10T19:23:12.046Z] $ docker rm -f c57c43e782dd3f00be4d14aa427fa54c1c5194a2971ebb1b3a5245deef24de7a [Pipeline] // withDockerContainer [2021-11-10T19:23:13.390Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-11-10T19:23:13.390Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-11-10T19:23:13.390Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1958 kB] [2021-11-10T19:23:13.390Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [352 kB] [2021-11-10T19:23:13.390Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-11-10T19:23:13.390Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-11-10T19:23:13.390Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [516 kB] [2021-11-10T19:23:13.390Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [69.9 kB] [2021-11-10T19:23:13.390Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1148 kB] [2021-11-10T19:23:13.390Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [263 kB] [2021-11-10T19:23:13.390Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-11-10T19:23:13.390Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-11-10T19:23:13.390Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-11-10T19:23:13.390Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-11-10T19:23:13.390Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-11-10T19:23:13.390Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-11-10T19:23:13.390Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-11-10T19:23:13.390Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-11-10T19:23:13.390Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-11-10T19:23:13.390Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2303 kB] [2021-11-10T19:23:13.390Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [445 kB] [2021-11-10T19:23:13.390Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-11-10T19:23:13.390Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-11-10T19:23:13.390Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [540 kB] [2021-11-10T19:23:13.390Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [73.6 kB] [2021-11-10T19:23:13.390Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1763 kB] [2021-11-10T19:23:13.390Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [380 kB] [2021-11-10T19:23:13.390Z] Fetched 25.6 MB in 0s (0 B/s) [2021-11-10T19:23:13.390Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-11-10T19:23:13.390Z] Fetched 224 kB in 0s (0 B/s) [2021-11-10T19:23:13.390Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-11-10T19:23:13.390Z] Fetched 157 kB in 0s (0 B/s) [2021-11-10T19:23:13.390Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-11-10T19:23:13.390Z] Fetched 221 kB in 0s (0 B/s) [2021-11-10T19:23:13.390Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-11-10T19:23:13.390Z] Fetched 143 kB in 0s (0 B/s) [2021-11-10T19:23:13.390Z] Pulling edgex-go [2021-11-10T19:23:13.390Z] + snapcraftctl pull [2021-11-10T19:23:13.390Z] Pulling hooks [2021-11-10T19:23:13.390Z] + snapcraftctl pull [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:23:13.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-11-10T19:23:13.836Z] . [Pipeline] withDockerContainer [2021-11-10T19:23:14.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-30257 does not seem to be running inside a container [2021-11-10T19:23:14.225Z] $ 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-11-10T19:23:15.852Z] $ docker top 7673a80c81f7b95397a4744ebaf83add520bd0b09b75fbec1df097fffb91e08f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-10T19:23:17.328Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-11-10T19:23:24.226Z] Building core-command ... [2021-11-10T19:23:24.226Z] Building core-data ... [2021-11-10T19:23:24.226Z] Building core-metadata ... [2021-11-10T19:23:24.226Z] Building security-bootstrapper ... [2021-11-10T19:23:24.226Z] Building security-proxy-setup ... [2021-11-10T19:23:24.226Z] Building security-secretstore-setup ... [2021-11-10T19:23:24.226Z] Building support-notifications ... [2021-11-10T19:23:24.226Z] Building support-scheduler ... [2021-11-10T19:23:24.226Z] Building sys-mgmt-agent ... [2021-11-10T19:23:24.226Z] Building support-notifications [2021-11-10T19:23:24.226Z] Building security-secretstore-setup [2021-11-10T19:23:24.226Z] Building security-bootstrapper [2021-11-10T19:23:24.226Z] Building support-scheduler [2021-11-10T19:23:24.226Z] Building core-command [2021-11-10T19:23:32.892Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-11-10T19:23:32.893Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-11-10T19:23:32.893Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-11-10T19:23:32.893Z] Fetched 0 B in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-11-10T19:23:32.893Z] Fetched 96.5 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-11-10T19:23:32.893Z] Fetched 279 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-11-10T19:23:32.893Z] Fetched 122 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-11-10T19:23:32.893Z] Fetched 77.8 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-11-10T19:23:32.893Z] Fetched 8848 B in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-11-10T19:23:32.893Z] Fetched 47.8 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-11-10T19:23:32.893Z] Fetched 45.6 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-11-10T19:23:32.893Z] Fetched 15.0 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] [2021-11-10T19:23:32.893Z] Fetched 220 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-11-10T19:23:32.893Z] Fetched 154 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-11-10T19:23:32.893Z] Fetched 50.6 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-11-10T19:23:32.893Z] Fetched 14.8 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-11-10T19:23:32.893Z] Fetched 41.8 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-11-10T19:23:32.893Z] Fetched 499 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-11-10T19:23:32.893Z] Fetched 111 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-11-10T19:23:32.893Z] Fetched 240 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-11-10T19:23:32.893Z] Fetched 29.3 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-11-10T19:23:32.893Z] Fetched 85.5 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-11-10T19:23:32.893Z] Fetched 24.5 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-11-10T19:23:32.893Z] Fetched 49.2 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-11-10T19:23:32.893Z] Fetched 54.2 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-11-10T19:23:32.893Z] Fetched 30.8 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-11-10T19:23:32.893Z] Fetched 15.8 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-11-10T19:23:32.893Z] Fetched 85.9 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-11-10T19:23:32.893Z] Fetched 8720 B in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-11-10T19:23:32.893Z] Fetched 140 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-11-10T19:23:32.893Z] Fetched 119 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-11-10T19:23:32.893Z] Fetched 111 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-11-10T19:23:32.893Z] Fetched 11.1 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2021-11-10T19:23:32.893Z] Fetched 646 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-11-10T19:23:32.893Z] Fetched 41.3 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-11-10T19:23:32.893Z] Fetched 17.9 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-11-10T19:23:32.893Z] Fetched 368 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-11-10T19:23:32.893Z] Fetched 187 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-11-10T19:23:32.893Z] Fetched 175 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-11-10T19:23:32.893Z] Fetched 206 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] [2021-11-10T19:23:32.893Z] Fetched 1302 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-11-10T19:23:32.893Z] Fetched 36.2 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] [2021-11-10T19:23:32.893Z] Fetched 159 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-11-10T19:23:32.893Z] Fetched 107 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-11-10T19:23:32.893Z] Fetched 48.7 kB in 0s (0 B/s) [2021-11-10T19:23:32.893Z] Pulling static-packages [2021-11-10T19:23:32.893Z] + snapcraftctl pull [2021-11-10T19:23:33.831Z] Pulling version [2021-11-10T19:23:33.831Z] + cd /root/project [2021-11-10T19:23:33.831Z] + git describe --tags --abbrev=0 [2021-11-10T19:23:33.831Z] + sed s/v// [2021-11-10T19:23:33.831Z] + GIT_VERSION=2.0.1-dev.91 [2021-11-10T19:23:33.831Z] + [ -z 2.0.1-dev.91 ] [2021-11-10T19:23:33.831Z] + snapcraftctl set-version 2.0.1-dev.91 [2021-11-10T19:23:34.771Z] Building config-common [2021-11-10T19:23:34.771Z] + snapcraftctl build [2021-11-10T19:23:36.686Z] Skipping build go-build-helper (already ran) [2021-11-10T19:23:37.983Z] Building edgex-go [2021-11-10T19:23:38.288Z] + cd /root/parts/edgex-go/src [2021-11-10T19:23:38.288Z] + git describe --tags --abbrev=0 [2021-11-10T19:23:38.288Z] + sed s/v// [2021-11-10T19:23:38.288Z] + GIT_VERSION=2.0.1-dev.91 [2021-11-10T19:23:38.288Z] + [ -z 2.0.1-dev.91 ] [2021-11-10T19:23:38.288Z] + echo 2.0.1-dev.91 [2021-11-10T19:23:38.288Z] + [ ! -d vendor ] [2021-11-10T19:23:38.288Z] + go mod download all [2021-11-10T19:23:45.370Z] + make build [2021-11-10T19:23:45.370Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/core-data/core-data ./cmd/core-data [2021-11-10T19:23:57.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-11-10T19:24:00.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/core-command/core-command ./cmd/core-command [2021-11-10T19:24:01.346Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-11-10T19:24:02.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-11-10T19:24:02.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-11-10T19:24:03.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-11-10T19:24:05.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-11-10T19:24:06.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-11-10T19:24:07.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-11-10T19:24:08.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o ./cmd/secrets-config ./cmd/secrets-config [2021-11-10T19:24:09.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.91" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-11-10T19:24:11.509Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-11-10T19:24:11.509Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-11-10T19:24:11.509Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-11-10T19:24:11.509Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-11-10T19:24:11.509Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-11-10T19:24:11.509Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-11-10T19:24:11.509Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-11-10T19:24:11.509Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-11-10T19:24:11.509Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-11-10T19:24:11.509Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-11-10T19:24:11.509Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-11-10T19:24:12.450Z] Building hooks [2021-11-10T19:24:12.450Z] + cd /root/parts/hooks/src [2021-11-10T19:24:12.450Z] + make build [2021-11-10T19:24:12.450Z] go mod tidy [2021-11-10T19:24:12.450Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 [2021-11-10T19:24:12.711Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-11-10T19:24:12.711Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-11-10T19:24:12.970Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-11-10T19:24:13.539Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-11-10T19:24:14.110Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-11-10T19:24:14.110Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-11-10T19:24:17.406Z] Building static-packages [2021-11-10T19:24:17.406Z] + snapcraftctl build [2021-11-10T19:24:19.232Z] Building version [2021-11-10T19:24:19.232Z] + snapcraftctl build [2021-11-10T19:24:21.775Z] Staging config-common [2021-11-10T19:24:21.775Z] + snapcraftctl stage [2021-11-10T19:24:22.346Z] Skipping stage go-build-helper (already ran) [2021-11-10T19:24:22.346Z] Staging edgex-go [2021-11-10T19:24:22.346Z] + snapcraftctl stage [2021-11-10T19:24:23.735Z] Staging hooks [2021-11-10T19:24:23.735Z] + snapcraftctl stage [2021-11-10T19:24:24.682Z] Staging static-packages [2021-11-10T19:24:24.682Z] + snapcraftctl stage [2021-11-10T19:24:25.808Z] Staging version [2021-11-10T19:24:25.808Z] + snapcraftctl stage [2021-11-10T19:24:27.188Z] Priming config-common [2021-11-10T19:24:27.188Z] + snapcraftctl prime [2021-11-10T19:24:28.128Z] Priming go-build-helper [2021-11-10T19:24:28.128Z] + snapcraftctl prime [2021-11-10T19:24:30.129Z] Priming edgex-go [2021-11-10T19:24:30.129Z] + snapcraftctl prime [2021-11-10T19:24:30.697Z] Priming hooks [2021-11-10T19:24:30.697Z] + snapcraftctl prime [2021-11-10T19:24:32.077Z] Priming static-packages [2021-11-10T19:24:32.077Z] + snapcraftctl prime [2021-11-10T19:24:33.599Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:24:33.600Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:24:33.600Z] ---> 915ac74863b2 [2021-11-10T19:24:33.600Z] Step 3/21 : WORKDIR /edgex-go [2021-11-10T19:24:33.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:24:33.600Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:24:33.600Z] ---> 915ac74863b2 [2021-11-10T19:24:33.600Z] Step 3/24 : WORKDIR /edgex-go [2021-11-10T19:24:33.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:24:33.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:24:33.600Z] ---> 915ac74863b2 [2021-11-10T19:24:33.600Z] Step 3/23 : WORKDIR /edgex-go [2021-11-10T19:24:33.600Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:24:33.600Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:24:33.600Z] ---> 915ac74863b2 [2021-11-10T19:24:33.600Z] Step 3/30 : WORKDIR /edgex-go [2021-11-10T19:24:33.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:24:33.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:24:33.600Z] ---> 915ac74863b2 [2021-11-10T19:24:33.600Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:24:33.600Z] ---> Running in 3f1630c10393 [2021-11-10T19:24:33.600Z] ---> Running in 960b21f9c34e [2021-11-10T19:24:33.600Z] ---> Running in 01a75eeaa4b2 [2021-11-10T19:24:33.600Z] ---> Running in f1d1a84d1541 [2021-11-10T19:24:33.600Z] ---> Running in b06602a30c38 [2021-11-10T19:24:33.600Z] Removing intermediate container 01a75eeaa4b2 [2021-11-10T19:24:33.600Z] ---> e038bb99e801 [2021-11-10T19:24:33.600Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:24:33.600Z] Removing intermediate container 3f1630c10393 [2021-11-10T19:24:33.600Z] ---> 93dafae8ebb7 [2021-11-10T19:24:33.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:24:33.600Z] Removing intermediate container b06602a30c38 [2021-11-10T19:24:33.600Z] ---> e1d0e4e6ab77 [2021-11-10T19:24:33.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:24:33.600Z] Removing intermediate container f1d1a84d1541 [2021-11-10T19:24:33.600Z] ---> cad28ab28f3e [2021-11-10T19:24:33.600Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:24:33.600Z] ---> Running in 41dad44a4ed3 [2021-11-10T19:24:33.600Z] Removing intermediate container 960b21f9c34e [2021-11-10T19:24:33.600Z] ---> 72f05908807f [2021-11-10T19:24:33.600Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:24:33.600Z] ---> Running in c0b2b07a5c3e [2021-11-10T19:24:33.600Z] ---> Running in 04a364df76f3 [2021-11-10T19:24:33.600Z] ---> Running in 1e67db03d78b [2021-11-10T19:24:33.600Z] ---> Running in 8b71d21be4ce [2021-11-10T19:24:33.887Z] Removing intermediate container 41dad44a4ed3 [2021-11-10T19:24:33.887Z] ---> 228c3988fdcb [2021-11-10T19:24:33.887Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-11-10T19:24:35.343Z] ---> Running in 9c1545629097 [2021-11-10T19:24:35.343Z] Removing intermediate container c0b2b07a5c3e [2021-11-10T19:24:35.343Z] ---> cf097d48beca [2021-11-10T19:24:35.343Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-11-10T19:24:35.343Z] ---> Running in 3d473af76fd4 [2021-11-10T19:24:35.343Z] Removing intermediate container 1e67db03d78b [2021-11-10T19:24:35.343Z] ---> 4a581d724f4a [2021-11-10T19:24:35.343Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-11-10T19:24:35.343Z] ---> Running in b3d83950f2da [2021-11-10T19:24:35.343Z] Removing intermediate container 04a364df76f3 [2021-11-10T19:24:35.343Z] ---> f594ad38b01a [2021-11-10T19:24:35.343Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-11-10T19:24:35.343Z] ---> Running in 00ed676b25b4 [2021-11-10T19:24:35.343Z] Removing intermediate container 8b71d21be4ce [2021-11-10T19:24:35.343Z] ---> 920371ea9313 [2021-11-10T19:24:35.343Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-11-10T19:24:35.343Z] ---> Running in 6df44bad1e00 [2021-11-10T19:24:35.949Z] Priming version [2021-11-10T19:24:35.949Z] + snapcraftctl prime [2021-11-10T19:24:35.949Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-11-10T19:24:36.807Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:36.807Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:37.085Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:37.085Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:37.085Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:37.359Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:37.633Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-11-10T19:24:37.913Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:24:37.913Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-11-10T19:24:38.195Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } [2021-11-10T19:24:39.258Z] OK: 219 MiB in 52 packages [2021-11-10T19:24:39.258Z] OK: 219 MiB in 52 packages [2021-11-10T19:24:39.258Z] OK: 219 MiB in 52 packages [2021-11-10T19:24:39.258Z] OK: 219 MiB in 52 packages [2021-11-10T19:24:39.258Z] OK: 219 MiB in 52 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-10T19:24:40.254Z] Removing intermediate container 9c1545629097 [2021-11-10T19:24:40.254Z] ---> 797de7fda450 [2021-11-10T19:24:40.548Z] Step 6/24 : COPY . . [2021-11-10T19:24:40.548Z] Removing intermediate container 3d473af76fd4 [2021-11-10T19:24:40.548Z] ---> 6c4d17682bac [2021-11-10T19:24:40.548Z] Step 6/23 : COPY go.mod . [2021-11-10T19:24:40.827Z] Removing intermediate container b3d83950f2da [2021-11-10T19:24:40.827Z] ---> 1d0d182f6c7c [2021-11-10T19:24:40.827Z] Step 6/30 : COPY . . [2021-11-10T19:24:41.102Z] Removing intermediate container 6df44bad1e00 [2021-11-10T19:24:41.102Z] ---> 458b5bce24c7 [2021-11-10T19:24:41.102Z] Step 6/21 : COPY . . [2021-11-10T19:24:41.375Z] Removing intermediate container 00ed676b25b4 [2021-11-10T19:24:41.375Z] ---> 8c88efc70eae [2021-11-10T19:24:41.375Z] Step 6/22 : COPY . . [2021-11-10T19:24:41.976Z] ---> 9882e6f17a9a [2021-11-10T19:24:41.976Z] Step 7/23 : RUN go mod download [2021-11-10T19:24:42.252Z] ---> Running in 8301a750d968 [2021-11-10T19:24:48.988Z] Removing intermediate container 8301a750d968 [2021-11-10T19:24:48.988Z] ---> 306b5194c9c0 [2021-11-10T19:24:48.988Z] Step 8/23 : COPY . . [2021-11-10T19:25:07.303Z] ---> 6bbc7453db46 [2021-11-10T19:25:07.303Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:25:07.303Z] ---> 78b363892c99 [2021-11-10T19:25:07.303Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:25:07.303Z] ---> bad982873ae9 [2021-11-10T19:25:07.303Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:25:07.303Z] ---> cfe39302dffe [2021-11-10T19:25:07.303Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:25:07.303Z] ---> Running in d76ce5496d66 [2021-11-10T19:25:07.303Z] ---> Running in 225cbdccedd6 [2021-11-10T19:25:07.303Z] ---> Running in 2ee732c24e75 [2021-11-10T19:25:07.303Z] ---> Running in 83803c2f2d79 [2021-11-10T19:25:07.303Z] ---> d257a646dbf6 [2021-11-10T19:25:07.303Z] Step 9/23 : RUN go mod tidy [2021-11-10T19:25:07.303Z] ---> Running in c774c6bf6c22 [2021-11-10T19:25:12.732Z] Removing intermediate container 225cbdccedd6 [2021-11-10T19:25:12.732Z] ---> 87373eaa3d4d [2021-11-10T19:25:12.732Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-11-10T19:25:12.732Z] ---> Running in fe33ced21c11 [2021-11-10T19:25:12.732Z] Removing intermediate container 83803c2f2d79 [2021-11-10T19:25:12.732Z] ---> 2e8492287b28 [2021-11-10T19:25:12.732Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-11-10T19:25:12.732Z] ---> Running in e18a59ac0a90 [2021-11-10T19:25:12.732Z] Removing intermediate container d76ce5496d66 [2021-11-10T19:25:12.732Z] ---> 23aef3b6f768 [2021-11-10T19:25:12.732Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-11-10T19:25:12.732Z] Removing intermediate container 2ee732c24e75 [2021-11-10T19:25:12.732Z] ---> 050791e1cde0 [2021-11-10T19:25:12.732Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-11-10T19:25:13.007Z] ---> Running in 8603627203af [2021-11-10T19:25:13.007Z] ---> Running in 233d27c81744 [2021-11-10T19:25:13.409Z] Removing intermediate container c774c6bf6c22 [2021-11-10T19:25:13.409Z] ---> b974327aa8a7 [2021-11-10T19:25:13.409Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-11-10T19:25:13.750Z] ---> Running in a93d6da69f57 [2021-11-10T19:25:14.942Z] 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-11-10T19:25:15.542Z] 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-11-10T19:25:15.820Z] 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-11-10T19:25:16.418Z] 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-11-10T19:25:16.418Z] 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-11-10T19:27:38.888Z] 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-11-10T19:27:40.898Z] Removing intermediate container 8603627203af [2021-11-10T19:27:40.898Z] ---> 13a91db07deb [2021-11-10T19:27:40.898Z] [2021-11-10T19:27:40.898Z] Step 9/22 : FROM alpine:3.14 [2021-11-10T19:27:40.898Z] 3.14: Pulling from library/alpine [2021-11-10T19:27:40.898Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-10T19:27:40.898Z] Status: Downloaded newer image for alpine:3.14 [2021-11-10T19:27:40.898Z] ---> bb3de5531c18 [2021-11-10T19:27:40.898Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-11-10T19:27:41.186Z] ---> Running in e1c78d284182 [2021-11-10T19:27:43.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:43.854Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:45.318Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-11-10T19:27:45.318Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:27:45.318Z] OK: 5 MiB in 15 packages [2021-11-10T19:27:45.919Z] Removing intermediate container e18a59ac0a90 [2021-11-10T19:27:45.919Z] ---> cae15ac4df69 [2021-11-10T19:27:45.919Z] [2021-11-10T19:27:45.919Z] Step 9/30 : FROM alpine:3.14 [2021-11-10T19:27:45.919Z] ---> bb3de5531c18 [2021-11-10T19:27:45.919Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-11-10T19:27:46.197Z] ---> Running in 2aeb0f38a2c2 [2021-11-10T19:27:47.662Z] Removing intermediate container e1c78d284182 [2021-11-10T19:27:47.662Z] ---> ec856d98b0da [2021-11-10T19:27:47.662Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:27:47.662Z] Removing intermediate container 2aeb0f38a2c2 [2021-11-10T19:27:47.662Z] ---> a28cfb06f722 [2021-11-10T19:27:47.662Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-11-10T19:27:47.662Z] ---> Running in 4178c034e5eb [2021-11-10T19:27:47.662Z] ---> Running in ddb670044d9e [2021-11-10T19:27:49.112Z] Removing intermediate container ddb670044d9e [2021-11-10T19:27:49.112Z] ---> 001191a040eb [2021-11-10T19:27:49.112Z] Step 12/22 : ENV APP_PORT=59882 [2021-11-10T19:27:49.112Z] ---> Running in 88b1222518fb [2021-11-10T19:27:49.392Z] Removing intermediate container fe33ced21c11 [2021-11-10T19:27:49.392Z] ---> ef9d0140b03b [2021-11-10T19:27:49.392Z] [2021-11-10T19:27:49.392Z] Step 9/24 : FROM alpine:3.14 [2021-11-10T19:27:49.392Z] ---> bb3de5531c18 [2021-11-10T19:27:49.392Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-11-10T19:27:49.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:49.684Z] ---> Running in 03af10da9fb8 [2021-11-10T19:27:49.965Z] Removing intermediate container 88b1222518fb [2021-11-10T19:27:49.965Z] ---> f1b187faa0e5 [2021-11-10T19:27:49.965Z] Step 13/22 : EXPOSE $APP_PORT [2021-11-10T19:27:49.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:50.244Z] ---> Running in b61399e52b47 [2021-11-10T19:27:51.249Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-11-10T19:27:51.249Z] (2/2) Installing su-exec (0.2-r1) [2021-11-10T19:27:51.249Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:27:51.249Z] OK: 5 MiB in 16 packages [2021-11-10T19:27:51.249Z] Removing intermediate container b61399e52b47 [2021-11-10T19:27:51.249Z] ---> e5773b3557f9 [2021-11-10T19:27:51.249Z] Step 14/22 : WORKDIR / [2021-11-10T19:27:51.539Z] ---> Running in 3ddf5b353128 [2021-11-10T19:27:51.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:52.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:52.699Z] Removing intermediate container 3ddf5b353128 [2021-11-10T19:27:52.699Z] ---> f58027bbc65e [2021-11-10T19:27:52.699Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:27:54.004Z] Removing intermediate container 4178c034e5eb [2021-11-10T19:27:54.004Z] ---> b34a616fc8c2 [2021-11-10T19:27:54.004Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-11-10T19:27:54.004Z] ---> Running in 9b9ae98c7b60 [2021-11-10T19:27:54.004Z] (1/3) Installing ca-certificates (20191127-r5) [2021-11-10T19:27:54.004Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-11-10T19:27:54.004Z] (3/3) Installing su-exec (0.2-r1) [2021-11-10T19:27:54.004Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:27:54.004Z] Executing ca-certificates-20191127-r5.trigger [2021-11-10T19:27:54.004Z] Removing intermediate container a93d6da69f57 [2021-11-10T19:27:54.004Z] ---> 704f85b54e80 [2021-11-10T19:27:54.004Z] [2021-11-10T19:27:54.004Z] Step 11/23 : FROM alpine:3.14 [2021-11-10T19:27:54.004Z] ---> bb3de5531c18 [2021-11-10T19:27:54.004Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-11-10T19:27:54.004Z] ---> Using cache [2021-11-10T19:27:54.004Z] ---> ec856d98b0da [2021-11-10T19:27:54.004Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:27:54.004Z] ---> Using cache [2021-11-10T19:27:54.004Z] ---> 001191a040eb [2021-11-10T19:27:54.004Z] Step 14/23 : ENV APP_PORT=59861 [2021-11-10T19:27:54.004Z] OK: 6 MiB in 17 packages [2021-11-10T19:27:54.004Z] ---> Running in ac627d0d5e81 [2021-11-10T19:27:54.004Z] Removing intermediate container 9b9ae98c7b60 [2021-11-10T19:27:54.004Z] ---> d4fb0bb658e0 [2021-11-10T19:27:54.004Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-11-10T19:27:54.004Z] ---> db1fbecc4db1 [2021-11-10T19:27:54.004Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-11-10T19:27:54.282Z] ---> Running in d45c4fad5b22 [2021-11-10T19:27:54.282Z] Removing intermediate container 233d27c81744 [2021-11-10T19:27:54.282Z] ---> b86e20d48bbc [2021-11-10T19:27:54.282Z] [2021-11-10T19:27:54.282Z] Step 9/21 : FROM alpine:3.14 [2021-11-10T19:27:54.282Z] ---> bb3de5531c18 [2021-11-10T19:27:54.282Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-11-10T19:27:54.556Z] Removing intermediate container ac627d0d5e81 [2021-11-10T19:27:54.556Z] ---> 317d14be9df2 [2021-11-10T19:27:54.556Z] Step 15/23 : EXPOSE $APP_PORT [2021-11-10T19:27:54.556Z] ---> Running in 6d378824f382 [2021-11-10T19:27:54.556Z] ---> Running in f12387bf5c6a [2021-11-10T19:27:54.829Z] Removing intermediate container d45c4fad5b22 [2021-11-10T19:27:54.829Z] ---> 85b461d35b88 [2021-11-10T19:27:54.829Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-11-10T19:27:54.829Z] ---> Running in d0c2728558a3 [2021-11-10T19:27:55.821Z] Removing intermediate container f12387bf5c6a [2021-11-10T19:27:55.821Z] ---> 899bb98581a2 [2021-11-10T19:27:55.821Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:27:55.821Z] Removing intermediate container 03af10da9fb8 [2021-11-10T19:27:55.821Z] ---> bee2d4ff500d [2021-11-10T19:27:55.821Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-11-10T19:27:56.094Z] ---> Running in a32b3881f8f0 [2021-11-10T19:27:56.372Z] ---> eb554cba9214 [2021-11-10T19:27:56.372Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-11-10T19:27:56.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:56.648Z] Removing intermediate container a32b3881f8f0 [2021-11-10T19:27:56.649Z] ---> 7a6268793b66 [2021-11-10T19:27:56.649Z] Step 12/24 : WORKDIR / [2021-11-10T19:27:56.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:27:56.999Z] ---> Running in 8f403a189284 [2021-11-10T19:27:57.381Z] ---> 5dec8fa1dcfa [2021-11-10T19:27:57.381Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-11-10T19:27:57.744Z] (1/2) Installing ca-certificates (20191127-r5) [2021-11-10T19:27:58.031Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-11-10T19:27:58.031Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:27:58.031Z] Executing ca-certificates-20191127-r5.trigger [2021-11-10T19:27:58.031Z] Removing intermediate container 8f403a189284 [2021-11-10T19:27:58.031Z] ---> c19f4d568b2a [2021-11-10T19:27:58.031Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-11-10T19:27:58.322Z] ---> 3cd06f84b28e [2021-11-10T19:27:58.322Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-11-10T19:27:58.322Z] OK: 6 MiB in 16 packages [2021-11-10T19:27:58.322Z] ---> Running in b678150743ff [2021-11-10T19:27:58.925Z] Removing intermediate container d0c2728558a3 [2021-11-10T19:27:58.925Z] ---> 921f9f6a583c [2021-11-10T19:27:58.925Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-11-10T19:27:58.925Z] ---> Running in b4b9a6ea4566 [2021-11-10T19:27:59.534Z] Removing intermediate container b678150743ff [2021-11-10T19:27:59.534Z] ---> c1efc30bf23c [2021-11-10T19:27:59.534Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:27:59.534Z] ---> Running in 82220afb688e [2021-11-10T19:27:59.815Z] ---> 19d89b62612b [2021-11-10T19:27:59.815Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-11-10T19:27:59.815Z] Removing intermediate container b4b9a6ea4566 [2021-11-10T19:27:59.815Z] ---> 219305899cc1 [2021-11-10T19:27:59.815Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-11-10T19:28:00.090Z] ---> e8d7e8d4208c [2021-11-10T19:28:00.090Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-11-10T19:28:00.365Z] Removing intermediate container 82220afb688e [2021-11-10T19:28:00.365Z] ---> f44bd865b63a [2021-11-10T19:28:00.365Z] Step 20/22 : LABEL arch=arm64 [2021-11-10T19:28:00.365Z] Removing intermediate container 6d378824f382 [2021-11-10T19:28:00.365Z] ---> eacb9b248eb6 [2021-11-10T19:28:00.365Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:28:00.365Z] ---> Running in 0d18294e773f [2021-11-10T19:28:00.642Z] ---> Running in 329fd7273ba0 [2021-11-10T19:28:01.255Z] ---> e6364b992402 [2021-11-10T19:28:01.255Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-11-10T19:28:01.255Z] Removing intermediate container 0d18294e773f [2021-11-10T19:28:01.255Z] ---> d0e7df8ca5d1 [2021-11-10T19:28:01.255Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:28:01.255Z] Removing intermediate container 329fd7273ba0 [2021-11-10T19:28:01.255Z] ---> 10feafbf626a [2021-11-10T19:28:01.255Z] Step 12/21 : ENV APP_PORT=59860 [2021-11-10T19:28:01.255Z] ---> d0788698b775 [2021-11-10T19:28:01.255Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-11-10T19:28:01.255Z] ---> Running in cab8be4ccaa5 [2021-11-10T19:28:01.255Z] ---> Running in 1d888eb65aa0 [2021-11-10T19:28:01.527Z] ---> 10a8202f0902 [2021-11-10T19:28:01.527Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-11-10T19:28:01.527Z] ---> Running in 5df78d143e62 [2021-11-10T19:28:01.805Z] ---> Running in 2738d3290cbc [2021-11-10T19:28:02.083Z] Removing intermediate container cab8be4ccaa5 [2021-11-10T19:28:02.083Z] ---> 798a7d4a1924 [2021-11-10T19:28:02.083Z] Step 13/21 : EXPOSE $APP_PORT [2021-11-10T19:28:02.373Z] Removing intermediate container 1d888eb65aa0 [2021-11-10T19:28:02.373Z] ---> b7daed65e816 [2021-11-10T19:28:02.373Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:28:02.373Z] ---> Running in d27841d8cf47 [2021-11-10T19:28:02.373Z] ---> Running in e2bd5d301b30 [2021-11-10T19:28:02.373Z] Removing intermediate container 2738d3290cbc [2021-11-10T19:28:02.373Z] ---> 9e8d70a6bb51 [2021-11-10T19:28:02.373Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:28:02.649Z] ---> 6264d22710e8 [2021-11-10T19:28:02.649Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-11-10T19:28:02.649Z] ---> Running in d0cfafa068f4 [2021-11-10T19:28:02.923Z] Removing intermediate container d27841d8cf47 [2021-11-10T19:28:02.923Z] ---> 4bcdfdd3cb00 [2021-11-10T19:28:02.923Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:28:03.198Z] Removing intermediate container e2bd5d301b30 [2021-11-10T19:28:03.198Z] ---> ef9b4b40556d [2021-11-10T19:28:03.198Z] [2021-11-10T19:28:03.472Z] Removing intermediate container d0cfafa068f4 [2021-11-10T19:28:03.472Z] ---> 841388bb08f2 [2021-11-10T19:28:03.472Z] Step 21/23 : LABEL arch=arm64 [2021-11-10T19:28:03.472Z] ---> Running in e6b947499c9b [2021-11-10T19:28:03.749Z] Successfully built ef9b4b40556d [2021-11-10T19:28:03.749Z] Successfully tagged core-command-arm64:latest [2021-11-10T19:28:03.749Z]  Building core-command ... done Building core-metadata [2021-11-10T19:28:04.023Z] ---> 72637c2847b4 [2021-11-10T19:28:04.023Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-11-10T19:28:04.023Z] ---> c64cef0d9bca [2021-11-10T19:28:04.023Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-11-10T19:28:04.635Z] Removing intermediate container e6b947499c9b [2021-11-10T19:28:04.635Z] ---> e561026ed7ea [2021-11-10T19:28:04.635Z] Step 22/23 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:28:04.635Z] ---> Running in c84ae0db93dc [2021-11-10T19:28:05.241Z] Removing intermediate container 5df78d143e62 [2021-11-10T19:28:06.201Z] ---> 565b30ee3ca1 [2021-11-10T19:28:06.201Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:28:06.201Z] Removing intermediate container c84ae0db93dc [2021-11-10T19:28:06.201Z] ---> 296316867142 [2021-11-10T19:28:06.201Z] Step 23/23 : LABEL version=0.0.0 [2021-11-10T19:28:06.487Z] ---> Running in 599867ca7040 [2021-11-10T19:28:06.487Z] ---> a1c5d0cb1203 [2021-11-10T19:28:06.487Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-11-10T19:28:06.487Z] ---> ddb41bdd8180 [2021-11-10T19:28:06.487Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-11-10T19:28:06.487Z] Removing intermediate container 599867ca7040 [2021-11-10T19:28:06.487Z] ---> c8997aeb408b [2021-11-10T19:28:06.487Z] [2021-11-10T19:28:06.487Z] ---> 5e4d0ec5abdc [2021-11-10T19:28:06.487Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-11-10T19:28:07.111Z] Successfully built c8997aeb408b [2021-11-10T19:28:07.111Z] Successfully tagged support-scheduler-arm64:latest [2021-11-10T19:28:07.111Z]  Building support-scheduler ... done Building core-data [2021-11-10T19:28:08.111Z] ---> ea3dca8e95c4 [2021-11-10T19:28:08.111Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-11-10T19:28:08.111Z] ---> Running in c899dbc241c1 [2021-11-10T19:28:08.391Z] ---> d7e214216541 [2021-11-10T19:28:08.391Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-11-10T19:28:08.672Z] ---> 9f472f004b84 [2021-11-10T19:28:08.672Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-11-10T19:28:08.672Z] Removing intermediate container c899dbc241c1 [2021-11-10T19:28:08.672Z] ---> e8fc340ad84b [2021-11-10T19:28:08.672Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:28:08.954Z] ---> Running in bc4cdbd90d52 [2021-11-10T19:28:09.943Z] Removing intermediate container bc4cdbd90d52 [2021-11-10T19:28:09.943Z] ---> 262739c3e6b1 [2021-11-10T19:28:09.943Z] Step 19/21 : LABEL arch=arm64 [2021-11-10T19:28:09.943Z] ---> 6e7ecf5826fb [2021-11-10T19:28:09.943Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-11-10T19:28:09.943Z] ---> aec647df3093 [2021-11-10T19:28:09.943Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-11-10T19:28:09.943Z] ---> Running in 8115d90cedb9 [2021-11-10T19:28:09.943Z] ---> Running in a1b6a676adfc [2021-11-10T19:28:10.927Z] Removing intermediate container 8115d90cedb9 [2021-11-10T19:28:10.927Z] ---> 5061d486a8d2 [2021-11-10T19:28:10.927Z] Step 20/21 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:28:11.221Z] ---> Running in ef9116d1c239 [2021-11-10T19:28:11.221Z] ---> 666d97521081 [2021-11-10T19:28:11.221Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-11-10T19:28:11.819Z] Removing intermediate container ef9116d1c239 [2021-11-10T19:28:11.819Z] ---> 670dadd5296b [2021-11-10T19:28:11.819Z] Step 21/21 : LABEL version=0.0.0 [2021-11-10T19:28:12.104Z] ---> Running in 51426d669557 [2021-11-10T19:28:12.705Z] ---> fc74c8135403 [2021-11-10T19:28:12.705Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-11-10T19:28:12.980Z] Removing intermediate container 51426d669557 [2021-11-10T19:28:12.980Z] ---> 05a5815c02dc [2021-11-10T19:28:12.980Z] [2021-11-10T19:28:12.980Z] ---> Running in 31b995db6f9f [2021-11-10T19:28:12.980Z] Removing intermediate container a1b6a676adfc [2021-11-10T19:28:12.980Z] ---> 56945665d5dd [2021-11-10T19:28:12.980Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-11-10T19:28:13.260Z] ---> Running in ed8036643042 [2021-11-10T19:28:13.540Z] Successfully built 05a5815c02dc [2021-11-10T19:28:13.540Z] Successfully tagged support-notifications-arm64:latest [2021-11-10T19:28:13.540Z]  Building support-notifications ... done Building sys-mgmt-agent [2021-11-10T19:28:13.540Z] Removing intermediate container 31b995db6f9f [2021-11-10T19:28:13.540Z] ---> 43412719366c [2021-11-10T19:28:13.540Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-11-10T19:28:13.816Z] Removing intermediate container ed8036643042 [2021-11-10T19:28:13.816Z] ---> a1674d758297 [2021-11-10T19:28:13.816Z] Step 22/24 : LABEL arch=arm64 [2021-11-10T19:28:14.096Z] ---> Running in 906459e2f7f3 [2021-11-10T19:28:14.378Z] ---> 17faa8050e11 [2021-11-10T19:28:14.378Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-11-10T19:28:14.656Z] Removing intermediate container 906459e2f7f3 [2021-11-10T19:28:14.656Z] ---> cf4e7313ac72 [2021-11-10T19:28:14.656Z] Step 23/24 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:28:14.656Z] ---> Running in 1534b39042da [2021-11-10T19:28:14.936Z] ---> Running in 96a18d9d5170 [2021-11-10T19:28:15.547Z] Removing intermediate container 96a18d9d5170 [2021-11-10T19:28:15.547Z] ---> b819d32bf74e [2021-11-10T19:28:15.547Z] Step 24/24 : LABEL version=0.0.0 [2021-11-10T19:28:15.547Z] ---> Running in faccd9a0ae01 [2021-11-10T19:28:16.539Z] Removing intermediate container faccd9a0ae01 [2021-11-10T19:28:16.539Z] ---> 7eca619eff27 [2021-11-10T19:28:16.539Z] [2021-11-10T19:28:17.131Z] Successfully built 7eca619eff27 [2021-11-10T19:28:17.131Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-11-10T19:28:17.131Z] Building security-proxy-setup [2021-11-10T19:28:17.759Z]  Building security-secretstore-setup ... done Removing intermediate container 1534b39042da [2021-11-10T19:28:17.759Z] ---> 3182db7242bd [2021-11-10T19:28:17.759Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-11-10T19:28:17.759Z] ---> Running in 9806067921e4 [2021-11-10T19:28:18.363Z] Removing intermediate container 9806067921e4 [2021-11-10T19:28:18.363Z] ---> 32dfcbdfb663 [2021-11-10T19:28:18.363Z] Step 27/30 : CMD ["gate"] [2021-11-10T19:28:18.637Z] ---> Running in 4010bbda3a76 [2021-11-10T19:28:19.235Z] Removing intermediate container 4010bbda3a76 [2021-11-10T19:28:19.235Z] ---> ab2b611f1cba [2021-11-10T19:28:19.235Z] Step 28/30 : LABEL arch=arm64 [2021-11-10T19:28:19.510Z] ---> Running in 36f2dc2909ca [2021-11-10T19:28:20.111Z] Removing intermediate container 36f2dc2909ca [2021-11-10T19:28:20.111Z] ---> f1f0d23ec7b5 [2021-11-10T19:28:20.111Z] Step 29/30 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:28:20.111Z] ---> Running in 566c4ff4456d [2021-11-10T19:28:20.710Z] Removing intermediate container 566c4ff4456d [2021-11-10T19:28:20.710Z] ---> 52ff3e14cd40 [2021-11-10T19:28:20.710Z] Step 30/30 : LABEL version=0.0.0 [2021-11-10T19:28:20.982Z] ---> Running in 0a474c81f8c9 [2021-11-10T19:28:21.578Z] Removing intermediate container 0a474c81f8c9 [2021-11-10T19:28:22.705Z] ---> d47b36fbbfcb [2021-11-10T19:28:22.705Z] [2021-11-10T19:28:22.705Z] Successfully built d47b36fbbfcb [2021-11-10T19:28:22.705Z] Successfully tagged security-bootstrapper-arm64:latest [2021-11-10T19:28:55.074Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:28:55.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:28:55.074Z] ---> 915ac74863b2 [2021-11-10T19:28:55.074Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:28:55.074Z] ---> Using cache [2021-11-10T19:28:55.074Z] ---> 72f05908807f [2021-11-10T19:28:55.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:28:55.074Z] ---> Using cache [2021-11-10T19:28:55.074Z] ---> 920371ea9313 [2021-11-10T19:28:55.074Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-11-10T19:28:55.074Z] ---> Running in 23c864e28f05 [2021-11-10T19:28:55.074Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:28:55.347Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:28:55.979Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:28:55.979Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:28:55.979Z] ---> 915ac74863b2 [2021-11-10T19:28:55.979Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:28:55.979Z] ---> Using cache [2021-11-10T19:28:55.979Z] ---> 72f05908807f [2021-11-10T19:28:55.979Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:28:55.979Z] ---> Using cache [2021-11-10T19:28:55.979Z] ---> 920371ea9313 [2021-11-10T19:28:55.979Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-11-10T19:28:57.069Z] ---> Running in 29647381f7d3 [2021-11-10T19:28:57.070Z] OK: 219 MiB in 52 packages [2021-11-10T19:28:58.523Z] Removing intermediate container 23c864e28f05 [2021-11-10T19:28:58.523Z] ---> 0362b83e50b7 [2021-11-10T19:28:58.523Z] Step 6/22 : COPY . .fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:28:58.523Z] [2021-11-10T19:28:59.127Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:29:00.117Z] OK: 219 MiB in 52 packages [2021-11-10T19:29:00.117Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:29:00.117Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:29:00.117Z] ---> 915ac74863b2 [2021-11-10T19:29:00.117Z] Step 3/22 : WORKDIR /edgex-go [2021-11-10T19:29:00.117Z] ---> Using cache [2021-11-10T19:29:00.117Z] ---> 72f05908807f [2021-11-10T19:29:00.117Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:29:00.117Z] ---> Using cache [2021-11-10T19:29:00.117Z] ---> 920371ea9313 [2021-11-10T19:29:00.117Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-11-10T19:29:00.394Z] ---> Running in d2b2730c03c8 [2021-11-10T19:29:01.384Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-11-10T19:29:01.384Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-11-10T19:29:01.384Z] ---> 915ac74863b2 [2021-11-10T19:29:01.384Z] Step 3/20 : WORKDIR /edgex-go [2021-11-10T19:29:01.384Z] ---> Using cache [2021-11-10T19:29:01.384Z] ---> 72f05908807f [2021-11-10T19:29:01.660Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:29:01.660Z] ---> Using cache [2021-11-10T19:29:01.660Z] ---> 920371ea9313 [2021-11-10T19:29:01.660Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-11-10T19:29:01.660Z] ---> Using cache [2021-11-10T19:29:01.660Z] ---> 0362b83e50b7 [2021-11-10T19:29:01.660Z] Step 6/20 : COPY . . [2021-11-10T19:29:01.935Z] Removing intermediate container 29647381f7d3 [2021-11-10T19:29:01.935Z] ---> b9144de3dccf [2021-11-10T19:29:01.935Z] Step 6/22 : COPY . . [2021-11-10T19:29:02.215Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:29:03.193Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:29:04.173Z] OK: 219 MiB in 52 packages [2021-11-10T19:29:06.805Z] Removing intermediate container d2b2730c03c8 [2021-11-10T19:29:06.805Z] ---> 78bcdf0eacaf [2021-11-10T19:29:06.805Z] Step 6/22 : COPY . . [2021-11-10T19:29:19.220Z] ---> 10a066303a2a [2021-11-10T19:29:19.220Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:29:19.220Z] ---> Running in dde43b787657 [2021-11-10T19:29:19.220Z] ---> 0fe911a66113 [2021-11-10T19:29:19.220Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:29:19.220Z] ---> Running in bfdae46732b3 [2021-11-10T19:29:19.837Z] ---> 0c9456accaaa [2021-11-10T19:29:19.837Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:29:20.453Z] ---> Running in 44f5cd217745 [2021-11-10T19:29:23.370Z] Removing intermediate container dde43b787657 [2021-11-10T19:29:23.370Z] ---> eae95d50b9ee [2021-11-10T19:29:23.370Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-11-10T19:29:23.370Z] ---> Running in 91da85a0ede4 [2021-11-10T19:29:23.981Z] Removing intermediate container bfdae46732b3 [2021-11-10T19:29:23.981Z] ---> 67e5c8474475 [2021-11-10T19:29:23.981Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-11-10T19:29:24.256Z] ---> Running in bd1464bb9703 [2021-11-10T19:29:24.859Z] Removing intermediate container 44f5cd217745 [2021-11-10T19:29:24.859Z] ---> f101f9c3ed93 [2021-11-10T19:29:24.859Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-11-10T19:29:25.130Z] ---> Running in ad98a3e3de6f [2021-11-10T19:29:25.405Z] 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-11-10T19:29:26.397Z] 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-11-10T19:29:27.002Z] ---> 0dca268e7072 [2021-11-10T19:29:27.002Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-10T19:29:27.002Z] ---> Running in ac17e3bcb56a [2021-11-10T19:29:27.617Z] 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-11-10T19:29:32.932Z] Removing intermediate container ac17e3bcb56a [2021-11-10T19:29:32.932Z] ---> 45dfe16967d8 [2021-11-10T19:29:32.932Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-11-10T19:29:32.932Z] ---> Running in 47c378e11c43 [2021-11-10T19:29:36.547Z] 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-11-10T19:31:14.157Z] 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-11-10T19:31:30.217Z] Removing intermediate container bd1464bb9703 [2021-11-10T19:31:30.217Z] ---> 938c2439a2d7 [2021-11-10T19:31:30.217Z] [2021-11-10T19:31:30.217Z] Step 9/20 : FROM alpine:3.14 [2021-11-10T19:31:30.217Z] ---> bb3de5531c18 [2021-11-10T19:31:30.217Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-11-10T19:31:30.217Z] ---> Running in 1bbc29bef4c2 [2021-11-10T19:31:31.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:31:31.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:31:32.515Z] (1/5) Installing ca-certificates (20191127-r5) [2021-11-10T19:31:32.515Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-11-10T19:31:32.515Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-11-10T19:31:32.515Z] (4/5) Installing libcurl (7.79.1-r0) [2021-11-10T19:31:32.515Z] (5/5) Installing curl (7.79.1-r0) [2021-11-10T19:31:32.515Z] Removing intermediate container 47c378e11c43 [2021-11-10T19:31:32.515Z] ---> 17a4e34f642d [2021-11-10T19:31:32.515Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-11-10T19:31:32.515Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:31:32.795Z] Executing ca-certificates-20191127-r5.trigger [2021-11-10T19:31:32.795Z] ---> Running in c9d3e610dc81 [2021-11-10T19:31:33.072Z] OK: 8 MiB in 19 packages [2021-11-10T19:31:35.093Z] 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-11-10T19:31:35.709Z] Removing intermediate container 1bbc29bef4c2 [2021-11-10T19:31:35.709Z] ---> aaf81a5b2770 [2021-11-10T19:31:35.709Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-11-10T19:31:35.709Z] ---> Running in 71a909b44d5b [2021-11-10T19:31:36.738Z] Removing intermediate container 71a909b44d5b [2021-11-10T19:31:36.738Z] ---> 4175eb0bbda9 [2021-11-10T19:31:36.738Z] Step 12/20 : WORKDIR /edgex [2021-11-10T19:31:36.738Z] ---> Running in 8974c68b507f [2021-11-10T19:31:36.738Z] Removing intermediate container 91da85a0ede4 [2021-11-10T19:31:36.738Z] ---> 8d7b31ed9aaa [2021-11-10T19:31:36.738Z] [2021-11-10T19:31:36.738Z] Step 9/22 : FROM alpine:3.14 [2021-11-10T19:31:36.738Z] ---> bb3de5531c18 [2021-11-10T19:31:36.738Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-11-10T19:31:36.738Z] ---> Using cache [2021-11-10T19:31:36.738Z] ---> ec856d98b0da [2021-11-10T19:31:36.738Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:31:36.738Z] ---> Using cache [2021-11-10T19:31:36.738Z] ---> 001191a040eb [2021-11-10T19:31:36.738Z] Step 12/22 : ENV APP_PORT=59881 [2021-11-10T19:31:37.032Z] ---> Running in 6841c90e0621 [2021-11-10T19:31:37.631Z] Removing intermediate container 8974c68b507f [2021-11-10T19:31:37.631Z] ---> 011d0dc120ec [2021-11-10T19:31:37.631Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-11-10T19:31:37.631Z] Removing intermediate container 6841c90e0621 [2021-11-10T19:31:37.631Z] ---> 450d3fe08e32 [2021-11-10T19:31:37.631Z] Step 13/22 : EXPOSE $APP_PORT [2021-11-10T19:31:37.914Z] ---> Running in a8a786191103 [2021-11-10T19:31:39.589Z] Removing intermediate container a8a786191103 [2021-11-10T19:31:39.589Z] ---> c2bfbbe13b5f [2021-11-10T19:31:39.589Z] Step 14/22 : WORKDIR / [2021-11-10T19:31:39.589Z] ---> Running in 32b46a584139 [2021-11-10T19:31:39.589Z] ---> 00d2f6fb34dc [2021-11-10T19:31:39.589Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-11-10T19:31:39.589Z] Removing intermediate container 32b46a584139 [2021-11-10T19:31:39.589Z] ---> 6f38502dd6f0 [2021-11-10T19:31:39.589Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-11-10T19:31:39.865Z] Removing intermediate container c9d3e610dc81 [2021-11-10T19:31:39.865Z] ---> 0654cd4090f6 [2021-11-10T19:31:39.865Z] [2021-11-10T19:31:39.865Z] Step 10/22 : FROM docker:20.10.8 [2021-11-10T19:31:40.143Z] 20.10.8: Pulling from library/docker [2021-11-10T19:31:41.137Z] ---> cb2741473c85 [2021-11-10T19:31:41.138Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-11-10T19:31:41.138Z] ---> 774cf142b4a2 [2021-11-10T19:31:41.138Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-11-10T19:31:43.226Z] ---> 0c68866af260 [2021-11-10T19:31:43.226Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-11-10T19:31:43.503Z] ---> Running in f30413327763 [2021-11-10T19:31:43.503Z] ---> a88c02a49fd5 [2021-11-10T19:31:43.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-11-10T19:31:44.493Z] Removing intermediate container f30413327763 [2021-11-10T19:31:44.493Z] ---> dc265ceb519e [2021-11-10T19:31:44.493Z] Step 17/20 : CMD ["--init=true"] [2021-11-10T19:31:44.493Z] ---> Running in 6b32d3a6ae0e [2021-11-10T19:31:45.106Z] ---> 1e75a96b3cb0 [2021-11-10T19:31:45.106Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-11-10T19:31:45.106Z] ---> Running in 6efba70738fe [2021-11-10T19:31:45.384Z] Removing intermediate container 6b32d3a6ae0e [2021-11-10T19:31:45.384Z] ---> 422f841907e5 [2021-11-10T19:31:45.384Z] Step 18/20 : LABEL arch=arm64 [2021-11-10T19:31:45.384Z] ---> Running in 45b157c7041f [2021-11-10T19:31:45.992Z] Removing intermediate container 6efba70738fe [2021-11-10T19:31:45.992Z] ---> c6c023c3db81 [2021-11-10T19:31:45.992Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:31:45.992Z] ---> Running in 620d8a310e41 [2021-11-10T19:31:46.273Z] Removing intermediate container 45b157c7041f [2021-11-10T19:31:46.273Z] ---> a4137d85b2b9 [2021-11-10T19:31:46.273Z] Step 19/20 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:31:46.549Z] ---> Running in e078c0e20110 [2021-11-10T19:31:46.823Z] Removing intermediate container 620d8a310e41 [2021-11-10T19:31:46.823Z] ---> 6840143ac450 [2021-11-10T19:31:46.823Z] Step 20/22 : LABEL arch=arm64 [2021-11-10T19:31:47.104Z] ---> Running in b35bcb00517f [2021-11-10T19:31:47.104Z] Removing intermediate container e078c0e20110 [2021-11-10T19:31:47.104Z] ---> a7d07a4855d1 [2021-11-10T19:31:47.104Z] Step 20/20 : LABEL version=0.0.0 [2021-11-10T19:31:47.380Z] ---> Running in add444faf89c [2021-11-10T19:31:47.986Z] Removing intermediate container b35bcb00517f [2021-11-10T19:31:47.986Z] ---> 437181ee127e [2021-11-10T19:31:47.986Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:31:47.986Z] Removing intermediate container ad98a3e3de6f [2021-11-10T19:31:47.986Z] ---> d4cf459e35e3 [2021-11-10T19:31:47.986Z] [2021-11-10T19:31:47.986Z] Step 9/22 : FROM alpine:3.14 [2021-11-10T19:31:47.986Z] ---> bb3de5531c18 [2021-11-10T19:31:47.986Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-11-10T19:31:47.986Z] ---> Running in b1b303adcea4 [2021-11-10T19:31:47.986Z] Removing intermediate container add444faf89c [2021-11-10T19:31:47.986Z] ---> c1c5e87e535b [2021-11-10T19:31:47.986Z] [2021-11-10T19:31:47.986Z] ---> Running in bddf46b4106f [2021-11-10T19:31:48.984Z] Successfully built c1c5e87e535b [2021-11-10T19:31:48.984Z] Successfully tagged security-proxy-setup-arm64:latest [2021-11-10T19:31:48.984Z]  Building security-proxy-setup ... done Removing intermediate container b1b303adcea4 [2021-11-10T19:31:48.984Z] ---> 50c4d7ca522c [2021-11-10T19:31:48.984Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:31:48.984Z] Removing intermediate container bddf46b4106f [2021-11-10T19:31:48.984Z] ---> 401393ca2553 [2021-11-10T19:31:48.984Z] Step 11/22 : ENV APP_PORT=59880 [2021-11-10T19:31:48.984Z] ---> Running in 829eb674c821 [2021-11-10T19:31:48.984Z] ---> Running in a9f18405f62a [2021-11-10T19:31:49.582Z] Removing intermediate container 829eb674c821 [2021-11-10T19:31:49.582Z] ---> 604e8a436fee [2021-11-10T19:31:49.582Z] Step 12/22 : EXPOSE $APP_PORT [2021-11-10T19:31:49.855Z] Removing intermediate container a9f18405f62a [2021-11-10T19:31:49.855Z] ---> 32b100490b5c [2021-11-10T19:31:49.855Z] [2021-11-10T19:31:49.855Z] ---> Running in 2f227e6306a4 [2021-11-10T19:31:50.454Z] Successfully built 32b100490b5c [2021-11-10T19:31:50.454Z] Successfully tagged core-metadata-arm64:latest [2021-11-10T19:31:50.454Z]  Building core-metadata ... done Removing intermediate container 2f227e6306a4 [2021-11-10T19:31:50.454Z] ---> fb26aa6ae087 [2021-11-10T19:31:50.454Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-10T19:31:50.727Z] ---> Running in 9bc8dd7a07fd [2021-11-10T19:31:52.706Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-11-10T19:31:52.706Z] Status: Downloaded newer image for docker:20.10.8 [2021-11-10T19:31:52.706Z] ---> 3734d5adc5ac [2021-11-10T19:31:52.706Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-11-10T19:31:52.706Z] ---> Running in 14efc05ee05c [2021-11-10T19:31:52.980Z] Removing intermediate container 9bc8dd7a07fd [2021-11-10T19:31:52.980Z] ---> a49ca8a9383f [2021-11-10T19:31:52.980Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-11-10T19:31:52.980Z] ---> Running in 9221bc60a8fc [2021-11-10T19:31:53.255Z] Removing intermediate container 14efc05ee05c [2021-11-10T19:31:53.255Z] ---> 565aeec4a0cf [2021-11-10T19:31:53.255Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-11-10T19:31:53.528Z] ---> Running in b57c6272e7ba [2021-11-10T19:31:54.507Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:31:54.780Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-10T19:31:55.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:31:56.336Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-10T19:31:56.336Z] (1/42) Installing readline (8.1.0-r0) [2021-11-10T19:31:56.336Z] (2/42) Installing bash (5.1.4-r0) [2021-11-10T19:31:56.336Z] Executing bash-5.1.4-r0.post-install [2021-11-10T19:31:56.336Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-11-10T19:31:56.336Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-11-10T19:31:56.336Z] (5/42) Installing libcurl (7.79.1-r0) [2021-11-10T19:31:56.336Z] (6/42) Installing curl (7.79.1-r0) [2021-11-10T19:31:56.336Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-11-10T19:31:56.336Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-11-10T19:31:56.336Z] (9/42) Installing expat (2.4.1-r0) [2021-11-10T19:31:56.336Z] (10/42) Installing libffi (3.3-r2) [2021-11-10T19:31:56.336Z] (11/42) Installing gdbm (1.19-r0) [2021-11-10T19:31:56.336Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-11-10T19:31:56.336Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-11-10T19:31:56.336Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-11-10T19:31:56.336Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-11-10T19:31:56.336Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-11-10T19:31:56.336Z] (17/42) Installing python3 (3.9.5-r1) [2021-11-10T19:31:56.611Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-11-10T19:31:56.611Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-11-10T19:31:56.611Z] (3/6) Installing libsodium (1.0.18-r0) [2021-11-10T19:31:56.887Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-11-10T19:31:56.887Z] (5/6) Installing libzmq (4.3.4-r0) [2021-11-10T19:31:57.167Z] (6/6) Installing zeromq (4.3.4-r0) [2021-11-10T19:31:57.167Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:31:57.167Z] OK: 8 MiB in 20 packages [2021-11-10T19:31:58.602Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-11-10T19:31:58.602Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-11-10T19:31:58.602Z] (20/42) Installing py3-idna (3.2-r0) [2021-11-10T19:31:58.602Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-11-10T19:31:58.877Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-11-10T19:31:58.877Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-11-10T19:31:58.877Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-11-10T19:31:58.877Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-11-10T19:31:58.877Z] Removing intermediate container 9221bc60a8fc [2021-11-10T19:31:58.877Z] ---> 4fb0b97de775 [2021-11-10T19:31:58.877Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /(26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-11-10T19:31:58.877Z] [2021-11-10T19:31:58.877Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-11-10T19:31:58.877Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-11-10T19:31:58.877Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-11-10T19:31:58.877Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-11-10T19:31:58.877Z] (31/42) Installing py3-six (1.15.0-r1) [2021-11-10T19:31:58.877Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-11-10T19:31:58.877Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-11-10T19:31:58.877Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-11-10T19:31:58.877Z] (35/42) Installing py3-packaging (20.9-r1) [2021-11-10T19:31:59.152Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-11-10T19:31:59.152Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-11-10T19:31:59.152Z] (38/42) Installing py3-progress (1.5-r2) [2021-11-10T19:31:59.152Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-11-10T19:31:59.152Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-11-10T19:31:59.152Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-11-10T19:31:59.152Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-11-10T19:31:59.763Z] Executing busybox-1.33.1-r3.trigger [2021-11-10T19:31:59.763Z] OK: 84 MiB in 64 packages [2021-11-10T19:31:59.763Z] ---> 67c96d7d79cd [2021-11-10T19:31:59.763Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-11-10T19:32:01.513Z] ---> 4d1f7f89b596 [2021-11-10T19:32:01.513Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-11-10T19:32:02.111Z] ---> 2cb74f87b6c0 [2021-11-10T19:32:02.111Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-11-10T19:32:02.111Z] ---> Running in 99eb8eec85c4 [2021-11-10T19:32:02.702Z] Removing intermediate container 99eb8eec85c4 [2021-11-10T19:32:02.702Z] ---> 8df0dbdd2f26 [2021-11-10T19:32:02.702Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:32:02.702Z] ---> Running in de004babacf9 [2021-11-10T19:32:03.295Z] Removing intermediate container de004babacf9 [2021-11-10T19:32:03.295Z] ---> 1dc42f856972 [2021-11-10T19:32:03.295Z] Step 20/22 : LABEL arch=arm64 [2021-11-10T19:32:03.295Z] ---> Running in 4abd76668a16 [2021-11-10T19:32:03.914Z] Removing intermediate container 4abd76668a16 [2021-11-10T19:32:03.914Z] ---> a21f821ae4f9 [2021-11-10T19:32:03.914Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:32:03.914Z] ---> Running in 299b13a3c74f [2021-11-10T19:32:04.189Z] Removing intermediate container 299b13a3c74f [2021-11-10T19:32:04.189Z] ---> 5aa089c28fa8 [2021-11-10T19:32:04.189Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:32:04.462Z] ---> Running in a32a40174b65 [2021-11-10T19:32:05.057Z] Removing intermediate container a32a40174b65 [2021-11-10T19:32:05.058Z] ---> 473466ffc879 [2021-11-10T19:32:05.058Z] [2021-11-10T19:32:05.058Z] Collecting docker-compose==1.23.2 [2021-11-10T19:32:05.058Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-11-10T19:32:05.332Z] Successfully built 473466ffc879 [2021-11-10T19:32:05.332Z] Successfully tagged core-data-arm64:latest [2021-11-10T19:32:05.332Z]  Building core-data ... done Collecting docopt<0.7,>=0.6.1 [2021-11-10T19:32:05.332Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-11-10T19:32:08.214Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-11-10T19:32:08.214Z] Collecting texttable<0.10,>=0.9.0 [2021-11-10T19:32:08.214Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-11-10T19:32:10.040Z] Collecting docker<4.0,>=3.6.0 [2021-11-10T19:32:10.040Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-11-10T19:32:10.312Z] Collecting dockerpty<0.5,>=0.4.1 [2021-11-10T19:32:10.312Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-11-10T19:32:12.946Z] Collecting jsonschema<3,>=2.5.1 [2021-11-10T19:32:12.946Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-11-10T19:32:14.529Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-11-10T19:32:14.529Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-11-10T19:32:14.529Z] Collecting websocket-client<1.0,>=0.32.0 [2021-11-10T19:32:14.529Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-11-10T19:32:14.799Z] Collecting cached-property<2,>=1.2.0 [2021-11-10T19:32:14.799Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-11-10T19:32:16.142Z] Collecting PyYAML<4,>=3.10 [2021-11-10T19:32:16.142Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-11-10T19:32:18.894Z] Collecting docker-pycreds>=0.4.0 [2021-11-10T19:32:19.165Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-11-10T19:32:20.138Z] Collecting idna<2.8,>=2.5 [2021-11-10T19:32:20.138Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-11-10T19:32:20.138Z] Collecting chardet<3.1.0,>=3.0.2 [2021-11-10T19:32:20.138Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-11-10T19:32:20.731Z] Collecting urllib3<1.25,>=1.21.1 [2021-11-10T19:32:21.003Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-11-10T19:32:21.003Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-11-10T19:32:21.273Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-11-10T19:32:21.273Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-11-10T19:32:21.273Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-11-10T19:32:21.273Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-11-10T19:32:22.248Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-11-10T19:32:22.248Z] Attempting uninstall: urllib3 [2021-11-10T19:32:22.248Z] Found existing installation: urllib3 1.26.5 [2021-11-10T19:32:22.248Z] Uninstalling urllib3-1.26.5: [2021-11-10T19:32:22.520Z] Successfully uninstalled urllib3-1.26.5 [2021-11-10T19:32:23.112Z] Attempting uninstall: idna [2021-11-10T19:32:23.112Z] Found existing installation: idna 3.2 [2021-11-10T19:32:23.112Z] Uninstalling idna-3.2: [2021-11-10T19:32:23.112Z] Successfully uninstalled idna-3.2 [2021-11-10T19:32:24.083Z] Attempting uninstall: chardet [2021-11-10T19:32:24.083Z] Found existing installation: chardet 4.0.0 [2021-11-10T19:32:24.083Z] Uninstalling chardet-4.0.0: [2021-11-10T19:32:24.083Z] Successfully uninstalled chardet-4.0.0 [2021-11-10T19:32:26.045Z] Attempting uninstall: requests [2021-11-10T19:32:26.046Z] Found existing installation: requests 2.25.1 [2021-11-10T19:32:26.046Z] Uninstalling requests-2.25.1: [2021-11-10T19:32:26.046Z] Successfully uninstalled requests-2.25.1 [2021-11-10T19:32:26.638Z] Running setup.py install for texttable: started [2021-11-10T19:32:28.602Z] Running setup.py install for texttable: finished with status 'done' [2021-11-10T19:32:28.602Z] Running setup.py install for PyYAML: started [2021-11-10T19:32:31.205Z] Running setup.py install for PyYAML: finished with status 'done' [2021-11-10T19:32:31.475Z] Running setup.py install for docopt: started [2021-11-10T19:32:34.087Z] Running setup.py install for docopt: finished with status 'done' [2021-11-10T19:32:34.087Z] Running setup.py install for dockerpty: started [2021-11-10T19:32:36.220Z] Running setup.py install for dockerpty: finished with status 'done' [2021-11-10T19:32:38.250Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-11-10T19:32:47.011Z] Removing intermediate container b57c6272e7ba [2021-11-10T19:32:47.011Z] ---> e431e418458b [2021-11-10T19:32:47.011Z] Step 13/22 : ENV APP_PORT=58890 [2021-11-10T19:32:47.011Z] ---> Running in ce08628d8b68 [2021-11-10T19:32:47.601Z] Removing intermediate container ce08628d8b68 [2021-11-10T19:32:47.601Z] ---> c7470b76d7f6 [2021-11-10T19:32:47.601Z] Step 14/22 : EXPOSE $APP_PORT [2021-11-10T19:32:47.601Z] ---> Running in ee5ee34ed915 [2021-11-10T19:32:47.872Z] Removing intermediate container ee5ee34ed915 [2021-11-10T19:32:47.872Z] ---> da10b18e1413 [2021-11-10T19:32:47.872Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-11-10T19:32:49.299Z] ---> f4ea100c9472 [2021-11-10T19:32:49.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-11-10T19:32:49.934Z] ---> 4c546aa3c670 [2021-11-10T19:32:49.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-11-10T19:32:50.924Z] ---> 958014815da4 [2021-11-10T19:32:50.924Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-11-10T19:32:51.204Z] ---> Running in dd981b15e9cc [2021-11-10T19:32:51.479Z] Removing intermediate container dd981b15e9cc [2021-11-10T19:32:51.479Z] ---> af32136584a3 [2021-11-10T19:32:51.479Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-10T19:32:51.753Z] ---> Running in e9e0d5afc5b8 [2021-11-10T19:32:52.026Z] Removing intermediate container e9e0d5afc5b8 [2021-11-10T19:32:52.026Z] ---> a79adaa74c2a [2021-11-10T19:32:52.026Z] Step 20/22 : LABEL arch=arm64 [2021-11-10T19:32:52.308Z] ---> Running in d1986d64793a [2021-11-10T19:32:52.583Z] Removing intermediate container d1986d64793a [2021-11-10T19:32:52.583Z] ---> b14cc99fa97c [2021-11-10T19:32:52.583Z] Step 21/22 : LABEL git_sha=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [2021-11-10T19:32:52.858Z] ---> Running in 2511f06df073 [2021-11-10T19:32:53.136Z] Removing intermediate container 2511f06df073 [2021-11-10T19:32:53.136Z] ---> 623593f5bdb5 [2021-11-10T19:32:53.136Z] Step 22/22 : LABEL version=0.0.0 [2021-11-10T19:32:53.411Z] ---> Running in 59eded73e021 [2021-11-10T19:32:53.687Z] Removing intermediate container 59eded73e021 [2021-11-10T19:32:53.687Z] ---> 507a169d13e4 [2021-11-10T19:32:53.687Z] [2021-11-10T19:32:54.285Z] Successfully built 507a169d13e4 [2021-11-10T19:32:54.285Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-11-10T19:32:54.575Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-11-10T19:32:54.564Z] $ docker stop --time=1 7673a80c81f7b95397a4744ebaf83add520bd0b09b75fbec1df097fffb91e08f [2021-11-10T19:32:56.346Z] $ docker rm -f 7673a80c81f7b95397a4744ebaf83add520bd0b09b75fbec1df097fffb91e08f [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-10T19:32:57.027Z] + docker images [2021-11-10T19:32:57.300Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-10T19:32:57.300Z] sys-mgmt-agent-arm64 latest 507a169d13e4 4 seconds ago 277MB [2021-11-10T19:32:57.300Z] core-data-arm64 latest 473466ffc879 53 seconds ago 19.5MB [2021-11-10T19:32:57.300Z] core-metadata-arm64 latest 32b100490b5c About a minute ago 15.9MB [2021-11-10T19:32:57.300Z] security-proxy-setup-arm64 latest c1c5e87e535b About a minute ago 25.4MB [2021-11-10T19:32:57.300Z] d4cf459e35e3 About a minute ago 1.58GB [2021-11-10T19:32:57.300Z] 0654cd4090f6 About a minute ago 1.57GB [2021-11-10T19:32:57.300Z] 8d7b31ed9aaa About a minute ago 1.57GB [2021-11-10T19:32:57.300Z] 938c2439a2d7 About a minute ago 1.57GB [2021-11-10T19:32:57.300Z] security-bootstrapper-arm64 latest d47b36fbbfcb 4 minutes ago 17.8MB [2021-11-10T19:32:57.300Z] security-secretstore-setup-arm64 latest 7eca619eff27 4 minutes ago 26.8MB [2021-11-10T19:32:57.300Z] support-notifications-arm64 latest 05a5815c02dc 4 minutes ago 16.1MB [2021-11-10T19:32:57.300Z] support-scheduler-arm64 latest c8997aeb408b 4 minutes ago 15.3MB [2021-11-10T19:32:57.300Z] core-command-arm64 latest ef9b4b40556d 4 minutes ago 15.2MB [2021-11-10T19:32:57.300Z] b86e20d48bbc 5 minutes ago 1.57GB [2021-11-10T19:32:57.300Z] 704f85b54e80 5 minutes ago 1.57GB [2021-11-10T19:32:57.300Z] ef9d0140b03b 5 minutes ago 1.58GB [2021-11-10T19:32:57.300Z] cae15ac4df69 5 minutes ago 1.57GB [2021-11-10T19:32:57.300Z] 13a91db07deb 5 minutes ago 1.57GB [2021-11-10T19:32:57.300Z] ci-base-image-arm64 latest 915ac74863b2 16 minutes ago 1.24GB [2021-11-10T19:32:57.300Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 4 weeks ago 534MB [2021-11-10T19:32:57.300Z] docker 20.10.8 3734d5adc5ac 2 months ago 198MB [2021-11-10T19:32:57.300Z] alpine 3.14 bb3de5531c18 2 months ago 5.34MB [2021-11-10T19:32:57.300Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 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-11-10T19:32:59.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-10T19:33:00.221Z] [2021-11-10T19:33:00.221Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:33:00.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-10T19:33:00.870Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-10T19:33:00.870Z] 448f6bf000e3: Pulling fs layer [2021-11-10T19:33:00.870Z] f757da607395: Pulling fs layer [2021-11-10T19:33:00.870Z] 05883995daec: Pulling fs layer [2021-11-10T19:33:00.870Z] 8603b9c90790: Pulling fs layer [2021-11-10T19:33:00.870Z] 1560dd03e051: Pulling fs layer [2021-11-10T19:33:00.870Z] 27f5ce0e4adf: Pulling fs layer [2021-11-10T19:33:00.870Z] c2d8d7efcc4b: Pulling fs layer [2021-11-10T19:33:00.870Z] 27f5ce0e4adf: Waiting [2021-11-10T19:33:00.870Z] c2d8d7efcc4b: Waiting [2021-11-10T19:33:00.870Z] 1560dd03e051: Waiting [2021-11-10T19:33:00.870Z] f757da607395: Verifying Checksum [2021-11-10T19:33:00.870Z] f757da607395: Download complete [2021-11-10T19:33:00.870Z] 8603b9c90790: Verifying Checksum [2021-11-10T19:33:00.870Z] 8603b9c90790: Download complete [2021-11-10T19:33:01.144Z] 1560dd03e051: Verifying Checksum [2021-11-10T19:33:01.144Z] 1560dd03e051: Download complete [2021-11-10T19:33:01.144Z] 05883995daec: Verifying Checksum [2021-11-10T19:33:01.144Z] 05883995daec: Download complete [2021-11-10T19:33:01.144Z] 27f5ce0e4adf: Verifying Checksum [2021-11-10T19:33:01.144Z] 27f5ce0e4adf: Download complete [2021-11-10T19:33:01.417Z] 448f6bf000e3: Verifying Checksum [2021-11-10T19:33:01.417Z] 448f6bf000e3: Download complete [2021-11-10T19:33:04.030Z] c2d8d7efcc4b: Verifying Checksum [2021-11-10T19:33:04.030Z] c2d8d7efcc4b: Download complete [2021-11-10T19:33:05.463Z] 448f6bf000e3: Pull complete [2021-11-10T19:33:06.063Z] f757da607395: Pull complete [2021-11-10T19:33:07.498Z] 05883995daec: Pull complete [2021-11-10T19:33:08.095Z] 8603b9c90790: Pull complete [2021-11-10T19:33:09.078Z] 1560dd03e051: Pull complete [2021-11-10T19:33:09.354Z] 27f5ce0e4adf: Pull complete [2021-11-10T19:33:27.694Z] c2d8d7efcc4b: Pull complete [2021-11-10T19:33:27.694Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-10T19:33:27.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-10T19:33:27.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-10T19:33:28.001Z] prd-ubuntu18.04-docker-arm64-4c-16g-30257 does not seem to be running inside a container [2021-11-10T19:33:28.057Z] $ 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-11-10T19:33:31.350Z] $ docker top f7f7ddd231ff6a10fbc5ffb45121d922859d9d88b6d9f513891090af99ee46f1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:33:32.489Z] ---> job-cost.sh [2021-11-10T19:33:32.489Z] lf-activate-venv: SKIPPING [2021-11-10T19:33:32.489Z] INFO: No Stack... [2021-11-10T19:33:33.080Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-10T19:33:33.352Z] INFO: Archiving Costs [Pipeline] sh [2021-11-10T19:33:35.133Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-11-10T19:33:35.133Z] + cut -d, -f6 [Pipeline] lock [2021-11-10T19:33:35.220Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3802-1-stack-cost] [2021-11-10T19:33:35.229Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3802-1-stack-cost] did not exist. Created. [2021-11-10T19:33:35.229Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3802-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-10T19:33:35.978Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-10T19:33:36.181Z] Stashed 1 file(s) [Pipeline] } [2021-11-10T19:33:36.200Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3802-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-10T19:33:36.237Z] $ docker stop --time=1 f7f7ddd231ff6a10fbc5ffb45121d922859d9d88b6d9f513891090af99ee46f1 [2021-11-10T19:33:37.838Z] $ docker rm -f f7f7ddd231ff6a10fbc5ffb45121d922859d9d88b6d9f513891090af99ee46f1 [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-11-10T19:33:39.953Z] provisioning config files... [2021-11-10T19:33:39.966Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3434143984099742930tmp [Pipeline] { [Pipeline] sh [2021-11-10T19:33:40.305Z] + set +x [2021-11-10T19:33:40.305Z] + curl -s https://codecov.io/bash [2021-11-10T19:33:40.305Z] + bash -s -- [2021-11-10T19:33:40.305Z] [2021-11-10T19:33:40.305Z] _____ _ [2021-11-10T19:33:40.305Z] / ____| | | [2021-11-10T19:33:40.305Z] | | ___ __| | ___ ___ _____ __ [2021-11-10T19:33:40.305Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-11-10T19:33:40.305Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-11-10T19:33:40.305Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-11-10T19:33:40.305Z] Bash-1.0.6 [2021-11-10T19:33:40.305Z] [2021-11-10T19:33:40.305Z] [2021-11-10T19:33:40.305Z] ==> git version 2.24.4 found [2021-11-10T19:33:40.305Z] ==> 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-11-10T19:33:40.305Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-11-10T19:33:40.305Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-11-10T19:33:40.305Z] ==> Jenkins CI detected. [2021-11-10T19:33:40.305Z] current dir:  /w/workspace/edgex-go/1 [2021-11-10T19:33:40.305Z] project root: . [2021-11-10T19:33:40.305Z] --> token set from env [2021-11-10T19:33:40.305Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-11-10T19:33:40.567Z] ==> Running gcov in . (disable via -X gcov) [2021-11-10T19:33:40.567Z] ==> Python coveragepy not found [2021-11-10T19:33:40.567Z] ==> Searching for coverage reports in: [2021-11-10T19:33:40.567Z] + . [2021-11-10T19:33:40.567Z] -> Found 1 reports [2021-11-10T19:33:40.567Z] ==> Detecting git/mercurial file structure [2021-11-10T19:33:40.567Z] ==> Reading reports [2021-11-10T19:33:40.567Z] + ./coverage.out bytes=428381 [2021-11-10T19:33:40.567Z] ==> Appending adjustments [2021-11-10T19:33:40.567Z] https://docs.codecov.io/docs/fixing-reports [2021-11-10T19:33:42.553Z] + Found adjustments [2021-11-10T19:33:42.553Z] ==> Gzipping contents [2021-11-10T19:33:42.553Z] 60K /tmp/codecov.W57agS.gz [2021-11-10T19:33:42.553Z] ==> Uploading reports [2021-11-10T19:33:42.553Z] url: https://codecov.io [2021-11-10T19:33:42.553Z] query: branch=PR-3802&commit=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3802%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3802&job=&cmd_args= [2021-11-10T19:33:42.553Z] -> Pinging Codecov [2021-11-10T19:33:42.553Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3802&commit=2eca7a4c4ab463206fa17d1299ffec2e8a968ecf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3802%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3802&job=&cmd_args= [2021-11-10T19:33:42.553Z] -> Uploading to [2021-11-10T19:33:42.553Z] https://storage.googleapis.com/codecov/v4/raw/2021-11-10/00271124DB129430A58F1EEE437C3FCB/2eca7a4c4ab463206fa17d1299ffec2e8a968ecf/b3948077-dd8f-4f60-be6a-e3a080545448.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211110T193341Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d572ce4e32ef39956c9fdec5a9b5348f57322536d7b9378179be5a979608147 [2021-11-10T19:33:42.553Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-10T19:33:42.553Z] Dload Upload Total Spent Left Speed [2021-11-10T19:33:42.553Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57713 0 0 100 57713 0 131k --:--:-- --:--:-- --:--:-- 131k 100 57713 0 0 100 57713 0 131k --:--:-- --:--:-- --:--:-- 131k [2021-11-10T19:33:42.553Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2eca7a4c4ab463206fa17d1299ffec2e8a968ecf [Pipeline] } [2021-11-10T19:33:42.576Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-11-10T19:33:45.173Z] + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:33:45.500Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:33:46.103Z] ---> package-listing.sh [2021-11-10T19:33:46.104Z] ++ facter osfamily [2021-11-10T19:33:46.104Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-10T19:33:47.157Z] + OS_FAMILY=redhat [2021-11-10T19:33:47.157Z] + workspace=/w/workspace/edgex-go/1 [2021-11-10T19:33:47.157Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-10T19:33:47.157Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-10T19:33:47.157Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-10T19:33:47.157Z] + PACKAGES=/tmp/packages_start.txt [2021-11-10T19:33:47.157Z] + '[' /w/workspace/edgex-go/1 ']' [2021-11-10T19:33:47.157Z] + PACKAGES=/tmp/packages_end.txt [2021-11-10T19:33:47.157Z] + case "${OS_FAMILY}" in [2021-11-10T19:33:47.157Z] + rpm -qa [2021-11-10T19:33:47.157Z] + sort [2021-11-10T19:33:49.699Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-10T19:33:49.699Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-10T19:33:49.699Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-10T19:33:49.699Z] + '[' /w/workspace/edgex-go/1 ']' [2021-11-10T19:33:49.699Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-11-10T19:33:49.699Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-11-10T19:33:49.727Z] 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-11-10T19:33:50.029Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:33:50.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-10T19:33:50.621Z] [2021-11-10T19:33:50.621Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-10T19:33:50.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-10T19:33:50.976Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-10T19:33:50.976Z] b4d181a07f80: Pulling fs layer [2021-11-10T19:33:50.976Z] a1111a8f2ec3: Pulling fs layer [2021-11-10T19:33:50.976Z] ed53099fbce6: Pulling fs layer [2021-11-10T19:33:50.976Z] dc539afda2c1: Pulling fs layer [2021-11-10T19:33:50.976Z] 77bc0d833cb6: Pulling fs layer [2021-11-10T19:33:50.976Z] 9065ff56babe: Pulling fs layer [2021-11-10T19:33:50.976Z] d287ab97295c: Pulling fs layer [2021-11-10T19:33:50.976Z] dc539afda2c1: Waiting [2021-11-10T19:33:50.976Z] 77bc0d833cb6: Waiting [2021-11-10T19:33:50.976Z] 9065ff56babe: Waiting [2021-11-10T19:33:50.976Z] d287ab97295c: Waiting [2021-11-10T19:33:50.976Z] a1111a8f2ec3: Verifying Checksum [2021-11-10T19:33:50.976Z] a1111a8f2ec3: Download complete [2021-11-10T19:33:50.976Z] dc539afda2c1: Verifying Checksum [2021-11-10T19:33:50.976Z] dc539afda2c1: Download complete [2021-11-10T19:33:50.976Z] ed53099fbce6: Verifying Checksum [2021-11-10T19:33:50.976Z] ed53099fbce6: Download complete [2021-11-10T19:33:51.243Z] 9065ff56babe: Verifying Checksum [2021-11-10T19:33:51.243Z] 9065ff56babe: Download complete [2021-11-10T19:33:51.243Z] 77bc0d833cb6: Verifying Checksum [2021-11-10T19:33:51.243Z] 77bc0d833cb6: Download complete [2021-11-10T19:33:51.243Z] b4d181a07f80: Verifying Checksum [2021-11-10T19:33:51.243Z] b4d181a07f80: Download complete [2021-11-10T19:33:51.827Z] d287ab97295c: Verifying Checksum [2021-11-10T19:33:51.828Z] d287ab97295c: Download complete [2021-11-10T19:33:52.781Z] b4d181a07f80: Pull complete [2021-11-10T19:33:53.048Z] a1111a8f2ec3: Pull complete [2021-11-10T19:33:53.639Z] ed53099fbce6: Pull complete [2021-11-10T19:33:53.639Z] dc539afda2c1: Pull complete [2021-11-10T19:33:54.220Z] 77bc0d833cb6: Pull complete [2021-11-10T19:33:54.220Z] 9065ff56babe: Pull complete [2021-11-10T19:34:00.020Z] d287ab97295c: Pull complete [2021-11-10T19:34:00.020Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-10T19:34:00.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-10T19:34:00.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-10T19:34:00.098Z] prd-centos7-docker-4c-2g-30253 does not seem to be running inside a container [2021-11-10T19:34:00.144Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-10T19:34:03.516Z] $ docker top 1d3c7efd0843e7b12bba07e9acdd60a7c0dc0263cedc8f84b7a11fd115fe9c78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-10T19:34:03.919Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-10T19:34:04.228Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-10T19:34:04.543Z] + ls /var/log/sa-host [2021-11-10T19:34:04.543Z] + sadf -c /var/log/sa-host/sa10 [2021-11-10T19:34:04.543Z] file_magic: OK [2021-11-10T19:34:04.543Z] HZ: Using current value: 100 [2021-11-10T19:34:04.543Z] file_header: OK [2021-11-10T19:34:04.543Z] 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-11-10T19:34:04.543Z] Statistics: [2021-11-10T19:34:04.543Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-10T19:34:04.543Z] File successfully converted to sysstat format version 12.0.3 [2021-11-10T19:34:04.543Z] + sadf -c /var/log/sa-host/sa30 [2021-11-10T19:34:04.543Z] file_magic: OK [2021-11-10T19:34:04.543Z] HZ: Using current value: 100 [2021-11-10T19:34:04.543Z] file_header: OK [2021-11-10T19:34:04.543Z] 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-11-10T19:34:04.543Z] Statistics: [2021-11-10T19:34:04.543Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-10T19:34:04.543Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-10T19:34:04.671Z] provisioning config files... [2021-11-10T19:34:04.681Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4468618785327891308tmp [Pipeline] { [Pipeline] echo [2021-11-10T19:34:04.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:34:05.051Z] ---> create-netrc.sh [Pipeline] } [2021-11-10T19:34:05.072Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:34:05.471Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-10T19:34:05.496Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:34:06.542Z] ---> sudo-logs.sh [2021-11-10T19:34:06.542Z] Archiving 'sudo' log.. [2021-11-10T19:34:06.542Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-30253.novalocal: Name or service not known [2021-11-10T19:34:06.542Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-30253.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-10T19:34:06.599Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:34:06.931Z] ---> job-cost.sh [2021-11-10T19:34:06.931Z] lf-activate-venv: SKIPPING [2021-11-10T19:34:06.931Z] DEBUG: total: 0.10999999940395355 [2021-11-10T19:34:06.931Z] INFO: Retrieving Stack Cost... [2021-11-10T19:34:07.504Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-10T19:34:07.767Z] INFO: Archiving Costs [Pipeline] echo [2021-11-10T19:34:07.797Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-10T19:34:08.132Z] ---> logs-deploy.sh [2021-11-10T19:34:08.132Z] lf-activate-venv: SKIPPING [2021-11-10T19:34:08.132Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3802/1 [2021-11-10T19:34:08.132Z] INFO: archiving workspace using pattern(s): [2021-11-10T19:34:09.075Z] Archives upload complete. [2021-11-10T19:34:09.075Z] INFO: archiving logs to Nexus