Pull request #3069 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5d6d03658ce6abe1d2052ba284fce876d938c639 rather than 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec Obtained Jenkinsfile from 5d6d03658ce6abe1d2052ba284fce876d938c639 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22287 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5d6d03658ce6abe1d2052ba284fce876d938c639 into PR head commit 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec Merge succeeded, producing 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec Checking out Revision 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec (PR-3069) > git config core.sparsecheckout # timeout=10 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 Commit message: "Merge branch 'master' into issue-3062" > git rev-list --no-walk 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T16:22:55.611Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T16:22:55.922Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T16:22:56.030Z] ========================================================= [2021-01-22T16:22:56.030Z] EdgeX Global Pipelines Version Info [2021-01-22T16:22:56.030Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:22:57.981Z] ------------------- [2021-01-22T16:22:57.981Z] stable info: [2021-01-22T16:22:57.981Z] ------------------- [2021-01-22T16:22:57.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T16:22:57.981Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T16:22:57.981Z] Message: update stable to v1.0.179 [2021-01-22T16:22:58.558Z] ------------------- [2021-01-22T16:22:58.558Z] experimental info: [2021-01-22T16:22:58.558Z] ------------------- [2021-01-22T16:22:58.558Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T16:22:58.558Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T16:22:58.558Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T16:22:58.901Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T16:22:59.011Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T16:22:59.109Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T16:22:59.266Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T16:22:59.364Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T16:22:59.478Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T16:22:59.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T16:22:59.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T16:22:59.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T16:22:59.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T16:23:00.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T16:23:00.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T16:23:00.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T16:23:00.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T16:23:00.552Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T16:23:00.660Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T16:23:00.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T16:23:00.928Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T16:23:01.037Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T16:23:01.129Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T16:23:01.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T16:23:01.323Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T16:23:01.423Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T16:23:01.519Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3069 [Pipeline] echo [2021-01-22T16:23:01.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3069 [Pipeline] echo [2021-01-22T16:23:01.702Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3069 [Pipeline] echo [2021-01-22T16:23:01.799Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [Pipeline] echo [2021-01-22T16:23:01.914Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a318b9 [Pipeline] echo [2021-01-22T16:23:02.013Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T16:23:02.199Z] provisioning config files... [2021-01-22T16:23:02.235Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1935692803750411070tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:23:02.632Z] ---> docker-login.sh [2021-01-22T16:23:02.632Z] nexus3.edgexfoundry.org:10001 [2021-01-22T16:23:02.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:23:03.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:23:03.162Z] Configure a credential helper to remove this warning. See [2021-01-22T16:23:03.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:23:03.162Z] [2021-01-22T16:23:03.162Z] Login Succeeded [2021-01-22T16:23:03.162Z] nexus3.edgexfoundry.org:10002 [2021-01-22T16:23:03.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:23:03.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:23:03.424Z] Configure a credential helper to remove this warning. See [2021-01-22T16:23:03.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:23:03.424Z] [2021-01-22T16:23:03.424Z] Login Succeeded [2021-01-22T16:23:03.424Z] nexus3.edgexfoundry.org:10003 [2021-01-22T16:23:03.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:23:03.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:23:03.691Z] Configure a credential helper to remove this warning. See [2021-01-22T16:23:03.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:23:03.691Z] [2021-01-22T16:23:03.691Z] Login Succeeded [2021-01-22T16:23:03.691Z] nexus3.edgexfoundry.org:10004 [2021-01-22T16:23:03.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:23:03.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:23:03.956Z] Configure a credential helper to remove this warning. See [2021-01-22T16:23:03.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:23:03.956Z] [2021-01-22T16:23:03.956Z] Login Succeeded [2021-01-22T16:23:03.956Z] docker.io [2021-01-22T16:23:03.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:23:04.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:23:04.219Z] Configure a credential helper to remove this warning. See [2021-01-22T16:23:04.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:23:04.219Z] [2021-01-22T16:23:04.219Z] Login Succeeded [2021-01-22T16:23:04.219Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T16:23:04.229Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T16:23:04.738Z] ++ 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-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T16:23:04.739Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T16:23:04.739Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T16:23:04.739Z] ++ cut -d/ -f2 [2021-01-22T16:23:04.739Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T16:23:04.820Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:23:06.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T16:23:06.356Z] [2021-01-22T16:23:06.356Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:23:06.716Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T16:23:06.716Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T16:23:06.716Z] 31603596830f: Pulling fs layer [2021-01-22T16:23:06.716Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T16:23:06.716Z] 6ca5941a6612: Pulling fs layer [2021-01-22T16:23:06.716Z] ecc8261a40a4: Pulling fs layer [2021-01-22T16:23:06.716Z] ecc8261a40a4: Waiting [2021-01-22T16:23:06.716Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T16:23:06.716Z] 2a8b12db71e7: Download complete [2021-01-22T16:23:06.985Z] 31603596830f: Verifying Checksum [2021-01-22T16:23:06.985Z] 31603596830f: Download complete [2021-01-22T16:23:06.985Z] 6ca5941a6612: Verifying Checksum [2021-01-22T16:23:06.985Z] 6ca5941a6612: Download complete [2021-01-22T16:23:06.985Z] ecc8261a40a4: Verifying Checksum [2021-01-22T16:23:06.985Z] ecc8261a40a4: Download complete [2021-01-22T16:23:07.248Z] 31603596830f: Pull complete [2021-01-22T16:23:07.249Z] 2a8b12db71e7: Pull complete [2021-01-22T16:23:08.203Z] 6ca5941a6612: Pull complete [2021-01-22T16:23:08.467Z] ecc8261a40a4: Pull complete [2021-01-22T16:23:08.467Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T16:23:08.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T16:23:08.467Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T16:23:08.582Z] prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container [2021-01-22T16:23:08.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T16:23:11.515Z] $ docker top dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T16:23:12.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T16:23:12.028Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T16:23:12.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T16:23:12.311Z] $ docker exec dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent [2021-01-22T16:23:12.522Z] SSH_AUTH_SOCK=/tmp/ssh-HGYTjzJnYIk6/agent.12 [2021-01-22T16:23:12.522Z] SSH_AGENT_PID=17 [2021-01-22T16:23:12.542Z] Running ssh-add (command line suppressed) [2021-01-22T16:23:12.680Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3655852948495196985.key (/w/workspace/edgex-go/3@tmp/private_key_3655852948495196985.key) [2021-01-22T16:23:12.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T16:23:13.104Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T16:23:13.132Z] $ docker exec --env ******** --env ******** dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent -k [2021-01-22T16:23:13.259Z] unset SSH_AUTH_SOCK; [2021-01-22T16:23:13.259Z] unset SSH_AGENT_PID; [2021-01-22T16:23:13.259Z] echo Agent pid 17 killed; [2021-01-22T16:23:13.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T16:23:13.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T16:23:13.456Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T16:23:13.661Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T16:23:13.667Z] $ docker exec dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent [2021-01-22T16:23:13.843Z] SSH_AUTH_SOCK=/tmp/ssh-6GTfCEmuGp42/agent.47 [2021-01-22T16:23:13.843Z] SSH_AGENT_PID=52 [2021-01-22T16:23:13.851Z] Running ssh-add (command line suppressed) [2021-01-22T16:23:13.997Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_922108480864412057.key (/w/workspace/edgex-go/3@tmp/private_key_922108480864412057.key) [2021-01-22T16:23:14.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T16:23:14.405Z] + git semver init [2021-01-22T16:23:14.406Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T16:23:14.406Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-22T16:23:14.406Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-22T16:23:14.406Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T16:23:14.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T16:23:14.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T16:23:14.406Z] # $SEMVER_BRANCH = PR-3069 [2021-01-22T16:23:14.406Z] # $SEMVER_TEMP = /tmp/semver-191827218 [2021-01-22T16:23:14.406Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T16:23:46.602Z] # '/tmp/semver-191827218' -> '/w/workspace/edgex-go/3/.semver' [2021-01-22T16:23:47.561Z] # -> Force: false [2021-01-22T16:23:47.561Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-22T16:23:47.578Z] $ docker exec --env ******** --env ******** dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 ssh-agent -k [2021-01-22T16:23:47.900Z] unset SSH_AUTH_SOCK; [2021-01-22T16:23:47.901Z] unset SSH_AGENT_PID; [2021-01-22T16:23:47.901Z] echo Agent pid 52 killed; [2021-01-22T16:23:48.028Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T16:23:48.647Z] + git semver [Pipeline] } [2021-01-22T16:23:48.667Z] $ docker stop --time=1 dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 [2021-01-22T16:23:50.305Z] $ docker rm -f dc0b446dbb6286693632ae870babc1908e11c020164575d793aa2d7f5d6e2f54 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T16:23:50.844Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T16:23:51.373Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T16:23:51.376Z] [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] sh [2021-01-22T16:23:52.494Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T16:23:52.797Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T16:23:53.105Z] + sudo service docker restart [2021-01-22T16:23:53.105Z] + true [2021-01-22T16:23:53.105Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T16:23:53.702Z] ========================================================= [2021-01-22T16:23:53.702Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T16:23:53.702Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:23:54.054Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-22T16:23:58.285Z] Sending build context to Docker daemon 327.1MB [2021-01-22T16:23:58.285Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T16:23:58.285Z] Step 2/6 : FROM ${BASE} [2021-01-22T16:23:58.286Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T16:23:58.286Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T16:23:58.286Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T16:23:58.286Z] de9db76c5a1d: Pulling fs layer [2021-01-22T16:23:58.286Z] bca2f99d35d6: Pulling fs layer [2021-01-22T16:23:58.286Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T16:23:58.286Z] 7c6f9722023f: Pulling fs layer [2021-01-22T16:23:58.286Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T16:23:58.286Z] 93359f2a8cfa: Waiting [2021-01-22T16:23:58.286Z] 7c6f9722023f: Waiting [2021-01-22T16:23:58.286Z] a35cf1a2eb13: Waiting [2021-01-22T16:23:58.286Z] bca2f99d35d6: Waiting [2021-01-22T16:23:58.286Z] de9db76c5a1d: Verifying Checksum [2021-01-22T16:23:58.286Z] de9db76c5a1d: Download complete [2021-01-22T16:23:58.286Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T16:23:58.286Z] 0ef7d3d256c8: Download complete [2021-01-22T16:23:58.286Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T16:23:58.286Z] 93359f2a8cfa: Download complete [2021-01-22T16:23:58.549Z] 7c6f9722023f: Verifying Checksum [2021-01-22T16:23:58.549Z] 7c6f9722023f: Download complete [2021-01-22T16:23:58.549Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T16:23:58.549Z] 188c0c94c7c5: Download complete [2021-01-22T16:23:59.128Z] 188c0c94c7c5: Pull complete [2021-01-22T16:23:59.394Z] 0ef7d3d256c8: Pull complete [2021-01-22T16:23:59.659Z] de9db76c5a1d: Pull complete [2021-01-22T16:24:00.244Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T16:24:00.244Z] a35cf1a2eb13: Download complete [2021-01-22T16:24:01.215Z] bca2f99d35d6: Verifying Checksum [2021-01-22T16:24:01.215Z] bca2f99d35d6: Download complete [2021-01-22T16:24:06.610Z] bca2f99d35d6: Pull complete [2021-01-22T16:24:06.610Z] 93359f2a8cfa: Pull complete [2021-01-22T16:24:06.610Z] 7c6f9722023f: Pull complete [2021-01-22T16:24:06.969Z] Still waiting to schedule task [2021-01-22T16:24:06.970Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T16:24:10.858Z] a35cf1a2eb13: Pull complete [2021-01-22T16:24:10.858Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T16:24:10.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T16:24:10.858Z] ---> a62c8e92a672 [2021-01-22T16:24:10.858Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T16:24:11.126Z] ---> Running in c8e0afdd2e2a [2021-01-22T16:24:11.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:24:12.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:24:12.922Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T16:24:13.882Z] (2/12) Installing file (5.38-r0) [2021-01-22T16:24:13.882Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T16:24:13.882Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T16:24:18.115Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T16:24:18.115Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T16:24:18.115Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T16:24:18.115Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T16:24:18.115Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T16:24:18.115Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T16:24:18.378Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T16:24:18.378Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T16:24:18.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:24:18.378Z] OK: 233 MiB in 51 packages [2021-01-22T16:24:22.614Z] Removing intermediate container c8e0afdd2e2a [2021-01-22T16:24:22.614Z] ---> 075a044645d1 [2021-01-22T16:24:22.614Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T16:24:22.614Z] ---> Running in f68b1a76a1b7 [2021-01-22T16:24:22.614Z] Removing intermediate container f68b1a76a1b7 [2021-01-22T16:24:22.614Z] ---> f2cc374b481d [2021-01-22T16:24:22.614Z] Step 5/6 : COPY go.mod . [2021-01-22T16:24:22.614Z] ---> 14f5f3915ba0 [2021-01-22T16:24:22.614Z] Step 6/6 : RUN go mod download [2021-01-22T16:24:22.614Z] ---> Running in eb79431abea8 [2021-01-22T16:24:49.263Z] Removing intermediate container eb79431abea8 [2021-01-22T16:24:49.263Z] ---> baf0faaa0753 [2021-01-22T16:24:49.263Z] Successfully built baf0faaa0753 [2021-01-22T16:24:49.263Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:24:49.593Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T16:24:49.593Z] . [Pipeline] withDockerContainer [2021-01-22T16:24:49.718Z] prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container [2021-01-22T16:24:49.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T16:24:50.855Z] $ docker top 208fef37c491a609e30f933e16d12c8a6243740e9cd75172bc3874167ac20c18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T16:24:51.413Z] + go version [2021-01-22T16:24:51.413Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T16:24:51.429Z] $ docker stop --time=1 208fef37c491a609e30f933e16d12c8a6243740e9cd75172bc3874167ac20c18 [2021-01-22T16:24:52.848Z] $ docker rm -f 208fef37c491a609e30f933e16d12c8a6243740e9cd75172bc3874167ac20c18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:24:53.706Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T16:24:53.706Z] . [Pipeline] withDockerContainer [2021-01-22T16:24:53.816Z] prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container [2021-01-22T16:24:53.866Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T16:24:54.603Z] $ docker top 2ff4bc9b9bc850922b623bae89a7f94b6b96bb6bd788f6a001a5e06b6371c0ed -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T16:24:54.830Z] ========================================================= [2021-01-22T16:24:54.830Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T16:24:54.830Z] ========================================================= [Pipeline] sh [2021-01-22T16:24:55.127Z] + make test [2021-01-22T16:24:55.127Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T16:25:05.233Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T16:25:17.590Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T16:25:26.160Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T16:25:26.160Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T16:25:26.160Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T16:25:26.160Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T16:25:29.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T16:25:29.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T16:25:29.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T16:25:29.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T16:25:29.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T16:25:29.994Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T16:25:31.970Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T16:25:31.970Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T16:25:31.970Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T16:25:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements [2021-01-22T16:25:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T16:25:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T16:25:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T16:25:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T16:25:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T16:25:38.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements [2021-01-22T16:25:38.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T16:25:38.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T16:25:38.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T16:25:38.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T16:25:38.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T16:25:38.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T16:25:38.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T16:25:38.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.446s coverage: 82.3% of statements [2021-01-22T16:25:38.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T16:25:38.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T16:25:38.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T16:25:38.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T16:25:40.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements [2021-01-22T16:25:40.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T16:25:40.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T16:25:40.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T16:25:40.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T16:25:40.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T16:25:40.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2021-01-22T16:25:40.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T16:25:40.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-01-22T16:25:40.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T16:25:40.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-01-22T16:25:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T16:25:40.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-01-22T16:25:40.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T16:25:41.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-01-22T16:25:41.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T16:25:41.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T16:25:41.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T16:25:41.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T16:25:43.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements [2021-01-22T16:25:43.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 68.9% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.1% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T16:25:56.278Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-01-22T16:25:56.278Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T16:25:57.263Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.761s coverage: 29.1% of statements [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T16:25:57.263Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T16:25:57.263Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T16:25:57.263Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T16:25:57.263Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T16:25:57.263Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T16:25:57.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T16:25:57.595Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22288 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws [2021-01-22T16:25:57.685Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-22T16:25:57.853Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-01-22T16:25:57.853Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-01-22T16:25:58.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-22T16:25:58.380Z] GO111MODULE=on go vet ./... [2021-01-22T16:26:02.985Z] using credential edgex-jenkins-ssh [2021-01-22T16:26:03.053Z] Cloning the remote Git repository [2021-01-22T16:26:03.106Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T16:26:03.225Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-22T16:26:03.296Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T16:26:03.296Z] > git --version # timeout=10 [2021-01-22T16:26:03.319Z] > git --version # 'git version 2.17.1' [2021-01-22T16:26:03.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T16:26:03.406Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T16:26:19.267Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T16:26:19.294Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T16:26:19.320Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T16:26:19.352Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T16:26:19.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T16:26:19.364Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T16:26:20.170Z] Merging remotes/origin/master commit 5d6d03658ce6abe1d2052ba284fce876d938c639 into PR head commit 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:26:20.594Z] Merge succeeded, producing 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:26:20.594Z] Checking out Revision 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec (PR-3069) [2021-01-22T16:26:20.189Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T16:26:20.211Z] > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 [2021-01-22T16:26:20.513Z] > git remote # timeout=10 [2021-01-22T16:26:20.528Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T16:26:20.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T16:26:20.556Z] > git merge 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 [2021-01-22T16:26:20.579Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T16:26:20.600Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T16:26:20.619Z] > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 [2021-01-22T16:26:25.127Z] gofmt -l . [2021-01-22T16:26:25.127Z] [ "`gofmt -l .`" = "" ] [2021-01-22T16:26:25.127Z] ./bin/test-go-mod-tidy.sh [2021-01-22T16:26:25.371Z] Commit message: "Merge branch 'master' into issue-3062" [2021-01-22T16:26:25.708Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T16:26:26.335Z] + ls -al . [2021-01-22T16:26:26.336Z] total 668 [2021-01-22T16:26:26.336Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 16:26 . [2021-01-22T16:26:26.336Z] drwxr-xr-x 4 root root 28 Jan 22 16:24 .. [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 16:22 .dockerignore [2021-01-22T16:26:26.336Z] drwxrwxr-x 8 1001 1001 179 Jan 22 16:22 .git [2021-01-22T16:26:26.336Z] drwxrwxr-x 3 1001 1001 125 Jan 22 16:22 .github [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 16:22 .gitignore [2021-01-22T16:26:26.336Z] drwx------ 3 1001 1001 47 Jan 22 16:23 .semver [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 16:22 .sonarcloud.properties [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 16:22 Attribution.txt [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 16:22 CONTRIBUTING.md [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 16:22 Dockerfile.build [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 16:22 Jenkinsfile [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 16:22 LICENSE [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 16:22 Makefile [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 16:22 README.md [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 16:22 SECURITY.md [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 16:23 VERSION [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 16:22 ZMQWindows.md [2021-01-22T16:26:26.336Z] drwxrwxr-x 2 1001 1001 117 Jan 22 16:22 bin [2021-01-22T16:26:26.336Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 16:22 cmd [2021-01-22T16:26:26.336Z] -rw-r--r-- 1 root root 564700 Jan 22 16:25 coverage.out [2021-01-22T16:26:26.336Z] -rw-r--r-- 1 root root 1053 Jan 22 16:26 go.mod [2021-01-22T16:26:26.336Z] -rw-r--r-- 1 root root 18878 Jan 22 16:26 go.sum [2021-01-22T16:26:26.336Z] drwxrwxr-x 8 1001 1001 127 Jan 22 16:22 internal [2021-01-22T16:26:26.336Z] drwxrwxr-x 4 1001 1001 26 Jan 22 16:22 openapi [2021-01-22T16:26:26.336Z] drwxrwxr-x 4 1001 1001 71 Jan 22 16:22 snap [2021-01-22T16:26:26.336Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 16:22 version.go [Pipeline] sh [2021-01-22T16:26:27.102Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-22T16:26:27.130Z] + '[' -e coverage.out ] [2021-01-22T16:26:27.130Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] sh [2021-01-22T16:26:27.333Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T16:26:27.520Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T16:26:27.627Z] + make build [2021-01-22T16:26:27.627Z] 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-01-22T16:26:27.868Z] + sudo service docker restart [2021-01-22T16:26:27.868Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T16:26:29.980Z] provisioning config files... [2021-01-22T16:26:30.027Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6996032221453938681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:26:30.442Z] ---> docker-login.sh [2021-01-22T16:26:30.443Z] nexus3.edgexfoundry.org:10001 [2021-01-22T16:26:31.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:26:31.873Z] 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-01-22T16:26:32.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:26:32.019Z] Configure a credential helper to remove this warning. See [2021-01-22T16:26:32.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:26:32.019Z] [2021-01-22T16:26:32.019Z] Login Succeeded [2021-01-22T16:26:32.019Z] nexus3.edgexfoundry.org:10002 [2021-01-22T16:26:32.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:26:32.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:26:32.293Z] Configure a credential helper to remove this warning. See [2021-01-22T16:26:32.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:26:32.293Z] [2021-01-22T16:26:32.293Z] Login Succeeded [2021-01-22T16:26:32.293Z] nexus3.edgexfoundry.org:10003 [2021-01-22T16:26:32.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:26:32.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:26:32.891Z] Configure a credential helper to remove this warning. See [2021-01-22T16:26:32.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:26:32.891Z] [2021-01-22T16:26:32.891Z] Login Succeeded [2021-01-22T16:26:32.891Z] nexus3.edgexfoundry.org:10004 [2021-01-22T16:26:33.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:26:33.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:26:33.442Z] Configure a credential helper to remove this warning. See [2021-01-22T16:26:33.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:26:33.442Z] [2021-01-22T16:26:33.442Z] Login Succeeded [2021-01-22T16:26:33.442Z] docker.io [2021-01-22T16:26:33.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T16:26:34.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T16:26:34.305Z] Configure a credential helper to remove this warning. See [2021-01-22T16:26:34.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T16:26:34.305Z] [2021-01-22T16:26:34.305Z] Login Succeeded [2021-01-22T16:26:34.305Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T16:26:34.323Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T16:26:34.745Z] ========================================================= [2021-01-22T16:26:34.745Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T16:26:34.745Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:26:35.133Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-22T16:26:37.777Z] Sending build context to Docker daemon 165.9MB [2021-01-22T16:26:37.777Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T16:26:37.777Z] Step 2/6 : FROM ${BASE} [2021-01-22T16:26:37.777Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T16:26:37.777Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T16:26:37.777Z] a4357932f1b6: Pulling fs layer [2021-01-22T16:26:37.777Z] 18c013af1878: Pulling fs layer [2021-01-22T16:26:37.777Z] 00ac8860ef70: Pulling fs layer [2021-01-22T16:26:37.777Z] 63d7cb157983: Pulling fs layer [2021-01-22T16:26:37.777Z] b116817d02f9: Pulling fs layer [2021-01-22T16:26:37.777Z] 745a02a5169b: Pulling fs layer [2021-01-22T16:26:37.777Z] 00ac8860ef70: Waiting [2021-01-22T16:26:37.777Z] 63d7cb157983: Waiting [2021-01-22T16:26:37.777Z] b116817d02f9: Waiting [2021-01-22T16:26:37.777Z] 745a02a5169b: Waiting [2021-01-22T16:26:37.777Z] 18c013af1878: Verifying Checksum [2021-01-22T16:26:37.777Z] 18c013af1878: Download complete [2021-01-22T16:26:37.777Z] a4357932f1b6: Download complete [2021-01-22T16:26:37.777Z] 63d7cb157983: Verifying Checksum [2021-01-22T16:26:37.777Z] 63d7cb157983: Download complete [2021-01-22T16:26:37.777Z] b116817d02f9: Verifying Checksum [2021-01-22T16:26:37.777Z] b116817d02f9: Download complete [2021-01-22T16:26:37.777Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T16:26:37.777Z] 5f621e34cdf4: Download complete [2021-01-22T16:26:38.379Z] 5f621e34cdf4: Pull complete [2021-01-22T16:26:38.981Z] a4357932f1b6: Pull complete [2021-01-22T16:26:39.257Z] 18c013af1878: Pull complete [2021-01-22T16:26:40.130Z] 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-01-22T16:26:41.078Z] 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-01-22T16:26:41.232Z] 745a02a5169b: Verifying Checksum [2021-01-22T16:26:41.232Z] 745a02a5169b: Download complete [2021-01-22T16:26:41.508Z] 00ac8860ef70: Verifying Checksum [2021-01-22T16:26:41.508Z] 00ac8860ef70: Download complete [2021-01-22T16:26:42.490Z] 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-01-22T16:26:42.756Z] 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-01-22T16:26:44.682Z] 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-01-22T16:26:46.082Z] 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-01-22T16:26:47.035Z] 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-01-22T16:26:48.438Z] 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-01-22T16:26:49.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T16:26:50.339Z] 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-01-22T16:26:51.692Z] 00ac8860ef70: Pull complete [2021-01-22T16:26:51.692Z] 63d7cb157983: Pull complete [2021-01-22T16:26:51.739Z] 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-01-22T16:26:51.965Z] b116817d02f9: Pull complete [Pipeline] } [2021-01-22T16:26:53.183Z] $ docker stop --time=1 2ff4bc9b9bc850922b623bae89a7f94b6b96bb6bd788f6a001a5e06b6371c0ed [2021-01-22T16:26:54.938Z] $ docker rm -f 2ff4bc9b9bc850922b623bae89a7f94b6b96bb6bd788f6a001a5e06b6371c0ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-22T16:26:56.296Z] 745a02a5169b: Pull complete [2021-01-22T16:26:56.296Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T16:26:56.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T16:26:56.296Z] ---> b7e6874047d6 [2021-01-22T16:26:56.296Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:26:58.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T16:26:58.428Z] [2021-01-22T16:26:58.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:26:58.793Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T16:26:58.793Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T16:26:58.793Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T16:26:58.793Z] ca9280d653b3: Pulling fs layer [2021-01-22T16:26:58.793Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T16:26:59.058Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T16:26:59.058Z] cbdbe7a5bc2a: Download complete [2021-01-22T16:26:59.322Z] ca9280d653b3: Verifying Checksum [2021-01-22T16:26:59.322Z] ca9280d653b3: Download complete [2021-01-22T16:26:59.322Z] cbdbe7a5bc2a: Pull complete [2021-01-22T16:26:59.690Z] ---> Running in e29a0746b7d0 [2021-01-22T16:27:00.281Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T16:27:00.281Z] 7e9c9ca2126c: Download complete [2021-01-22T16:27:00.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:27:00.545Z] ca9280d653b3: Pull complete [2021-01-22T16:27:01.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:27:01.867Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T16:27:01.867Z] (2/12) Installing file (5.38-r0) [2021-01-22T16:27:02.141Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T16:27:02.141Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T16:27:06.428Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T16:27:06.428Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T16:27:06.428Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T16:27:06.428Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T16:27:06.696Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T16:27:06.696Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T16:27:06.696Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T16:27:06.968Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T16:27:06.968Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:27:06.968Z] OK: 217 MiB in 51 packages [2021-01-22T16:27:07.192Z] 7e9c9ca2126c: Pull complete [2021-01-22T16:27:07.192Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T16:27:07.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T16:27:07.192Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T16:27:07.422Z] prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container [2021-01-22T16:27:07.469Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T16:27:08.611Z] $ docker top 0be0a0e11d9dbdd51a2d2f9f25a625198ea0824c9012889f0550c51f7f5616b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T16:27:09.190Z] + docker-compose build --help [2021-01-22T16:27:09.190Z] + grep parallel [2021-01-22T16:27:10.181Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T16:27:10.241Z] $ docker stop --time=1 0be0a0e11d9dbdd51a2d2f9f25a625198ea0824c9012889f0550c51f7f5616b0 [2021-01-22T16:27:11.274Z] Removing intermediate container e29a0746b7d0 [2021-01-22T16:27:11.275Z] ---> e63229e3eace [2021-01-22T16:27:11.275Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T16:27:11.275Z] ---> Running in 53f23e8e635f [2021-01-22T16:27:11.275Z] Removing intermediate container 53f23e8e635f [2021-01-22T16:27:11.275Z] ---> c202b90a38a1 [2021-01-22T16:27:11.275Z] Step 5/6 : COPY go.mod . [2021-01-22T16:27:11.641Z] $ docker rm -f 0be0a0e11d9dbdd51a2d2f9f25a625198ea0824c9012889f0550c51f7f5616b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-22T16:27:11.887Z] ---> 4ff4ed35a3b2 [2021-01-22T16:27:11.887Z] Step 6/6 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:27:12.171Z] ---> Running in e9d98ac640ec [2021-01-22T16:27:12.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T16:27:12.321Z] . [Pipeline] withDockerContainer [2021-01-22T16:27:12.425Z] prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container [2021-01-22T16:27:12.475Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T16:27:13.128Z] $ docker top 37b00abddecd019a117f6c5c0bcc98c52acca90b78566dedf11daaff1984b034 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T16:27:13.617Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T16:27:14.573Z] Building docker-core-command-go ... [2021-01-22T16:27:14.573Z] Building docker-core-data-go ... [2021-01-22T16:27:14.573Z] Building docker-core-metadata-go ... [2021-01-22T16:27:14.573Z] Building docker-security-bootstrapper-go ... [2021-01-22T16:27:14.573Z] Building docker-security-proxy-setup-go ... [2021-01-22T16:27:14.573Z] Building docker-security-secretstore-setup-go ... [2021-01-22T16:27:14.573Z] Building docker-support-notifications-go ... [2021-01-22T16:27:14.573Z] Building docker-support-scheduler-go ... [2021-01-22T16:27:14.573Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T16:27:14.573Z] Building docker-support-notifications-go [2021-01-22T16:27:14.573Z] Building docker-security-proxy-setup-go [2021-01-22T16:27:14.573Z] Building docker-core-data-go [2021-01-22T16:27:14.573Z] Building docker-support-scheduler-go [2021-01-22T16:27:14.573Z] Building docker-core-metadata-go [2021-01-22T16:27:38.968Z] Removing intermediate container e9d98ac640ec [2021-01-22T16:27:38.968Z] ---> 0cde7bffb9ee [2021-01-22T16:27:38.968Z] Successfully built 0cde7bffb9ee [2021-01-22T16:27:38.968Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:27:39.309Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T16:27:39.309Z] . [Pipeline] withDockerContainer [2021-01-22T16:27:39.556Z] prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container [2021-01-22T16:27:39.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T16:27:41.193Z] $ docker top 2f71d72e16f8924a0a8c7277f6ceea3f06de6210309b35b08cf87c136d783327 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T16:27:42.182Z] + go version [2021-01-22T16:27:42.182Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T16:27:42.204Z] $ docker stop --time=1 2f71d72e16f8924a0a8c7277f6ceea3f06de6210309b35b08cf87c136d783327 [2021-01-22T16:27:44.026Z] $ docker rm -f 2f71d72e16f8924a0a8c7277f6ceea3f06de6210309b35b08cf87c136d783327 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:27:45.077Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T16:27:45.077Z] . [Pipeline] withDockerContainer [2021-01-22T16:27:45.290Z] prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container [2021-01-22T16:27:45.365Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T16:27:46.682Z] $ docker top c40389177de7bd9b3e61594219673b77bd1a938a155134bad023192bf479016c -eo pid,comm [2021-01-22T16:27:46.927Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:27:46.927Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:27:46.927Z] ---> baf0faaa0753 [2021-01-22T16:27:46.927Z] Step 3/22 : WORKDIR /edgex-go [Pipeline] { [Pipeline] echo [2021-01-22T16:27:47.031Z] ========================================================= [2021-01-22T16:27:47.031Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T16:27:47.031Z] ========================================================= [Pipeline] sh [2021-01-22T16:27:47.230Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:27:47.230Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:27:47.230Z] ---> baf0faaa0753 [2021-01-22T16:27:47.230Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T16:27:47.510Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:27:47.510Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:27:47.510Z] ---> baf0faaa0753 [2021-01-22T16:27:47.510Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T16:27:47.677Z] + make test [2021-01-22T16:27:47.677Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T16:27:48.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:27:48.096Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:27:48.096Z] ---> baf0faaa0753 [2021-01-22T16:27:48.096Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T16:27:48.096Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:27:48.096Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:27:48.096Z] ---> baf0faaa0753 [2021-01-22T16:27:48.096Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T16:27:49.058Z] ---> Running in 40245062acf0 [2021-01-22T16:27:49.058Z] ---> Running in e0573ca91f9e [2021-01-22T16:27:49.058Z] ---> Running in 1a536cc1b9d7 [2021-01-22T16:27:49.058Z] ---> Running in e0cf8e63d6f9 [2021-01-22T16:27:49.058Z] ---> Running in a0be653435e7 [2021-01-22T16:27:49.638Z] Removing intermediate container a0be653435e7 [2021-01-22T16:27:49.638Z] ---> 94014b290185 [2021-01-22T16:27:49.638Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:27:49.638Z] Removing intermediate container 1a536cc1b9d7 [2021-01-22T16:27:49.638Z] ---> d9a3c5763132 [2021-01-22T16:27:49.638Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:27:49.638Z] Removing intermediate container e0573ca91f9e [2021-01-22T16:27:49.638Z] ---> 7e9598d0b0e0 [2021-01-22T16:27:49.638Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:27:49.638Z] Removing intermediate container 40245062acf0 [2021-01-22T16:27:49.638Z] ---> 188083fc5aef [2021-01-22T16:27:49.638Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:27:49.638Z] Removing intermediate container e0cf8e63d6f9 [2021-01-22T16:27:49.638Z] ---> 6eaebcdc3590 [2021-01-22T16:27:49.638Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:27:49.906Z] ---> Running in ba834348b39b [2021-01-22T16:27:49.906Z] ---> Running in 79dc28728072 [2021-01-22T16:27:49.906Z] ---> Running in 0388cd615c79 [2021-01-22T16:27:49.906Z] ---> Running in dcecfb1ea63b [2021-01-22T16:27:49.906Z] ---> Running in affb6368f072 [2021-01-22T16:27:53.241Z] Removing intermediate container ba834348b39b [2021-01-22T16:27:53.241Z] ---> 334ae5f9a530 [2021-01-22T16:27:53.241Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T16:27:53.241Z] Removing intermediate container 0388cd615c79 [2021-01-22T16:27:53.241Z] ---> d9ea22cc3072 [2021-01-22T16:27:53.241Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T16:27:53.241Z] ---> Running in c6d102e5f730 [2021-01-22T16:27:53.241Z] ---> Running in 2fca1f8a28a5 [2021-01-22T16:27:53.241Z] Removing intermediate container affb6368f072 [2021-01-22T16:27:53.241Z] ---> ca14a509aa1e [2021-01-22T16:27:53.241Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T16:27:53.241Z] Removing intermediate container dcecfb1ea63b [2021-01-22T16:27:53.241Z] ---> b33e4050dda0 [2021-01-22T16:27:53.241Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T16:27:53.241Z] Removing intermediate container 79dc28728072 [2021-01-22T16:27:53.241Z] ---> dce2a1610fba [2021-01-22T16:27:53.241Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T16:27:53.518Z] ---> Running in 48f571fdb7d5 [2021-01-22T16:27:53.518Z] ---> Running in c0f01acca038 [2021-01-22T16:27:53.518Z] ---> Running in d0bd05a1086e [2021-01-22T16:27:54.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:54.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:54.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:54.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:54.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:55.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:55.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:55.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:55.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:55.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:27:55.849Z] OK: 233 MiB in 51 packages [2021-01-22T16:27:55.849Z] OK: 233 MiB in 51 packages [2021-01-22T16:27:56.126Z] OK: 233 MiB in 51 packages [2021-01-22T16:27:56.126Z] OK: 233 MiB in 51 packages [2021-01-22T16:27:56.394Z] OK: 233 MiB in 51 packages [2021-01-22T16:27:56.662Z] Removing intermediate container 48f571fdb7d5 [2021-01-22T16:27:56.662Z] ---> 1c969735aea0 [2021-01-22T16:27:56.662Z] Step 6/23 : COPY go.mod . [2021-01-22T16:27:56.662Z] Removing intermediate container c6d102e5f730 [2021-01-22T16:27:56.662Z] ---> 59acb533efb7 [2021-01-22T16:27:56.662Z] Step 6/21 : COPY go.mod . [2021-01-22T16:27:56.930Z] Removing intermediate container c0f01acca038 [2021-01-22T16:27:56.930Z] ---> f1ec78a9b328 [2021-01-22T16:27:56.930Z] Step 6/22 : COPY go.mod . [2021-01-22T16:27:56.930Z] Removing intermediate container 2fca1f8a28a5 [2021-01-22T16:27:56.930Z] ---> 694707779a65 [2021-01-22T16:27:56.930Z] Step 6/22 : COPY go.mod . [2021-01-22T16:27:57.196Z] ---> ca51e9ab53a5 [2021-01-22T16:27:57.196Z] Step 7/23 : RUN go mod download [2021-01-22T16:27:57.196Z] ---> ba4a101832b4 [2021-01-22T16:27:57.196Z] Step 7/21 : RUN go mod download [2021-01-22T16:27:57.196Z] ---> Running in 98cfc51a733a [2021-01-22T16:27:57.196Z] ---> Running in 09d78c100ce0 [2021-01-22T16:27:57.496Z] ---> f7a7dd37abea [2021-01-22T16:27:57.496Z] Step 7/22 : RUN go mod download [2021-01-22T16:27:57.496Z] Removing intermediate container d0bd05a1086e [2021-01-22T16:27:57.496Z] ---> 440dfe4bee38 [2021-01-22T16:27:57.496Z] Step 6/23 : COPY go.mod . [2021-01-22T16:27:57.496Z] ---> Running in 4d27898023ab [2021-01-22T16:27:57.496Z] ---> 648cd0944576 [2021-01-22T16:27:57.496Z] Step 7/22 : RUN go mod download [2021-01-22T16:27:57.761Z] ---> Running in dc0d254a65ab [2021-01-22T16:27:58.030Z] ---> fb91980f034f [2021-01-22T16:27:58.030Z] Step 7/23 : RUN go mod download [2021-01-22T16:27:58.296Z] ---> Running in 3d61a208ce79 [2021-01-22T16:28:00.257Z] Removing intermediate container dc0d254a65ab [2021-01-22T16:28:00.257Z] ---> 09d41ec2280a [2021-01-22T16:28:00.257Z] Step 8/22 : COPY . . [2021-01-22T16:28:00.257Z] Removing intermediate container 09d78c100ce0 [2021-01-22T16:28:00.257Z] ---> 78cd5c98e618 [2021-01-22T16:28:00.257Z] Step 8/21 : COPY . . [2021-01-22T16:28:00.257Z] Removing intermediate container 98cfc51a733a [2021-01-22T16:28:00.257Z] ---> 079947357bd2 [2021-01-22T16:28:00.257Z] Step 8/23 : COPY . . [2021-01-22T16:28:00.525Z] Removing intermediate container 4d27898023ab [2021-01-22T16:28:00.525Z] ---> 921b5130ec5c [2021-01-22T16:28:00.525Z] Step 8/22 : COPY . . [2021-01-22T16:28:00.525Z] Removing intermediate container 3d61a208ce79 [2021-01-22T16:28:00.525Z] ---> 67ac992abc97 [2021-01-22T16:28:00.525Z] Step 8/23 : COPY . . [2021-01-22T16:28:09.858Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T16:28:39.603Z] ---> 9640580c5a2b [2021-01-22T16:28:39.604Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T16:28:39.604Z] ---> dab88e50e1db [2021-01-22T16:28:39.604Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T16:28:39.604Z] ---> be1028fb66a8 [2021-01-22T16:28:39.604Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T16:28:39.604Z] ---> 5b41ed8600a3 [2021-01-22T16:28:39.604Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T16:28:39.604Z] ---> f74bd56d4eea [2021-01-22T16:28:39.604Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T16:28:39.604Z] ---> Running in b9cabd37a0cc [2021-01-22T16:28:39.604Z] ---> Running in 48ef4ab4cd9d [2021-01-22T16:28:39.604Z] ---> Running in cc6691381a3b [2021-01-22T16:28:39.604Z] ---> Running in eff351656196 [2021-01-22T16:28:39.604Z] ---> Running in b91ccff195a2 [2021-01-22T16:28:39.604Z] 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-01-22T16:28:39.604Z] 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-01-22T16:28:39.604Z] 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-01-22T16:28:39.604Z] 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-01-22T16:28:39.604Z] 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-01-22T16:28:56.928Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T16:29:01.281Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T16:29:05.615Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T16:29:05.615Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T16:29:05.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T16:29:11.883Z] 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-01-22T16:29:12.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T16:29:12.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T16:29:12.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T16:29:12.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T16:29:12.388Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T16:29:12.388Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T16:29:15.260Z] Removing intermediate container cc6691381a3b [2021-01-22T16:29:15.260Z] ---> 5ac00f8d0a8e [2021-01-22T16:29:15.260Z] [2021-01-22T16:29:15.260Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T16:29:15.260Z] Removing intermediate container eff351656196 [2021-01-22T16:29:15.260Z] ---> 851c9dca5c3b [2021-01-22T16:29:15.260Z] [2021-01-22T16:29:15.260Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T16:29:15.260Z] 3.12: Pulling from library/alpine [2021-01-22T16:29:15.260Z] 3.12: Pulling from library/alpine [2021-01-22T16:29:16.261Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T16:29:16.262Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T16:29:16.262Z] Status: Image is up to date for alpine:3.12 [2021-01-22T16:29:16.262Z] ---> 389fef711851 [2021-01-22T16:29:16.262Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T16:29:16.262Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T16:29:16.262Z] ---> 389fef711851 [2021-01-22T16:29:16.262Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T16:29:19.142Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T16:29:19.142Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T16:29:19.142Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T16:29:21.574Z] ---> Running in 6bdfa8df5a33 [2021-01-22T16:29:21.575Z] ---> Running in ebd75988244e [2021-01-22T16:29:22.155Z] Removing intermediate container b9cabd37a0cc [2021-01-22T16:29:22.155Z] ---> 309a8e8a5055 [2021-01-22T16:29:22.155Z] [2021-01-22T16:29:22.155Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T16:29:22.155Z] ---> 389fef711851 [2021-01-22T16:29:22.155Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T16:29:22.155Z] Removing intermediate container 48ef4ab4cd9d [2021-01-22T16:29:22.155Z] ---> 0ec809c4233e [2021-01-22T16:29:22.155Z] [2021-01-22T16:29:22.155Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T16:29:22.155Z] ---> 389fef711851 [2021-01-22T16:29:22.155Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T16:29:22.419Z] ---> Running in aa3d5100d4ed [2021-01-22T16:29:22.419Z] ---> Running in b5f5a1e848f6 [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:24.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.246s coverage: 46.6% of statements [2021-01-22T16:29:24.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T16:29:24.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T16:29:24.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T16:29:24.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T16:29:24.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T16:29:24.692Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T16:29:24.692Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T16:29:24.692Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T16:29:24.692Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T16:29:24.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:29:24.692Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T16:29:24.692Z] OK: 6 MiB in 15 packages [2021-01-22T16:29:24.692Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T16:29:24.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:29:24.692Z] OK: 6 MiB in 15 packages [2021-01-22T16:29:24.692Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T16:29:24.692Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T16:29:24.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:29:24.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:29:24.692Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T16:29:24.692Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T16:29:24.692Z] OK: 6 MiB in 16 packages [2021-01-22T16:29:24.976Z] OK: 7 MiB in 18 packages [2021-01-22T16:29:26.908Z] Removing intermediate container b91ccff195a2 [2021-01-22T16:29:26.908Z] ---> 70d0e930a23e [2021-01-22T16:29:26.908Z] [2021-01-22T16:29:26.908Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T16:29:26.908Z] ---> 389fef711851 [2021-01-22T16:29:26.908Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T16:29:26.908Z] Removing intermediate container aa3d5100d4ed [2021-01-22T16:29:26.908Z] ---> ebe11bfb77dd [2021-01-22T16:29:26.908Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:29:27.180Z] ---> Running in 1803830eda42 [2021-01-22T16:29:27.180Z] ---> Running in 0b05c306eae8 [2021-01-22T16:29:27.445Z] Removing intermediate container ebd75988244e [2021-01-22T16:29:27.445Z] ---> 854431801da2 [2021-01-22T16:29:27.445Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:29:28.419Z] ---> Running in dd6c32204535 [2021-01-22T16:29:28.419Z] Removing intermediate container b5f5a1e848f6 [2021-01-22T16:29:28.419Z] ---> a886fea83f90 [2021-01-22T16:29:28.419Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T16:29:28.419Z] Removing intermediate container 0b05c306eae8 [2021-01-22T16:29:28.419Z] ---> a8cb00b324dd [2021-01-22T16:29:28.419Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T16:29:28.419Z] Removing intermediate container 1803830eda42 [2021-01-22T16:29:28.419Z] ---> 5e00d5abbe6c [2021-01-22T16:29:28.419Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T16:29:28.419Z] Removing intermediate container 6bdfa8df5a33 [2021-01-22T16:29:28.419Z] ---> 6bf1d11fc1a7 [2021-01-22T16:29:28.419Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:29:28.419Z] ---> Running in 82595e737bee [2021-01-22T16:29:28.685Z] ---> Running in b22cdf04ef6b [2021-01-22T16:29:28.685Z] ---> Running in bffd6b366941 [2021-01-22T16:29:28.686Z] ---> Running in b92c7fd9919e [2021-01-22T16:29:28.686Z] Removing intermediate container dd6c32204535 [2021-01-22T16:29:28.686Z] ---> f41d19acd304 [2021-01-22T16:29:28.686Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T16:29:28.686Z] ---> Running in ecc1cd3fbd12 [2021-01-22T16:29:28.948Z] Removing intermediate container 82595e737bee [2021-01-22T16:29:28.948Z] ---> 15ed943d066a [2021-01-22T16:29:28.948Z] Step 13/21 : WORKDIR /edgex [2021-01-22T16:29:28.948Z] Removing intermediate container bffd6b366941 [2021-01-22T16:29:28.948Z] ---> fcffff1c6b19 [2021-01-22T16:29:28.948Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T16:29:28.948Z] Removing intermediate container b22cdf04ef6b [2021-01-22T16:29:28.948Z] ---> 4ef7e21728ef [2021-01-22T16:29:28.948Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T16:29:29.214Z] Removing intermediate container b92c7fd9919e [2021-01-22T16:29:29.214Z] ---> 754d68e9db43 [2021-01-22T16:29:29.214Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T16:29:29.214Z] ---> Running in 08d3b5d37bb9 [2021-01-22T16:29:29.214Z] ---> Running in be3ce0e22807 [2021-01-22T16:29:29.214Z] Removing intermediate container ecc1cd3fbd12 [2021-01-22T16:29:29.214Z] ---> 37577ec5619c [2021-01-22T16:29:29.214Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T16:29:29.214Z] ---> Running in ed36accdf0ec [2021-01-22T16:29:29.214Z] ---> Running in 3677ca7e8b77 [2021-01-22T16:29:29.479Z] ---> Running in ae98c88cc47b [2021-01-22T16:29:29.479Z] Removing intermediate container 08d3b5d37bb9 [2021-01-22T16:29:29.479Z] ---> 2eb87841e2da [2021-01-22T16:29:29.479Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T16:29:29.479Z] Removing intermediate container be3ce0e22807 [2021-01-22T16:29:29.479Z] ---> 15aaffd9039b [2021-01-22T16:29:29.479Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:29:29.742Z] Removing intermediate container 3677ca7e8b77 [2021-01-22T16:29:29.743Z] ---> 23bb48d58329 [2021-01-22T16:29:29.743Z] Step 15/23 : WORKDIR / [2021-01-22T16:29:29.743Z] Removing intermediate container ed36accdf0ec [2021-01-22T16:29:29.743Z] ---> c674aa938cf8 [2021-01-22T16:29:29.743Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T16:29:29.743Z] Removing intermediate container ae98c88cc47b [2021-01-22T16:29:29.743Z] ---> 5cbcb8503174 [2021-01-22T16:29:29.743Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:29:29.743Z] ---> Running in 3f8fcf39886c [2021-01-22T16:29:30.009Z] ---> Running in 29da7c864853 [2021-01-22T16:29:30.009Z] ---> Running in 32410368c592 [2021-01-22T16:29:30.009Z] ---> 24b59746c278 [2021-01-22T16:29:30.009Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T16:29:30.286Z] ---> 23d865c4eb6c [2021-01-22T16:29:30.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T16:29:30.286Z] Removing intermediate container 32410368c592 [2021-01-22T16:29:30.286Z] ---> 2b86dd46c99b [2021-01-22T16:29:30.286Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:29:30.576Z] Removing intermediate container 29da7c864853 [2021-01-22T16:29:30.576Z] ---> 5aeeebfe78de [2021-01-22T16:29:30.576Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:29:30.841Z] ---> eac5c698793b [2021-01-22T16:29:30.841Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T16:29:30.841Z] ---> 29a49f3bbeec [2021-01-22T16:29:30.841Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T16:29:31.788Z] ---> f5abf779e734 [2021-01-22T16:29:31.788Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T16:29:32.055Z] ---> 6aa7e1b209bb [2021-01-22T16:29:32.055Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T16:29:32.055Z] ---> 88b104ff30ae [2021-01-22T16:29:32.055Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T16:29:32.055Z] ---> 1375814b954e [2021-01-22T16:29:32.055Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T16:29:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T16:29:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.115s coverage: 100.0% of statements [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T16:29:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T16:29:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 65.8% of statements [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T16:29:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.685s coverage: 82.3% of statements [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T16:29:32.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T16:29:32.318Z] ---> Running in c8d3acbb9c47 [2021-01-22T16:29:32.318Z] Removing intermediate container 3f8fcf39886c [2021-01-22T16:29:32.318Z] ---> 37eab29f7d2a [2021-01-22T16:29:32.318Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T16:29:32.579Z] ---> Running in dcb76e0cee6c [2021-01-22T16:29:32.579Z] ---> 913d80a544c5 [2021-01-22T16:29:32.579Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T16:29:32.579Z] ---> ef8e1a0d6f26 [2021-01-22T16:29:32.579Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T16:29:32.579Z] ---> a76c5443c53f [2021-01-22T16:29:32.579Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T16:29:32.846Z] ---> Running in 6d4e259fb264 [2021-01-22T16:29:32.846Z] ---> Running in 9f3aa6c57f66 [2021-01-22T16:29:32.846Z] Removing intermediate container c8d3acbb9c47 [2021-01-22T16:29:32.846Z] ---> 9a0869aafa4d [2021-01-22T16:29:32.846Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T16:29:33.108Z] ---> a5f24a90adf7 [2021-01-22T16:29:33.108Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T16:29:33.108Z] ---> Running in f3488849ce2c [2021-01-22T16:29:33.108Z] Removing intermediate container 6d4e259fb264 [2021-01-22T16:29:33.108Z] ---> 4532b2320c19 [2021-01-22T16:29:33.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:29:33.108Z] Removing intermediate container 9f3aa6c57f66 [2021-01-22T16:29:33.108Z] ---> e4b37edcaf27 [2021-01-22T16:29:33.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:29:33.375Z] ---> Running in d71b3c80a7a4 [2021-01-22T16:29:33.375Z] ---> Running in 52e3db72db42 [2021-01-22T16:29:33.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:33.375Z] ---> Running in 066cff774822 [2021-01-22T16:29:33.375Z] Removing intermediate container f3488849ce2c [2021-01-22T16:29:33.375Z] ---> 9c5ff0db2553 [2021-01-22T16:29:33.375Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T16:29:33.951Z] Removing intermediate container d71b3c80a7a4 [2021-01-22T16:29:33.951Z] ---> 8cc2f2eb81ec [2021-01-22T16:29:33.951Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:29:33.951Z] Removing intermediate container 52e3db72db42 [2021-01-22T16:29:33.951Z] ---> 1cf6044f9495 [2021-01-22T16:29:33.951Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T16:29:33.951Z] Removing intermediate container 066cff774822 [2021-01-22T16:29:33.951Z] ---> fa081a4cff20 [2021-01-22T16:29:33.951Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T16:29:33.951Z] ---> Running in ca673d3edc27 [2021-01-22T16:29:33.951Z] ---> Running in a09b8b4f659c [2021-01-22T16:29:33.951Z] ---> Running in 07ee3dab59e0 [2021-01-22T16:29:33.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:29:33.951Z] ---> Running in 8c0d6e031e67 [2021-01-22T16:29:34.214Z] Removing intermediate container ca673d3edc27 [2021-01-22T16:29:34.214Z] ---> 32770280578f [2021-01-22T16:29:34.214Z] Step 20/21 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:29:34.214Z] Removing intermediate container a09b8b4f659c [2021-01-22T16:29:34.214Z] ---> 5e9a3d895508 [2021-01-22T16:29:34.214Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T16:29:34.214Z] ---> Running in aad88d7bae03 [2021-01-22T16:29:34.487Z] Removing intermediate container 07ee3dab59e0 [2021-01-22T16:29:34.487Z] ---> 88d9ad36d4f0 [2021-01-22T16:29:34.487Z] Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:29:34.487Z] Removing intermediate container 8c0d6e031e67 [2021-01-22T16:29:34.487Z] ---> 8f6c30d487ce [2021-01-22T16:29:34.487Z] Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:29:34.487Z] ---> Running in 6b31beee8c03 [2021-01-22T16:29:34.487Z] ---> Running in 70fbd4540857 [2021-01-22T16:29:34.487Z] ---> Running in 73dac240c4d5 [2021-01-22T16:29:34.751Z] Removing intermediate container aad88d7bae03 [2021-01-22T16:29:34.751Z] ---> f270db44b58d [2021-01-22T16:29:34.751Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T16:29:34.751Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T16:29:34.751Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T16:29:34.751Z] Removing intermediate container 6b31beee8c03 [2021-01-22T16:29:34.751Z] ---> ecb1ec57d21e [2021-01-22T16:29:34.751Z] Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:29:34.751Z] ---> Running in a3e49d67399d [2021-01-22T16:29:34.751Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T16:29:35.012Z] Removing intermediate container 73dac240c4d5 [2021-01-22T16:29:35.012Z] ---> 211443a71944 [2021-01-22T16:29:35.012Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T16:29:35.012Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T16:29:35.012Z] Removing intermediate container 70fbd4540857 [2021-01-22T16:29:35.012Z] ---> dbae87992462 [2021-01-22T16:29:35.012Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T16:29:35.012Z] ---> Running in d9f7a5cc95ac [2021-01-22T16:29:35.012Z] ---> Running in 995163675bc4 [2021-01-22T16:29:35.276Z] ---> Running in 80d87ae6c2c0 [2021-01-22T16:29:35.276Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T16:29:35.276Z] Removing intermediate container a3e49d67399d [2021-01-22T16:29:35.276Z] ---> 10e0bad23d60 [2021-01-22T16:29:35.276Z] [2021-01-22T16:29:35.276Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T16:29:35.276Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:29:35.541Z] OK: 8 MiB in 20 packages [2021-01-22T16:29:35.541Z] Successfully built 10e0bad23d60 [2021-01-22T16:29:35.541Z] Removing intermediate container d9f7a5cc95ac [2021-01-22T16:29:35.541Z] ---> 3f59e2a3af0b [2021-01-22T16:29:35.541Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T16:29:35.541Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T16:29:35.541Z] Removing intermediate container 995163675bc4 [2021-01-22T16:29:35.541Z] ---> d8e51126aef4 [2021-01-22T16:29:35.541Z] [2021-01-22T16:29:35.541Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-22T16:29:35.804Z] Removing intermediate container 80d87ae6c2c0 [2021-01-22T16:29:35.804Z] ---> 514a8909eab6 [2021-01-22T16:29:35.804Z] [2021-01-22T16:29:35.804Z] ---> Running in b7aa8977d983 [2021-01-22T16:29:35.804Z] Successfully built d8e51126aef4 [2021-01-22T16:29:35.804Z] Successfully built 514a8909eab6 [2021-01-22T16:29:35.804Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T16:29:35.804Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-01-22T16:29:35.804Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T16:29:35.804Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T16:29:36.066Z] Removing intermediate container b7aa8977d983 [2021-01-22T16:29:36.066Z] ---> 4a6ec51ef864 [2021-01-22T16:29:36.066Z] [2021-01-22T16:29:36.066Z] Successfully built 4a6ec51ef864 [2021-01-22T16:29:36.334Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T16:29:36.334Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-22T16:29:36.334Z] Removing intermediate container dcb76e0cee6c [2021-01-22T16:29:36.334Z] ---> 23d3d1a0d5ce [2021-01-22T16:29:36.334Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:29:36.598Z] ---> 68a9a9c9c705 [2021-01-22T16:29:36.598Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T16:29:37.192Z] ---> 1c5580881f81 [2021-01-22T16:29:37.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T16:29:40.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.147s coverage: 28.6% of statements [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T16:29:40.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T16:29:40.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T16:29:40.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.296s coverage: 86.7% of statements [2021-01-22T16:29:40.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T16:29:40.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2021-01-22T16:29:40.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T16:29:40.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2021-01-22T16:29:40.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T16:29:40.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T16:29:40.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T16:29:40.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T16:29:41.470Z] ---> f733ba8fe2c8 [2021-01-22T16:29:41.470Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T16:29:42.061Z] ---> Running in 081bd258ad6d [2021-01-22T16:29:45.099Z] Removing intermediate container 081bd258ad6d [2021-01-22T16:29:45.099Z] ---> 02d7ff748f56 [2021-01-22T16:29:45.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:29:45.391Z] ---> Running in 6c637cee0d8c [2021-01-22T16:29:47.424Z] Removing intermediate container 6c637cee0d8c [2021-01-22T16:29:47.424Z] ---> ddcaa72a1c9a [2021-01-22T16:29:47.424Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T16:29:47.424Z] ---> Running in 87c108644779 [2021-01-22T16:29:47.691Z] Removing intermediate container 87c108644779 [2021-01-22T16:29:47.691Z] ---> 3ca6a8cab80b [2021-01-22T16:29:47.691Z] Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:29:47.954Z] ---> Running in 940be5217d81 [2021-01-22T16:29:47.954Z] Removing intermediate container 940be5217d81 [2021-01-22T16:29:47.954Z] ---> f31409235bfa [2021-01-22T16:29:47.954Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T16:29:48.218Z] ---> Running in 44e64272b8cf [2021-01-22T16:29:48.218Z] Removing intermediate container 44e64272b8cf [2021-01-22T16:29:48.218Z] ---> c78d2671c90c [2021-01-22T16:29:48.218Z] [2021-01-22T16:29:48.479Z] Successfully built c78d2671c90c [2021-01-22T16:29:48.480Z] Successfully tagged docker-core-data-go:latest [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.244s coverage: 92.8% of statements [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T16:29:51.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 43.8% of statements [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.110s coverage: 94.1% of statements [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-01-22T16:29:51.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.115s coverage: 84.2% of statements [2021-01-22T16:30:03.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.4% of statements [2021-01-22T16:30:03.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T16:30:04.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 63.5% of statements [2021-01-22T16:30:04.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T16:30:04.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T16:30:04.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-01-22T16:30:05.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-01-22T16:30:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-22T16:30:06.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-01-22T16:30:06.781Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:30:06.781Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:30:06.781Z] ---> baf0faaa0753 [2021-01-22T16:30:06.781Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> 6eaebcdc3590 [2021-01-22T16:30:06.781Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> ca14a509aa1e [2021-01-22T16:30:06.781Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T16:30:06.781Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:30:06.781Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:30:06.781Z] ---> baf0faaa0753 [2021-01-22T16:30:06.781Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> 6eaebcdc3590 [2021-01-22T16:30:06.781Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> ca14a509aa1e [2021-01-22T16:30:06.781Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T16:30:06.781Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:30:06.781Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:30:06.781Z] ---> baf0faaa0753 [2021-01-22T16:30:06.781Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> 6eaebcdc3590 [2021-01-22T16:30:06.781Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> ca14a509aa1e [2021-01-22T16:30:06.781Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T16:30:06.781Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:30:06.781Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:30:06.781Z] ---> baf0faaa0753 [2021-01-22T16:30:06.781Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> 6eaebcdc3590 [2021-01-22T16:30:06.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:30:06.781Z] ---> Using cache [2021-01-22T16:30:06.781Z] ---> ca14a509aa1e [2021-01-22T16:30:06.781Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T16:30:06.781Z] ---> Running in 9d805c789a08 [2021-01-22T16:30:06.781Z] ---> Running in 67e008a8b787 [2021-01-22T16:30:06.781Z] ---> Running in 168401485c19 [2021-01-22T16:30:06.781Z] ---> Running in d795d3a93b68 [2021-01-22T16:30:06.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:06.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:06.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:06.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:07.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:07.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:07.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:07.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:30:07.960Z] OK: 233 MiB in 51 packages [2021-01-22T16:30:08.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-01-22T16:30:08.223Z] OK: 233 MiB in 51 packages [2021-01-22T16:30:08.492Z] OK: 233 MiB in 51 packages [2021-01-22T16:30:08.755Z] Removing intermediate container d795d3a93b68 [2021-01-22T16:30:08.755Z] ---> e42c6a663e66 [2021-01-22T16:30:08.755Z] Step 6/33 : COPY go.mod . [2021-01-22T16:30:08.755Z] Removing intermediate container 67e008a8b787 [2021-01-22T16:30:08.755Z] ---> 1f12a54e264f [2021-01-22T16:30:08.755Z] Step 6/26 : COPY go.mod . [2021-01-22T16:30:09.023Z] OK: 233 MiB in 51 packages [2021-01-22T16:30:09.023Z] ---> 78c698cc9911 [2021-01-22T16:30:09.023Z] Step 7/33 : RUN go mod download [2021-01-22T16:30:09.023Z] Removing intermediate container 9d805c789a08 [2021-01-22T16:30:09.023Z] ---> 1273fd5febcb [2021-01-22T16:30:09.023Z] Step 6/24 : COPY go.mod . [2021-01-22T16:30:09.023Z] ---> Running in ca092ece9ad8 [2021-01-22T16:30:09.295Z] ---> 2cd30235c598 [2021-01-22T16:30:09.295Z] Step 7/26 : RUN go mod download [2021-01-22T16:30:09.295Z] ---> Running in 147a9c00f8bf [2021-01-22T16:30:09.562Z] ---> f39b17954a7b [2021-01-22T16:30:09.562Z] Step 7/24 : RUN go mod download [2021-01-22T16:30:09.826Z] ---> Running in 4cc084dce9f6 [2021-01-22T16:30:10.094Z] Removing intermediate container 168401485c19 [2021-01-22T16:30:10.094Z] ---> efb0d8dea081 [2021-01-22T16:30:10.094Z] Step 6/23 : COPY go.mod . [2021-01-22T16:30:10.376Z] ---> 3dbb0ca9da15 [2021-01-22T16:30:10.376Z] Step 7/23 : RUN go mod download [2021-01-22T16:30:10.376Z] ---> Running in 13fd9af771d5 [2021-01-22T16:30:10.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 68.9% of statements [2021-01-22T16:30:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T16:30:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T16:30:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T16:30:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T16:30:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T16:30:11.335Z] Removing intermediate container ca092ece9ad8 [2021-01-22T16:30:11.335Z] ---> 887b277cda32 [2021-01-22T16:30:11.335Z] Step 8/33 : COPY . . [2021-01-22T16:30:11.335Z] Removing intermediate container 147a9c00f8bf [2021-01-22T16:30:11.335Z] ---> 681a9caff521 [2021-01-22T16:30:11.335Z] Step 8/26 : COPY . . [2021-01-22T16:30:11.608Z] Removing intermediate container 4cc084dce9f6 [2021-01-22T16:30:11.608Z] ---> d0d69526772e [2021-01-22T16:30:11.608Z] Step 8/24 : COPY . . [2021-01-22T16:30:12.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 37.0% of statements [2021-01-22T16:30:12.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T16:30:12.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T16:30:12.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.577s coverage: 84.0% of statements [2021-01-22T16:30:12.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-01-22T16:30:13.048Z] Removing intermediate container 13fd9af771d5 [2021-01-22T16:30:13.048Z] ---> 725d74e756ae [2021-01-22T16:30:13.048Z] Step 8/23 : COPY . . [2021-01-22T16:30:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.366s coverage: 47.1% of statements [2021-01-22T16:30:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T16:30:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T16:30:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T16:30:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T16:30:19.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T16:30:19.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-01-22T16:30:19.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T16:30:19.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-01-22T16:30:19.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.990s coverage: 29.1% of statements [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T16:30:24.572Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T16:30:24.572Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-01-22T16:30:24.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-01-22T16:30:25.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-22T16:30:26.795Z] GO111MODULE=on go vet ./... [2021-01-22T16:30:45.479Z] ---> 8aa9107553c8 [2021-01-22T16:30:45.479Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T16:30:45.479Z] ---> Running in 2d32bcb63e29 [2021-01-22T16:30:45.479Z] ---> eed7eb6547c9 [2021-01-22T16:30:45.479Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T16:30:45.479Z] ---> 6a4eb7d1864f [2021-01-22T16:30:45.479Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T16:30:45.479Z] ---> 5f665d4a9b9d [2021-01-22T16:30:45.479Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T16:30:45.479Z] ---> Running in 62b14caf83e1 [2021-01-22T16:30:45.479Z] ---> Running in fd1b8427cd38 [2021-01-22T16:30:45.479Z] ---> Running in 570c3702e635 [2021-01-22T16:30:45.749Z] 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-01-22T16:30:45.749Z] 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-01-22T16:30:45.749Z] 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-01-22T16:30:45.749Z] 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-01-22T16:31:12.474Z] 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-01-22T16:31:12.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T16:31:13.903Z] Removing intermediate container fd1b8427cd38 [2021-01-22T16:31:13.903Z] ---> c31bb54f6963 [2021-01-22T16:31:13.903Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T16:31:13.903Z] Removing intermediate container 570c3702e635 [2021-01-22T16:31:13.903Z] ---> 464f3af50a5c [2021-01-22T16:31:13.903Z] [2021-01-22T16:31:13.903Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T16:31:13.903Z] ---> 389fef711851 [2021-01-22T16:31:13.903Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T16:31:13.903Z] ---> Using cache [2021-01-22T16:31:13.903Z] ---> 854431801da2 [2021-01-22T16:31:13.903Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:31:13.903Z] ---> Using cache [2021-01-22T16:31:13.903Z] ---> f41d19acd304 [2021-01-22T16:31:13.903Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T16:31:13.903Z] ---> Running in cc8b499c721a [2021-01-22T16:31:13.903Z] ---> Running in 515d55652dc5 [2021-01-22T16:31:14.886Z] Removing intermediate container 515d55652dc5 [2021-01-22T16:31:14.886Z] ---> 21c4de8c4f84 [2021-01-22T16:31:14.886Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T16:31:14.886Z] 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-01-22T16:31:16.815Z] ---> Running in 7ee09026b7ee [2021-01-22T16:31:17.391Z] Removing intermediate container 62b14caf83e1 [2021-01-22T16:31:17.391Z] ---> fec660b0b16c [2021-01-22T16:31:17.391Z] [2021-01-22T16:31:17.391Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T16:31:17.391Z] ---> 389fef711851 [2021-01-22T16:31:17.391Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T16:31:17.391Z] Removing intermediate container 2d32bcb63e29 [2021-01-22T16:31:17.391Z] ---> f2c3b0c92767 [2021-01-22T16:31:17.391Z] [2021-01-22T16:31:17.391Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T16:31:17.391Z] ---> 389fef711851 [2021-01-22T16:31:17.391Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T16:31:17.654Z] Removing intermediate container 7ee09026b7ee [2021-01-22T16:31:17.654Z] ---> 69ff23ace6e5 [2021-01-22T16:31:17.654Z] Step 15/23 : WORKDIR / [2021-01-22T16:31:17.654Z] ---> Running in c765b02de3a9 [2021-01-22T16:31:17.654Z] ---> Running in c3be60b409f6 [2021-01-22T16:31:17.654Z] ---> Running in 5fd9098d1367 [2021-01-22T16:31:18.233Z] Removing intermediate container cc8b499c721a [2021-01-22T16:31:18.233Z] ---> 3138f3f02148 [2021-01-22T16:31:18.233Z] [2021-01-22T16:31:18.233Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T16:31:18.233Z] 20.10.0: Pulling from library/docker [2021-01-22T16:31:18.233Z] Removing intermediate container 5fd9098d1367 [2021-01-22T16:31:18.233Z] ---> 453cbc73fd10 [2021-01-22T16:31:18.233Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:31:18.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:18.817Z] ---> 78efa6c0394c [2021-01-22T16:31:18.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T16:31:18.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:19.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:19.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:19.095Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T16:31:19.364Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T16:31:19.364Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T16:31:19.364Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T16:31:19.364Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T16:31:19.364Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T16:31:19.364Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T16:31:19.364Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:31:19.364Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T16:31:19.364Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:31:19.364Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T16:31:19.364Z] OK: 6 MiB in 17 packages [2021-01-22T16:31:19.628Z] OK: 7 MiB in 19 packages [2021-01-22T16:31:20.226Z] ---> 0609882e6c40 [2021-01-22T16:31:20.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T16:31:20.818Z] Removing intermediate container c3be60b409f6 [2021-01-22T16:31:20.818Z] ---> e7e70b14e240 [2021-01-22T16:31:20.818Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T16:31:21.081Z] ---> Running in 214d964b2ed0 [2021-01-22T16:31:21.081Z] ---> b9c9153ee01e [2021-01-22T16:31:21.081Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T16:31:21.081Z] Removing intermediate container c765b02de3a9 [2021-01-22T16:31:21.081Z] ---> 7e43acedd187 [2021-01-22T16:31:21.081Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T16:31:21.081Z] ---> Running in ff6113f7854e [2021-01-22T16:31:21.345Z] ---> Running in abf174eb246d [2021-01-22T16:31:21.345Z] Removing intermediate container 214d964b2ed0 [2021-01-22T16:31:21.345Z] ---> d49621938768 [2021-01-22T16:31:21.345Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T16:31:21.613Z] Removing intermediate container ff6113f7854e [2021-01-22T16:31:21.613Z] ---> 51cc377adff4 [2021-01-22T16:31:21.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:31:21.882Z] ---> Running in c555b8349403 [2021-01-22T16:31:22.459Z] ---> Running in 23c42282484f [2021-01-22T16:31:22.723Z] Removing intermediate container abf174eb246d [2021-01-22T16:31:22.723Z] ---> 477554a086b3 [2021-01-22T16:31:22.723Z] Step 13/24 : WORKDIR / [2021-01-22T16:31:22.723Z] Removing intermediate container c555b8349403 [2021-01-22T16:31:22.723Z] ---> 2ec5ef44a9f2 [2021-01-22T16:31:22.723Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T16:31:23.309Z] ---> Running in a0552920a54d [2021-01-22T16:31:23.583Z] ---> Running in 930e44ad0268 [2021-01-22T16:31:23.845Z] Removing intermediate container 23c42282484f [2021-01-22T16:31:23.845Z] ---> 37ebc66c8999 [2021-01-22T16:31:23.845Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T16:31:24.109Z] ---> Running in 0c41896676fd [2021-01-22T16:31:24.109Z] Removing intermediate container a0552920a54d [2021-01-22T16:31:24.109Z] ---> 10c9350da34e [2021-01-22T16:31:24.109Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T16:31:24.372Z] Removing intermediate container 0c41896676fd [2021-01-22T16:31:24.372Z] ---> b571a5bd7cb9 [2021-01-22T16:31:24.372Z] Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:31:24.372Z] ---> Running in 50a4e761211c [2021-01-22T16:31:24.372Z] ---> 3c566fafdfad [2021-01-22T16:31:24.372Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T16:31:24.372Z] Connecting to github.com (140.82.112.4:443) [2021-01-22T16:31:24.372Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T16:31:24.635Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T16:31:24.635Z] ---> aefe523efa57 [2021-01-22T16:31:24.635Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T16:31:24.635Z] Removing intermediate container 50a4e761211c [2021-01-22T16:31:24.635Z] ---> 9a847a7a4fd9 [2021-01-22T16:31:24.635Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T16:31:24.635Z] ---> Running in 3f5c08bb4eb7 [2021-01-22T16:31:24.635Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.205.83:443) [2021-01-22T16:31:24.899Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T16:31:24.899Z]  ---> Running in d873ef0d5ccf [2021-01-22T16:31:24.899Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T16:31:24.899Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T16:31:24.899Z] dockerize [2021-01-22T16:31:24.899Z] ---> 25a24727b311 [2021-01-22T16:31:24.899Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T16:31:25.177Z] Removing intermediate container d873ef0d5ccf [2021-01-22T16:31:25.177Z] ---> 446029f45ad1 [2021-01-22T16:31:25.177Z] [2021-01-22T16:31:25.452Z] ---> 9c14967b9777 [2021-01-22T16:31:25.452Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T16:31:25.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:25.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:25.726Z] Successfully built 446029f45ad1 [2021-01-22T16:31:25.726Z] Successfully tagged docker-core-command-go:latest [2021-01-22T16:31:25.726Z]  Building docker-core-command-go ... done (1/2) Installing readline (8.0.4-r0) [2021-01-22T16:31:25.726Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T16:31:25.726Z] Executing bash-5.0.17-r0.post-install [2021-01-22T16:31:25.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:31:25.994Z] OK: 12 MiB in 22 packages [2021-01-22T16:31:25.994Z] Removing intermediate container 930e44ad0268 [2021-01-22T16:31:25.994Z] ---> 216cee4045f8 [2021-01-22T16:31:25.994Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T16:31:25.994Z] ---> f015ee2ff1c0 [2021-01-22T16:31:25.994Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T16:31:25.994Z] ---> Running in 45f980b0c894 [2021-01-22T16:31:26.258Z] Removing intermediate container 45f980b0c894 [2021-01-22T16:31:26.258Z] ---> 2f7613a70043 [2021-01-22T16:31:26.258Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T16:31:26.524Z] ---> Running in 85ccdf2f516a [2021-01-22T16:31:26.524Z] Removing intermediate container 3f5c08bb4eb7 [2021-01-22T16:31:26.524Z] ---> f34324399606 [2021-01-22T16:31:26.524Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T16:31:26.524Z] ---> 2a1d820a04d3 [2021-01-22T16:31:26.524Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T16:31:26.793Z] ---> Running in ae84996c9d58 [2021-01-22T16:31:26.793Z] Removing intermediate container 85ccdf2f516a [2021-01-22T16:31:26.793Z] ---> 339123e0b7b8 [2021-01-22T16:31:26.793Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T16:31:26.793Z] ---> Running in 08bb4088d4f3 [2021-01-22T16:31:27.056Z] Removing intermediate container ae84996c9d58 [2021-01-22T16:31:27.056Z] ---> 6bb5bbf80473 [2021-01-22T16:31:27.056Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T16:31:27.056Z] ---> 44db3e39396c [2021-01-22T16:31:27.056Z] 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-01-22T16:31:27.320Z] ---> Running in 92a6c44e929d [2021-01-22T16:31:27.320Z] ---> Running in 9da82a162b55 [2021-01-22T16:31:27.602Z] Removing intermediate container 92a6c44e929d [2021-01-22T16:31:27.602Z] ---> f7f36e38ed32 [2021-01-22T16:31:27.602Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T16:31:27.602Z] ---> Running in 81439ea4ac42 [2021-01-22T16:31:27.602Z] Move dockerize executable [2021-01-22T16:31:27.869Z] Removing intermediate container 81439ea4ac42 [2021-01-22T16:31:27.869Z] ---> 7ab1410a42c7 [2021-01-22T16:31:27.869Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T16:31:28.458Z] Removing intermediate container 08bb4088d4f3 [2021-01-22T16:31:28.459Z] ---> 3c687c467545 [2021-01-22T16:31:28.459Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T16:31:28.459Z] Removing intermediate container 9da82a162b55 [2021-01-22T16:31:28.459Z] ---> d6987e4f2744 [2021-01-22T16:31:28.459Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T16:31:28.723Z] ---> Running in d52e5cc821e4 [2021-01-22T16:31:28.723Z] ---> cca8e9c1073e [2021-01-22T16:31:28.723Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T16:31:28.723Z] ---> Running in 9108a4a77b3b [2021-01-22T16:31:28.723Z] Removing intermediate container d52e5cc821e4 [2021-01-22T16:31:28.723Z] ---> a4a2cb7fe9cc [2021-01-22T16:31:28.723Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T16:31:28.723Z] Removing intermediate container 9108a4a77b3b [2021-01-22T16:31:28.723Z] ---> a6331d41b04b [2021-01-22T16:31:28.723Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T16:31:28.990Z] ---> Running in 01e8fed02fef [2021-01-22T16:31:28.990Z] ---> f725a2551151 [2021-01-22T16:31:28.990Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T16:31:29.254Z] ---> 779e215389f5 [2021-01-22T16:31:29.254Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T16:31:29.254Z] Removing intermediate container 01e8fed02fef [2021-01-22T16:31:29.254Z] ---> 84e3bc637887 [2021-01-22T16:31:29.254Z] Step 23/24 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:31:29.254Z] ---> Running in b95cfe719f06 [2021-01-22T16:31:29.254Z] ---> Running in 90bf65bf0b91 [2021-01-22T16:31:29.518Z] ---> dd5e971e8c1a [2021-01-22T16:31:29.518Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T16:31:29.781Z] Removing intermediate container 90bf65bf0b91 [2021-01-22T16:31:29.781Z] ---> 9cbde68f717e [2021-01-22T16:31:29.781Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T16:31:29.781Z] ---> Running in 3410f4b18bfe [2021-01-22T16:31:29.781Z] ---> Running in 7ed8e62d731c [2021-01-22T16:31:30.045Z] Removing intermediate container 7ed8e62d731c [2021-01-22T16:31:30.045Z] ---> 406bcd650ba6 [2021-01-22T16:31:30.045Z] [2021-01-22T16:31:30.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:30.618Z] Successfully built 406bcd650ba6 [2021-01-22T16:31:30.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:30.881Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T16:31:30.881Z]  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T16:31:30.881Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T16:31:30.881Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T16:31:30.881Z] Removing intermediate container b95cfe719f06 [2021-01-22T16:31:30.881Z] ---> a8c3031c6c9f [2021-01-22T16:31:30.881Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:31:30.881Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T16:31:30.881Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T16:31:30.881Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T16:31:31.145Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T16:31:33.701Z] ---> 7ac63569c542 [2021-01-22T16:31:33.701Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T16:31:33.964Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T16:31:33.964Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T16:31:33.964Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T16:31:33.964Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T16:31:34.538Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T16:31:34.800Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T16:31:34.800Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T16:31:34.827Z] gofmt -l . [2021-01-22T16:31:35.376Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T16:31:35.800Z] [ "`gofmt -l .`" = "" ] [2021-01-22T16:31:35.951Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T16:31:35.951Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T16:31:35.951Z] ---> 9542b60f4e07 [2021-01-22T16:31:35.951Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T16:31:35.951Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T16:31:35.951Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T16:31:35.951Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T16:31:35.951Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T16:31:35.951Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T16:31:35.951Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T16:31:35.951Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T16:31:35.951Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T16:31:35.951Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T16:31:36.213Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T16:31:36.476Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T16:31:36.476Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T16:31:36.476Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T16:31:36.739Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T16:31:37.003Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T16:31:37.003Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T16:31:37.003Z] ---> 70a04a77a2bf [2021-01-22T16:31:37.003Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T16:31:37.003Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:31:37.003Z] OK: 71 MiB in 55 packages [2021-01-22T16:31:38.393Z] ---> c8355ed600ba [2021-01-22T16:31:38.393Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T16:31:38.410Z] ./bin/test-go-mod-tidy.sh [2021-01-22T16:31:38.683Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T16:31:40.778Z] + ls -al . [2021-01-22T16:31:40.778Z] total 696 [2021-01-22T16:31:40.778Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 16:31 . [2021-01-22T16:31:40.778Z] drwxr-xr-x 4 root root 4096 Jan 22 16:27 .. [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 16:26 .dockerignore [2021-01-22T16:31:40.778Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 16:26 .git [2021-01-22T16:31:40.778Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 16:26 .github [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 16:26 .gitignore [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 16:26 .sonarcloud.properties [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 16:26 Attribution.txt [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 16:26 CONTRIBUTING.md [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 16:26 Dockerfile.build [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 16:26 Jenkinsfile [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 16:26 LICENSE [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 16:26 Makefile [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 16:26 README.md [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 16:26 SECURITY.md [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 16:23 VERSION [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 16:26 ZMQWindows.md [2021-01-22T16:31:40.778Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 16:26 bin [2021-01-22T16:31:40.778Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 16:26 cmd [2021-01-22T16:31:40.778Z] -rw-r--r-- 1 root root 564700 Jan 22 16:30 coverage.out [2021-01-22T16:31:40.778Z] -rw-r--r-- 1 root root 1053 Jan 22 16:31 go.mod [2021-01-22T16:31:40.778Z] -rw-r--r-- 1 root root 18878 Jan 22 16:31 go.sum [2021-01-22T16:31:40.778Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 16:26 internal [2021-01-22T16:31:40.778Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 16:26 openapi [2021-01-22T16:31:40.778Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 16:26 snap [2021-01-22T16:31:40.778Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 16:26 version.go [Pipeline] sh [2021-01-22T16:31:40.950Z] ---> ebf80f49d1b2 [2021-01-22T16:31:40.950Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T16:31:41.431Z] + '[' -e coverage.out ] [2021-01-22T16:31:41.431Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T16:31:41.533Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T16:31:42.360Z] ---> Running in e210b1a681a5 [2021-01-22T16:31:42.650Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T16:31:42.935Z] Removing intermediate container 3410f4b18bfe [2021-01-22T16:31:42.936Z] ---> 0eabb004dd9b [2021-01-22T16:31:42.936Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T16:31:43.338Z] + make build [2021-01-22T16:31:43.338Z] 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-01-22T16:31:43.883Z] Removing intermediate container e210b1a681a5 [2021-01-22T16:31:43.883Z] ---> d98a30db7058 [2021-01-22T16:31:43.883Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T16:31:43.883Z] ---> Running in 72761d27d54a [2021-01-22T16:31:43.883Z] ---> e7dce7a45c14 [2021-01-22T16:31:43.883Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T16:31:44.145Z] ---> Running in c38de93bbe50 [2021-01-22T16:31:45.545Z] Collecting docker-compose==1.23.2 [2021-01-22T16:31:45.809Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T16:31:46.073Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T16:31:46.073Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T16:31:46.073Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T16:31:46.073Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T16:31:46.073Z] Removing intermediate container c38de93bbe50 [2021-01-22T16:31:46.073Z] ---> 3bba55e5f587 [2021-01-22T16:31:46.073Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T16:31:46.344Z] ---> Running in 8ebe5974c5e8 [2021-01-22T16:31:46.609Z] Removing intermediate container 8ebe5974c5e8 [2021-01-22T16:31:46.610Z] ---> 70d8b88c058d [2021-01-22T16:31:46.610Z] Step 30/33 : CMD ["gate"] [2021-01-22T16:31:46.873Z] ---> Running in d2a1d9dcc369 [2021-01-22T16:31:46.873Z] Collecting PyYAML<4,>=3.10 [2021-01-22T16:31:46.874Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T16:31:47.136Z] Removing intermediate container d2a1d9dcc369 [2021-01-22T16:31:47.136Z] ---> 217ae41bd9d9 [2021-01-22T16:31:47.136Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T16:31:47.136Z] ---> Running in 12e6853df741 [2021-01-22T16:31:47.713Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T16:31:47.713Z] Removing intermediate container 12e6853df741 [2021-01-22T16:31:47.713Z] ---> 489868978c16 [2021-01-22T16:31:47.713Z] Step 32/33 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:31:47.976Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T16:31:47.976Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T16:31:47.976Z] ---> Running in e0df44a58592 [2021-01-22T16:31:47.976Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T16:31:48.240Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T16:31:48.240Z] Removing intermediate container e0df44a58592 [2021-01-22T16:31:48.240Z] ---> af27cbc239f9 [2021-01-22T16:31:48.240Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T16:31:48.503Z] ---> Running in 1432041bcecf [2021-01-22T16:31:48.503Z] Removing intermediate container 1432041bcecf [2021-01-22T16:31:48.503Z] ---> 2566ad6605c4 [2021-01-22T16:31:48.503Z] [2021-01-22T16:31:48.766Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T16:31:48.766Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T16:31:48.766Z] Successfully built 2566ad6605c4 [2021-01-22T16:31:48.766Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T16:31:48.766Z]  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 [2021-01-22T16:31:48.766Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T16:31:49.027Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T16:31:49.027Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T16:31:49.289Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T16:31:49.289Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T16:31:49.863Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T16:31:49.863Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T16:31:49.863Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T16:31:49.863Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T16:31:49.863Z] Collecting idna<2.8,>=2.5 [2021-01-22T16:31:49.863Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T16:31:50.126Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T16:31:50.126Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T16:31:50.126Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T16:31:50.126Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T16:31:50.126Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T16:31:50.126Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T16:31:50.388Z] Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, cached-property, dockerpty, docker-compose [2021-01-22T16:31:50.388Z] Running setup.py install for docopt: started [2021-01-22T16:31:50.961Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T16:31:50.961Z] Running setup.py install for PyYAML: started [2021-01-22T16:31:51.535Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T16:31:51.535Z] Attempting uninstall: idna [2021-01-22T16:31:51.535Z] Found existing installation: idna 2.9 [2021-01-22T16:31:51.535Z] Uninstalling idna-2.9: [2021-01-22T16:31:51.535Z] Successfully uninstalled idna-2.9 [2021-01-22T16:31:51.800Z] Attempting uninstall: urllib3 [2021-01-22T16:31:51.800Z] Found existing installation: urllib3 1.25.9 [2021-01-22T16:31:51.800Z] Uninstalling urllib3-1.25.9: [2021-01-22T16:31:51.800Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T16:31:52.062Z] Attempting uninstall: requests [2021-01-22T16:31:52.062Z] Found existing installation: requests 2.23.0 [2021-01-22T16:31:52.063Z] Uninstalling requests-2.23.0: [2021-01-22T16:31:52.063Z] Successfully uninstalled requests-2.23.0 [2021-01-22T16:31:52.390Z] Running setup.py install for texttable: started [2021-01-22T16:31:53.040Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T16:31:53.490Z] 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-01-22T16:31:53.637Z] Running setup.py install for dockerpty: started [2021-01-22T16:31:54.263Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T16:31:54.550Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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.57.0 [2021-01-22T16:31:57.882Z] Removing intermediate container 72761d27d54a [2021-01-22T16:31:57.882Z] ---> 072016231f89 [2021-01-22T16:31:57.882Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T16:31:57.882Z] ---> Running in 7404242cbd3d [2021-01-22T16:31:57.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:58.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T16:31:58.409Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T16:31:58.409Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T16:31:58.409Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T16:31:58.409Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:31:58.409Z] OK: 72 MiB in 58 packages [2021-01-22T16:31:58.989Z] Removing intermediate container 7404242cbd3d [2021-01-22T16:31:58.989Z] ---> a8b00a39422d [2021-01-22T16:31:58.989Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T16:31:58.989Z] ---> Running in dec4c1d6c0ea [2021-01-22T16:31:59.252Z] Removing intermediate container dec4c1d6c0ea [2021-01-22T16:31:59.252Z] ---> c2d1f6577e1c [2021-01-22T16:31:59.252Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:31:59.252Z] ---> Running in e61593d2cfe3 [2021-01-22T16:31:59.515Z] Removing intermediate container e61593d2cfe3 [2021-01-22T16:31:59.515Z] ---> 1738e1531112 [2021-01-22T16:31:59.515Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T16:31:59.515Z] ---> Running in 605b32e3d58b [2021-01-22T16:31:59.778Z] Removing intermediate container 605b32e3d58b [2021-01-22T16:31:59.778Z] ---> 0a6218043794 [2021-01-22T16:31:59.778Z] Step 25/26 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:31:59.778Z] ---> Running in 4c13ca0935b4 [2021-01-22T16:31:59.778Z] Removing intermediate container 4c13ca0935b4 [2021-01-22T16:31:59.778Z] ---> 726dbf016906 [2021-01-22T16:31:59.778Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T16:32:00.040Z] ---> Running in 5069b21527f4 [2021-01-22T16:32:00.040Z] Removing intermediate container 5069b21527f4 [2021-01-22T16:32:00.040Z] ---> e3060897ba92 [2021-01-22T16:32:00.040Z] [2021-01-22T16:32:00.304Z] Successfully built e3060897ba92 [2021-01-22T16:32:00.304Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T16:32:00.583Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T16:32:00.591Z] $ docker stop --time=1 37b00abddecd019a117f6c5c0bcc98c52acca90b78566dedf11daaff1984b034 [2021-01-22T16:32:02.317Z] $ docker rm -f 37b00abddecd019a117f6c5c0bcc98c52acca90b78566dedf11daaff1984b034 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T16:32:02.929Z] + docker images [2021-01-22T16:32:02.929Z] + grep docker [2021-01-22T16:32:03.193Z] docker-sys-mgmt-agent-go latest e3060897ba92 4 seconds ago 313MB [2021-01-22T16:32:03.193Z] docker-security-bootstrapper-go latest 2566ad6605c4 15 seconds ago 41.5MB [2021-01-22T16:32:03.193Z] docker-security-secretstore-setup-go latest 406bcd650ba6 34 seconds ago 24.6MB [2021-01-22T16:32:03.193Z] docker-core-command-go latest 446029f45ad1 39 seconds ago 16.3MB [2021-01-22T16:32:03.193Z] docker-core-data-go latest c78d2671c90c 2 minutes ago 22.3MB [2021-01-22T16:32:03.193Z] docker-core-metadata-go latest 4a6ec51ef864 2 minutes ago 18.8MB [2021-01-22T16:32:03.193Z] docker-support-scheduler-go latest d8e51126aef4 2 minutes ago 16.4MB [2021-01-22T16:32:03.193Z] docker-support-notifications-go latest 514a8909eab6 2 minutes ago 16.9MB [2021-01-22T16:32:03.193Z] docker-security-proxy-setup-go latest 10e0bad23d60 2 minutes ago 24.4MB [2021-01-22T16:32:03.193Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [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-01-22T16:32:15.673Z] 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-01-22T16:32:18.302Z] 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-01-22T16:32:19.091Z] Still waiting to schedule task [2021-01-22T16:32:19.092Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T16:32:23.699Z] 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-01-22T16:32:25.147Z] 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-01-22T16:32:30.562Z] 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-01-22T16:32:33.951Z] 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-01-22T16:32:38.258Z] 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-01-22T16:32:41.657Z] 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-01-22T16:32:45.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T16:32:49.346Z] 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-01-22T16:32:52.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-22T16:32:58.139Z] $ docker stop --time=1 c40389177de7bd9b3e61594219673b77bd1a938a155134bad023192bf479016c [2021-01-22T16:33:00.801Z] $ docker rm -f c40389177de7bd9b3e61594219673b77bd1a938a155134bad023192bf479016c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:33:02.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T16:33:02.789Z] [2021-01-22T16:33:02.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:33:03.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T16:33:03.178Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T16:33:03.178Z] 29e5d40040c1: Pulling fs layer [2021-01-22T16:33:03.178Z] 1ce36da41761: Pulling fs layer [2021-01-22T16:33:03.178Z] 25b303627fd3: Pulling fs layer [2021-01-22T16:33:03.775Z] 29e5d40040c1: Verifying Checksum [2021-01-22T16:33:03.775Z] 29e5d40040c1: Download complete [2021-01-22T16:33:04.369Z] 29e5d40040c1: Pull complete [2021-01-22T16:33:04.654Z] 1ce36da41761: Verifying Checksum [2021-01-22T16:33:04.654Z] 1ce36da41761: Download complete [2021-01-22T16:33:05.642Z] 1ce36da41761: Pull complete [2021-01-22T16:33:06.240Z] 25b303627fd3: Verifying Checksum [2021-01-22T16:33:06.240Z] 25b303627fd3: Download complete [2021-01-22T16:33:16.390Z] 25b303627fd3: Pull complete [2021-01-22T16:33:16.390Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T16:33:16.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T16:33:16.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T16:33:16.634Z] prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container [2021-01-22T16:33:16.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T16:33:17.490Z] Running on prd-ubuntu18.04-docker-8c-8g-22289 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [2021-01-22T16:33:19.818Z] $ docker top 8ba2240e03e8b24c001820082d3ce69c3fed84062561c55fc2424c54c5f5fbba -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-22T16:33:20.378Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-22T16:33:20.963Z] + docker-compose build --help [2021-01-22T16:33:20.963Z] + grep parallel [2021-01-22T16:33:22.439Z] using credential edgex-jenkins-ssh [2021-01-22T16:33:22.503Z] Cloning the remote Git repository [2021-01-22T16:33:22.547Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T16:33:22.611Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-22T16:33:22.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T16:33:22.644Z] > git --version # timeout=10 [2021-01-22T16:33:22.657Z] > git --version # 'git version 2.17.1' [2021-01-22T16:33:22.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T16:33:22.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T16:33:24.325Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T16:33:24.614Z] $ docker stop --time=1 8ba2240e03e8b24c001820082d3ce69c3fed84062561c55fc2424c54c5f5fbba [2021-01-22T16:33:26.487Z] $ docker rm -f 8ba2240e03e8b24c001820082d3ce69c3fed84062561c55fc2424c54c5f5fbba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:33:27.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T16:33:27.317Z] . [Pipeline] withDockerContainer [2021-01-22T16:33:27.617Z] prd-ubuntu18.04-docker-arm64-4c-16g-22288 does not seem to be running inside a container [2021-01-22T16:33:27.708Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T16:33:28.614Z] Merging remotes/origin/master commit 5d6d03658ce6abe1d2052ba284fce876d938c639 into PR head commit 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:33:28.731Z] Merge succeeded, producing 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:33:28.732Z] Checking out Revision 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec (PR-3069) [2021-01-22T16:33:28.018Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T16:33:28.028Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T16:33:28.038Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T16:33:28.048Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T16:33:28.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T16:33:28.052Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T16:33:28.660Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T16:33:28.666Z] > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 [2021-01-22T16:33:28.739Z] > git remote # timeout=10 [2021-01-22T16:33:28.745Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T16:33:28.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T16:33:28.755Z] > git merge 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 [2021-01-22T16:33:28.763Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T16:33:28.771Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T16:33:28.778Z] > git checkout -f 7a318b9b5e43167f5411c3b5b63e7dd35d9322ec # timeout=10 [2021-01-22T16:33:29.108Z] $ docker top 086714a72e922743e094ff9a1bf50fbf250b0cafffa960f479ba7d733c19cb14 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T16:33:30.200Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T16:33:32.424Z] Commit message: "Merge branch 'master' into issue-3062" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:33:33.702Z] + echo snap-build.sh [2021-01-22T16:33:33.702Z] snap-build.sh [2021-01-22T16:33:33.702Z] + SNAP_BASE_DIR=. [2021-01-22T16:33:33.702Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-22T16:33:33.702Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-22T16:33:33.702Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-22T16:33:33.702Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-22T16:33:33.702Z] + cd /w/workspace/edgex-go/3 [2021-01-22T16:33:33.702Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T16:33:33.702Z] Reading package lists... [2021-01-22T16:33:33.964Z] Building dependency tree... [2021-01-22T16:33:33.964Z] Reading state information... [2021-01-22T16:33:33.964Z] The following packages were automatically installed and are no longer required: [2021-01-22T16:33:33.964Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T16:33:33.964Z] uidmap xdelta3 [2021-01-22T16:33:33.964Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T16:33:33.964Z] The following packages will be REMOVED: [2021-01-22T16:33:33.964Z] lxd* lxd-client* [2021-01-22T16:33:34.497Z] Building docker-core-command-go ... [2021-01-22T16:33:34.497Z] Building docker-core-data-go ... [2021-01-22T16:33:34.497Z] Building docker-core-metadata-go ... [2021-01-22T16:33:34.497Z] Building docker-security-bootstrapper-go ... [2021-01-22T16:33:34.497Z] Building docker-security-proxy-setup-go ... [2021-01-22T16:33:34.497Z] Building docker-security-secretstore-setup-go ... [2021-01-22T16:33:34.497Z] Building docker-support-notifications-go ... [2021-01-22T16:33:34.497Z] Building docker-support-scheduler-go ... [2021-01-22T16:33:34.497Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T16:33:34.497Z] Building docker-security-proxy-setup-go [2021-01-22T16:33:34.497Z] Building docker-core-command-go [2021-01-22T16:33:34.497Z] Building docker-support-notifications-go [2021-01-22T16:33:34.497Z] Building docker-support-scheduler-go [2021-01-22T16:33:34.497Z] Building docker-sys-mgmt-agent-go [2021-01-22T16:33:34.539Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T16:33:34.539Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T16:33:35.589Z] (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 ... 190027 files and directories currently installed.) [2021-01-22T16:33:35.589Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T16:33:36.164Z] Removing lxd dnsmasq configuration [2021-01-22T16:33:36.426Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T16:33:36.426Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T16:33:37.374Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T16:33:37.637Z] (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 ... 189852 files and directories currently installed.) [2021-01-22T16:33:37.637Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T16:33:38.586Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T16:33:38.849Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T16:33:40.237Z] + sudo snap remove --purge lxd [2021-01-22T16:33:40.498Z] snap "lxd" is not installed [2021-01-22T16:33:40.498Z] + sudo groupadd --force --system lxd [2021-01-22T16:33:40.498Z] ++ whoami [2021-01-22T16:33:40.498Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T16:33:40.498Z] + newgrp - lxd [2021-01-22T16:33:40.498Z] + sudo snap install lxd [2021-01-22T16:33:50.511Z] 2021-01-22T16:33:47Z INFO Waiting for automatic snapd restart... [2021-01-22T16:34:00.602Z] lxd 4.10 from Canonical* installed [2021-01-22T16:34:00.602Z] + sudo lxd init --auto [2021-01-22T16:34:10.631Z] + sudo snap install --classic snapcraft [2021-01-22T16:34:14.860Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T16:34:14.860Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T16:34:14.860Z] + patch --verbose -p1 [2021-01-22T16:34:14.860Z] Hmm... Looks like a unified diff to me... [2021-01-22T16:34:14.860Z] The text leading up to this was: [2021-01-22T16:34:14.860Z] -------------------------- [2021-01-22T16:34:14.860Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T16:34:14.860Z] |From: Tony Espy [2021-01-22T16:34:14.860Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T16:34:14.860Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T16:34:14.860Z] | [2021-01-22T16:34:14.860Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T16:34:14.860Z] |optimize the snap CI check run for pull requests. When [2021-01-22T16:34:14.860Z] |applied, it essentially strips out everything (apps and [2021-01-22T16:34:14.860Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T16:34:14.860Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T16:34:14.860Z] |catch changes to edgex-go that break the snap build. [2021-01-22T16:34:14.860Z] | [2021-01-22T16:34:14.860Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T16:34:14.860Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T16:34:14.860Z] |resulting in a failed snap build CI check in the associated [2021-01-22T16:34:14.860Z] |pull request. [2021-01-22T16:34:14.860Z] | [2021-01-22T16:34:14.860Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T16:34:14.860Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T16:34:14.860Z] |need to build the finally binary .snap file (and it won't [2021-01-22T16:34:14.860Z] |work with the patch applied). This further reduces the build [2021-01-22T16:34:14.860Z] |time. [2021-01-22T16:34:14.860Z] |--- [2021-01-22T16:34:14.860Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T16:34:14.860Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T16:34:14.860Z] | [2021-01-22T16:34:14.860Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T16:34:14.860Z] |index 1e537489..faf42425 100644 [2021-01-22T16:34:14.860Z] |--- a/snap/snapcraft.yaml [2021-01-22T16:34:14.860Z] |+++ b/snap/snapcraft.yaml [2021-01-22T16:34:14.860Z] -------------------------- [2021-01-22T16:34:14.860Z] patching file snap/snapcraft.yaml [2021-01-22T16:34:14.860Z] Using Plan A... [2021-01-22T16:34:14.860Z] Hunk #1 succeeded at 73. [2021-01-22T16:34:14.860Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T16:34:14.860Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T16:34:14.860Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T16:34:14.860Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T16:34:14.860Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T16:34:14.860Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T16:34:14.860Z] Hunk #8 succeeded at 342. [2021-01-22T16:34:14.860Z] Hmm... Ignoring the trailing garbage. [2021-01-22T16:34:14.860Z] done [2021-01-22T16:34:14.860Z] + sudo snapcraft prime --use-lxd [2021-01-22T16:34:16.246Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T16:34:16.246Z] 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-01-22T16:34:16.246Z] - README.md [2021-01-22T16:34:16.246Z] - snapcraft.yaml.orig [2021-01-22T16:34:16.246Z] [2021-01-22T16:34:16.246Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T16:34:16.826Z] Launching a container. [2021-01-22T16:34:29.065Z] Waiting for container to be ready [2021-01-22T16:34:29.065Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T16:34:29.065Z] [2021-01-22T16:34:31.615Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T16:34:32.191Z] Waiting for network to be ready... [2021-01-22T16:34:32.765Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T16:34:32.765Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T16:34:32.765Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T16:34:33.027Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T16:34:33.027Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T16:34:33.027Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T16:34:33.027Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T16:34:33.027Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T16:34:33.027Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T16:34:33.027Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T16:34:33.287Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T16:34:33.549Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T16:34:33.813Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T16:34:33.813Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T16:34:33.813Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T16:34:33.813Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T16:34:33.813Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T16:34:33.813Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T16:34:34.384Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T16:34:34.384Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T16:34:34.384Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T16:34:34.384Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T16:34:34.384Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T16:34:34.384Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T16:34:34.384Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T16:34:34.384Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T16:34:34.646Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T16:34:36.563Z] Fetched 23.8 MB in 4s (5700 kB/s) [2021-01-22T16:34:37.507Z] Reading package lists... [2021-01-22T16:34:37.768Z] Reading package lists... [2021-01-22T16:34:38.030Z] Building dependency tree... [2021-01-22T16:34:38.030Z] Reading state information... [2021-01-22T16:34:38.292Z] The following additional packages will be installed: [2021-01-22T16:34:38.292Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T16:34:38.292Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T16:34:38.292Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T16:34:38.292Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T16:34:38.292Z] Suggested packages: [2021-01-22T16:34:38.292Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T16:34:38.292Z] Recommended packages: [2021-01-22T16:34:38.292Z] gnupg libsasl2-modules [2021-01-22T16:34:38.292Z] The following NEW packages will be installed: [2021-01-22T16:34:38.292Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T16:34:38.292Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T16:34:38.292Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T16:34:38.292Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T16:34:38.292Z] The following packages will be upgraded: [2021-01-22T16:34:38.292Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T16:34:38.292Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T16:34:38.292Z] Need to get 3533 kB of archives. [2021-01-22T16:34:38.292Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T16:34:38.292Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T16:34:38.554Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T16:34:38.554Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T16:34:38.554Z] Get:4 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-01-22T16:34:38.554Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-22T16:34:38.554Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T16:34:38.554Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T16:34:38.554Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T16:34:38.554Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T16:34:38.815Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T16:34:39.386Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T16:34:39.386Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T16:34:39.386Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T16:34:39.386Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T16:34:39.386Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T16:34:39.386Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T16:34:39.386Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T16:34:39.386Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T16:34:39.386Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T16:34:39.386Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T16:34:39.386Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T16:34:39.386Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T16:34:39.647Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T16:34:39.647Z] Fetched 3533 kB in 1s (3153 kB/s) [2021-01-22T16:34:39.647Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T16:34:39.647Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T16:34:39.647Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T16:34:39.647Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T16:34:39.909Z] Selecting previously unselected package udev. [2021-01-22T16:34:39.909Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T16:34:39.909Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T16:34:39.909Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T16:34:40.171Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T16:34:40.171Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T16:34:40.171Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T16:34:40.432Z] Selecting previously unselected package fuse. [2021-01-22T16:34:40.432Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T16:34:40.432Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T16:34:40.432Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T16:34:40.432Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T16:34:40.432Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T16:34:40.691Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T16:34:40.691Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T16:34:40.691Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T16:34:40.691Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T16:34:40.691Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T16:34:40.691Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T16:34:40.952Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T16:34:40.952Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:40.952Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:40.952Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T16:34:40.952Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:40.952Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.214Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T16:34:41.214Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.214Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.214Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T16:34:41.214Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.214Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.474Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T16:34:41.475Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.475Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.475Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T16:34:41.475Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.475Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.475Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T16:34:41.475Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.475Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.735Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T16:34:41.735Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.735Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.735Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T16:34:41.735Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T16:34:41.735Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:41.735Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T16:34:41.735Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T16:34:41.996Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T16:34:41.996Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T16:34:41.996Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T16:34:41.996Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T16:34:41.996Z] Selecting previously unselected package libldap-common. [2021-01-22T16:34:41.996Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T16:34:41.996Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T16:34:42.257Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T16:34:42.257Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T16:34:42.257Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T16:34:42.257Z] Selecting previously unselected package dirmngr. [2021-01-22T16:34:42.257Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T16:34:42.257Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T16:34:42.520Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T16:34:42.520Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T16:34:42.520Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T16:34:42.520Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T16:34:42.520Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T16:34:42.520Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T16:34:42.520Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:42.520Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T16:34:42.520Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T16:34:42.781Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T16:34:43.043Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T16:34:43.043Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.043Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T16:34:43.304Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T16:34:43.304Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T16:34:43.304Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.304Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.304Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.304Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.304Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.304Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.304Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T16:34:43.564Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T16:34:43.564Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T16:34:43.564Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T16:34:43.825Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T16:34:43.825Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T16:34:43.825Z] This means they are not meant to be enabled using systemctl. [2021-01-22T16:34:43.825Z] Possible reasons for having this kind of units are: [2021-01-22T16:34:43.825Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T16:34:43.825Z] .wants/ or .requires/ directory. [2021-01-22T16:34:43.825Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T16:34:43.825Z] a requirement dependency on it. [2021-01-22T16:34:43.825Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T16:34:43.825Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T16:34:43.825Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T16:34:43.825Z] instance name specified. [2021-01-22T16:34:44.345Z] Reading package lists... [2021-01-22T16:34:44.345Z] Building dependency tree... [2021-01-22T16:34:44.345Z] Reading state information... [2021-01-22T16:34:44.608Z] The following additional packages will be installed: [2021-01-22T16:34:44.608Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T16:34:44.608Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T16:34:44.608Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T16:34:44.608Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T16:34:44.608Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T16:34:44.608Z] Suggested packages: [2021-01-22T16:34:44.608Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T16:34:44.608Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T16:34:44.608Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T16:34:44.608Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T16:34:44.608Z] systemd-container policykit-1 [2021-01-22T16:34:44.608Z] Recommended packages: [2021-01-22T16:34:44.608Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T16:34:44.608Z] The following NEW packages will be installed: [2021-01-22T16:34:44.608Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T16:34:44.608Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T16:34:44.608Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T16:34:44.608Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T16:34:44.608Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T16:34:44.608Z] The following packages will be upgraded: [2021-01-22T16:34:44.608Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T16:34:44.608Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T16:34:44.608Z] Need to get 35.2 MB of archives. [2021-01-22T16:34:44.608Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T16:34:44.608Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T16:34:44.608Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T16:34:44.608Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T16:34:44.869Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-22T16:34:44.869Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T16:34:44.869Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T16:34:44.869Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T16:34:44.869Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T16:34:44.869Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T16:34:44.869Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T16:34:44.869Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T16:34:44.869Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T16:34:44.869Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T16:34:44.869Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T16:34:44.869Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T16:34:44.869Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T16:34:44.869Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T16:34:45.810Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T16:34:45.810Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T16:34:45.810Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T16:34:45.810Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T16:34:45.810Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T16:34:45.810Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T16:34:45.810Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T16:34:45.810Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T16:34:45.810Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T16:34:45.810Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T16:34:45.810Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T16:34:45.810Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T16:34:45.810Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T16:34:47.203Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T16:34:47.203Z] Fetched 35.2 MB in 2s (15.2 MB/s) [2021-01-22T16:34:47.203Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T16:34:47.203Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T16:34:47.203Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T16:34:47.776Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T16:34:47.776Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T16:34:48.038Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T16:34:48.038Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T16:34:48.038Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T16:34:48.038Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T16:34:48.300Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T16:34:48.300Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T16:34:48.300Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T16:34:48.562Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T16:34:48.823Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T16:34:48.823Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T16:34:49.089Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T16:34:49.358Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T16:34:49.358Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T16:34:49.358Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T16:34:49.624Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T16:34:49.624Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T16:34:49.624Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:49.624Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T16:34:49.624Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T16:34:49.624Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T16:34:49.885Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T16:34:49.885Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T16:34:49.885Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:50.146Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T16:34:50.146Z] Checking for services that may need to be restarted...done. [2021-01-22T16:34:50.146Z] Checking for services that may need to be restarted...done. [2021-01-22T16:34:50.146Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:50.412Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T16:34:50.413Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:51.359Z] Selecting previously unselected package python3-minimal. [2021-01-22T16:34:51.359Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T16:34:51.359Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T16:34:51.359Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T16:34:51.359Z] Selecting previously unselected package mime-support. [2021-01-22T16:34:51.359Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T16:34:51.359Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T16:34:51.359Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T16:34:51.359Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T16:34:51.359Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T16:34:51.621Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T16:34:51.621Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T16:34:51.621Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:51.883Z] Selecting previously unselected package python3.6. [2021-01-22T16:34:51.883Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T16:34:51.883Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:51.883Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T16:34:51.883Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T16:34:51.883Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T16:34:52.145Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T16:34:52.406Z] Selecting previously unselected package python3. [2021-01-22T16:34:52.407Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T16:34:52.407Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T16:34:52.407Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T16:34:52.407Z] Selecting previously unselected package multiarch-support. [2021-01-22T16:34:52.407Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T16:34:52.407Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T16:34:52.407Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T16:34:52.669Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T16:34:52.669Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T16:34:52.669Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T16:34:52.669Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T16:34:52.669Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T16:34:52.669Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T16:34:52.669Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T16:34:52.931Z] Selecting previously unselected package sudo. [2021-01-22T16:34:52.931Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T16:34:52.931Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T16:34:52.931Z] Selecting previously unselected package apparmor. [2021-01-22T16:34:52.931Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T16:34:52.931Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T16:34:53.193Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T16:34:53.193Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T16:34:53.193Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T16:34:53.455Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T16:34:53.455Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T16:34:53.455Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:53.455Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T16:34:53.455Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T16:34:53.455Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:53.716Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T16:34:53.716Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T16:34:53.716Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T16:34:53.716Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T16:34:53.716Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T16:34:53.716Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:53.978Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T16:34:53.978Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T16:34:53.978Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:53.978Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T16:34:53.978Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T16:34:53.978Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T16:34:54.242Z] Selecting previously unselected package openssh-client. [2021-01-22T16:34:54.242Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T16:34:54.242Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T16:34:54.242Z] Selecting previously unselected package squashfs-tools. [2021-01-22T16:34:54.242Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T16:34:54.503Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T16:34:54.503Z] Selecting previously unselected package snapd. [2021-01-22T16:34:54.503Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T16:34:54.503Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T16:34:56.259Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:34:56.259Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:34:56.259Z] ---> 0cde7bffb9ee [2021-01-22T16:34:56.259Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T16:34:56.259Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:34:56.259Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:34:56.259Z] ---> 0cde7bffb9ee [2021-01-22T16:34:56.259Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T16:34:56.259Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:34:56.259Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:34:56.259Z] ---> 0cde7bffb9ee [2021-01-22T16:34:56.259Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T16:34:56.259Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:34:56.259Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:34:56.259Z] ---> 0cde7bffb9ee [2021-01-22T16:34:56.259Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T16:34:56.259Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:34:56.260Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:34:56.260Z] ---> 0cde7bffb9ee [2021-01-22T16:34:56.260Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T16:34:56.260Z] ---> Running in 4b87962283f9 [2021-01-22T16:34:56.260Z] ---> Running in ca15f28d9f55 [2021-01-22T16:34:56.260Z] ---> Running in 63fb2ff44f57 [2021-01-22T16:34:56.260Z] ---> Running in b191fa0df601 [2021-01-22T16:34:56.260Z] ---> Running in 1846808a515a [2021-01-22T16:34:56.260Z] Removing intermediate container 4b87962283f9 [2021-01-22T16:34:56.260Z] ---> cc82ca27a206 [2021-01-22T16:34:56.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:34:56.260Z] Removing intermediate container 1846808a515a [2021-01-22T16:34:56.260Z] ---> 262de5eb7764 [2021-01-22T16:34:56.260Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 63fb2ff44f57 [2021-01-22T16:34:56.260Z] [2021-01-22T16:34:56.260Z] ---> 6b32af220ad2 [2021-01-22T16:34:56.260Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:34:56.260Z] Removing intermediate container b191fa0df601 [2021-01-22T16:34:56.260Z] ---> 92cdd0128723 [2021-01-22T16:34:56.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:34:56.260Z] Removing intermediate container ca15f28d9f55 [2021-01-22T16:34:56.260Z] ---> 464f2ee1f799 [2021-01-22T16:34:56.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:34:56.260Z] ---> Running in 96cf558fa19c [2021-01-22T16:34:56.260Z] ---> Running in 5eed432726ab [2021-01-22T16:34:56.260Z] ---> Running in 059e407f6b43 [2021-01-22T16:34:56.260Z] ---> Running in 7b981c07c673 [2021-01-22T16:34:56.260Z] ---> Running in 9bd1757acd5a [2021-01-22T16:34:56.260Z] Removing intermediate container 96cf558fa19c [2021-01-22T16:34:56.260Z] ---> 7d39479ff091 [2021-01-22T16:34:56.260Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T16:34:56.260Z] ---> Running in 4543c9a1e759 [2021-01-22T16:34:56.260Z] Removing intermediate container 059e407f6b43 [2021-01-22T16:34:56.260Z] ---> 4ad4857146b2 [2021-01-22T16:34:56.260Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T16:34:56.260Z] ---> Running in 5ed705990fd6 [2021-01-22T16:34:56.260Z] Removing intermediate container 5eed432726ab [2021-01-22T16:34:56.260Z] ---> 05efef95d768 [2021-01-22T16:34:56.260Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T16:34:56.260Z] Removing intermediate container 7b981c07c673 [2021-01-22T16:34:56.260Z] ---> c9e32b4d8918 [2021-01-22T16:34:56.260Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T16:34:56.260Z] Removing intermediate container 9bd1757acd5a [2021-01-22T16:34:56.260Z] ---> 8ab63ad43cdd [2021-01-22T16:34:56.260Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T16:34:56.260Z] ---> Running in d8d4c322891d [2021-01-22T16:34:56.260Z] ---> Running in 3ddbed91f409 [2021-01-22T16:34:56.260Z] ---> Running in 530adea6010b [2021-01-22T16:34:56.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:56.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:56.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:56.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:56.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:56.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:56.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:57.055Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T16:34:57.055Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T16:34:57.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:57.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:57.316Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T16:34:57.316Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T16:34:57.316Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T16:34:57.316Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:57.316Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T16:34:57.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:34:57.417Z] OK: 217 MiB in 51 packages [2021-01-22T16:34:57.417Z] OK: 217 MiB in 51 packages [2021-01-22T16:34:57.578Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T16:34:57.578Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T16:34:58.030Z] OK: 217 MiB in 51 packages [2021-01-22T16:34:58.152Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T16:34:58.152Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T16:34:58.313Z] OK: 217 MiB in 51 packages [2021-01-22T16:34:58.313Z] OK: 217 MiB in 51 packages [2021-01-22T16:34:58.414Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T16:34:58.414Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:58.414Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:58.414Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T16:34:58.986Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T16:34:58.986Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:34:58.986Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T16:34:58.986Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T16:34:58.986Z] running python rtupdate hooks for python3.6... [2021-01-22T16:34:58.986Z] running python post-rtupdate hooks for python3.6... [2021-01-22T16:34:59.248Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T16:34:59.294Z] Removing intermediate container 4543c9a1e759 [2021-01-22T16:34:59.294Z] ---> a434fde79b5f [2021-01-22T16:34:59.294Z] Step 6/26 : COPY go.mod . [2021-01-22T16:34:59.294Z] Removing intermediate container 5ed705990fd6 [2021-01-22T16:34:59.294Z] ---> ad2ad8c4eea4 [2021-01-22T16:34:59.294Z] Step 6/22 : COPY go.mod . [2021-01-22T16:34:59.566Z] Removing intermediate container d8d4c322891d [2021-01-22T16:34:59.566Z] ---> 339d3a51f6a7 [2021-01-22T16:34:59.566Z] Step 6/21 : COPY go.mod . [2021-01-22T16:35:00.164Z] Removing intermediate container 530adea6010b [2021-01-22T16:35:00.164Z] ---> 06ff40769eb1 [2021-01-22T16:35:00.164Z] Step 6/22 : COPY go.mod . [2021-01-22T16:35:00.164Z] ---> 3d72fa61f269 [2021-01-22T16:35:00.164Z] Step 7/26 : RUN go mod download [2021-01-22T16:35:00.164Z] Removing intermediate container 3ddbed91f409 [2021-01-22T16:35:00.164Z] ---> 7e4b409c86ba [2021-01-22T16:35:00.164Z] Step 6/23 : COPY go.mod . [2021-01-22T16:35:00.451Z] ---> Running in 2847a03ce4a2 [2021-01-22T16:35:00.637Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T16:35:00.724Z] ---> 7bf101404a3a [2021-01-22T16:35:00.724Z] Step 7/22 : RUN go mod download [2021-01-22T16:35:00.724Z] ---> 88ec265856e6 [2021-01-22T16:35:00.724Z] Step 7/21 : RUN go mod download [2021-01-22T16:35:00.898Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T16:35:00.898Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T16:35:01.000Z] ---> Running in 694954599d3a [2021-01-22T16:35:01.000Z] ---> Running in 105d709237de [2021-01-22T16:35:01.161Z] Setting up snapd (2.48+18.04) ... [2021-01-22T16:35:01.273Z] ---> 669820e7ed26 [2021-01-22T16:35:01.273Z] Step 7/22 : RUN go mod download [2021-01-22T16:35:01.424Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T16:35:01.554Z] ---> Running in f78e5fc102d3 [2021-01-22T16:35:01.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T16:35:01.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T16:35:01.846Z] ---> a4b16c213bda [2021-01-22T16:35:01.846Z] Step 7/23 : RUN go mod download [2021-01-22T16:35:01.846Z] ---> Running in f8de45875e85 [2021-01-22T16:35:01.948Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T16:35:02.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T16:35:02.211Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T16:35:02.471Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T16:35:02.471Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T16:35:02.731Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T16:35:02.993Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T16:35:02.993Z] /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-01-22T16:35:02.993Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T16:35:03.254Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T16:35:04.198Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T16:35:04.198Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T16:35:04.198Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T16:35:05.253Z] Removing intermediate container 2847a03ce4a2 [2021-01-22T16:35:05.253Z] ---> 25881ce76507 [2021-01-22T16:35:05.253Z] Step 8/26 : COPY . . [2021-01-22T16:35:05.403Z] Reading package lists... [2021-01-22T16:35:05.531Z] Removing intermediate container 694954599d3a [2021-01-22T16:35:05.531Z] ---> 0fd93c0d894b [2021-01-22T16:35:05.666Z] Reading package lists... [2021-01-22T16:35:05.809Z] Step 8/22 : COPY . . [2021-01-22T16:35:05.809Z] Removing intermediate container 105d709237de [2021-01-22T16:35:05.809Z] ---> 389aa4307b16 [2021-01-22T16:35:05.809Z] Step 8/21 : COPY . . [2021-01-22T16:35:05.928Z] Building dependency tree... [2021-01-22T16:35:05.928Z] Reading state information... [2021-01-22T16:35:05.928Z] Calculating upgrade... [2021-01-22T16:35:06.194Z] The following packages will be upgraded: [2021-01-22T16:35:06.194Z] advancecomp base-files bash binutils binutils-common [2021-01-22T16:35:06.194Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T16:35:06.194Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T16:35:06.194Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T16:35:06.194Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T16:35:06.194Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T16:35:06.194Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T16:35:06.194Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T16:35:06.194Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T16:35:06.194Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T16:35:06.194Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T16:35:06.194Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T16:35:06.194Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T16:35:06.194Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T16:35:06.194Z] ubuntu-keyring util-linux [2021-01-22T16:35:06.194Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T16:35:06.194Z] Need to get 63.7 MB of archives. [2021-01-22T16:35:06.194Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T16:35:06.194Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T16:35:06.194Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T16:35:06.766Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T16:35:06.766Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T16:35:06.766Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T16:35:06.766Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T16:35:06.766Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T16:35:06.766Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T16:35:06.766Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T16:35:06.766Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T16:35:06.766Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T16:35:06.766Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T16:35:06.794Z] Removing intermediate container f8de45875e85 [2021-01-22T16:35:06.794Z] ---> 9ac2f64c32ad [2021-01-22T16:35:06.794Z] Step 8/23 : COPY . . [2021-01-22T16:35:06.794Z] Removing intermediate container f78e5fc102d3 [2021-01-22T16:35:06.794Z] ---> ba8a0e915db1 [2021-01-22T16:35:06.794Z] Step 8/22 : COPY . . [2021-01-22T16:35:07.027Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T16:35:07.027Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T16:35:07.027Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T16:35:07.027Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T16:35:07.027Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T16:35:07.027Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T16:35:07.027Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T16:35:07.027Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T16:35:07.027Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T16:35:07.027Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T16:35:07.288Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T16:35:07.288Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T16:35:07.288Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T16:35:07.288Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T16:35:07.288Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T16:35:07.288Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T16:35:07.288Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T16:35:07.288Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T16:35:07.288Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T16:35:07.288Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T16:35:07.288Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T16:35:07.288Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T16:35:07.288Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T16:35:07.288Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T16:35:07.288Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T16:35:07.288Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T16:35:07.549Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T16:35:07.549Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T16:35:07.549Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T16:35:07.549Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T16:35:07.549Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T16:35:07.549Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T16:35:07.549Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-22T16:35:07.549Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T16:35:07.549Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T16:35:07.549Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-22T16:35:07.549Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T16:35:07.549Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T16:35:07.549Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T16:35:07.549Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T16:35:07.549Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T16:35:07.549Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T16:35:07.549Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T16:35:07.549Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T16:35:07.549Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T16:35:07.549Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T16:35:07.549Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T16:35:07.549Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T16:35:07.549Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T16:35:07.549Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T16:35:07.549Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T16:35:07.549Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T16:35:07.549Z] Get:65 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-01-22T16:35:07.549Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T16:35:07.549Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T16:35:07.549Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T16:35:07.811Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T16:35:07.811Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T16:35:07.811Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T16:35:07.811Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T16:35:07.811Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T16:35:07.811Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T16:35:07.811Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T16:35:07.811Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T16:35:07.811Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T16:35:07.811Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T16:35:07.811Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T16:35:07.811Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T16:35:07.811Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-22T16:35:08.072Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T16:35:08.072Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T16:35:08.072Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T16:35:08.072Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T16:35:08.072Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T16:35:08.072Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T16:35:08.072Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T16:35:08.644Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T16:35:08.644Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T16:35:08.906Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T16:35:08.906Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T16:35:09.166Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T16:35:09.166Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T16:35:09.166Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T16:35:09.166Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T16:35:09.166Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T16:35:09.166Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T16:35:09.427Z] Fetched 63.7 MB in 3s (20.7 MB/s) [2021-01-22T16:35:09.427Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:09.427Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T16:35:09.427Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T16:35:10.006Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T16:35:10.006Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T16:35:10.006Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T16:35:10.267Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T16:35:10.839Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:10.839Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.100Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.100Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.100Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.100Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.363Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.363Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.363Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.363Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.624Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.624Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.624Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.624Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.624Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:11.885Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T16:35:11.885Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:11.885Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T16:35:11.885Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:12.146Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T16:35:12.146Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:12.146Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:12.146Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:12.146Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:12.146Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:12.408Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T16:35:12.408Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:12.668Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T16:35:12.668Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T16:35:12.668Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T16:35:13.243Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T16:35:13.505Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T16:35:13.505Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T16:35:13.505Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T16:35:13.505Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T16:35:13.505Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T16:35:13.766Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T16:35:13.766Z] Installing new version of config file /etc/issue ... [2021-01-22T16:35:13.766Z] Installing new version of config file /etc/issue.net ... [2021-01-22T16:35:13.766Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T16:35:13.766Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T16:35:14.027Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T16:35:14.027Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T16:35:14.027Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T16:35:14.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:14.288Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T16:35:14.288Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T16:35:14.548Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T16:35:14.548Z] 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-01-22T16:35:14.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:14.548Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:14.548Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:14.548Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:14.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:14.810Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T16:35:14.810Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T16:35:14.810Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T16:35:15.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:15.071Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T16:35:15.071Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T16:35:15.332Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T16:35:15.594Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:15.594Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T16:35:15.594Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T16:35:15.594Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T16:35:15.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:15.857Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T16:35:15.857Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T16:35:15.857Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T16:35:16.119Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:16.119Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T16:35:16.119Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T16:35:16.119Z] Setting up grep (3.1-2build1) ... [2021-01-22T16:35:16.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:16.380Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T16:35:16.380Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T16:35:16.644Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T16:35:16.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:16.644Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T16:35:16.644Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T16:35:16.906Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T16:35:16.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:16.906Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T16:35:16.906Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T16:35:17.480Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T16:35:17.480Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T16:35:17.742Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T16:35:17.742Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T16:35:18.319Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T16:35:18.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:18.319Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T16:35:18.319Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T16:35:19.707Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T16:35:19.707Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T16:35:19.707Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T16:35:19.707Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T16:35:19.969Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T16:35:19.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:19.969Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T16:35:19.969Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T16:35:20.229Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T16:35:20.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:20.229Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:20.229Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:20.490Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:20.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:20.490Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:20.490Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:20.752Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:20.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:20.752Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:20.752Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:21.014Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:21.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:21.014Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:21.014Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:21.277Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:21.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:21.277Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T16:35:21.277Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T16:35:21.544Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T16:35:21.545Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T16:35:21.545Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T16:35:21.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:21.807Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T16:35:21.807Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T16:35:21.807Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T16:35:22.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:22.070Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:22.070Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:22.070Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:22.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:22.332Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:22.332Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:22.332Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:22.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:22.593Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:22.593Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:23.164Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:23.428Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T16:35:24.003Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T16:35:24.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:24.003Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T16:35:24.003Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T16:35:24.264Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T16:35:24.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T16:35:24.265Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T16:35:24.265Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T16:35:24.527Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T16:35:24.527Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:24.527Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T16:35:24.789Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T16:35:24.789Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T16:35:25.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:25.051Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T16:35:25.051Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T16:35:25.316Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T16:35:25.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:25.316Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T16:35:25.316Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T16:35:25.577Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T16:35:25.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:25.577Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T16:35:25.865Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T16:35:25.865Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T16:35:26.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:26.134Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T16:35:26.134Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T16:35:26.134Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T16:35:26.402Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T16:35:26.402Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T16:35:26.402Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T16:35:26.402Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T16:35:26.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:26.664Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T16:35:26.664Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T16:35:26.664Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T16:35:26.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:26.928Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T16:35:26.928Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T16:35:26.928Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T16:35:27.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:27.190Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T16:35:27.190Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T16:35:27.459Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T16:35:27.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:27.459Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T16:35:27.459Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T16:35:27.459Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T16:35:27.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:27.724Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T16:35:27.724Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T16:35:28.299Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T16:35:28.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:28.299Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T16:35:28.565Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T16:35:28.565Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T16:35:28.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:28.565Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T16:35:28.827Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T16:35:28.827Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T16:35:28.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:28.827Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T16:35:29.089Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T16:35:29.089Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T16:35:29.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:29.089Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T16:35:29.089Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T16:35:29.350Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T16:35:29.350Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:29.350Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T16:35:29.350Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T16:35:29.611Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T16:35:29.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:29.611Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T16:35:29.872Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T16:35:29.872Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T16:35:29.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T16:35:29.872Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T16:35:29.872Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T16:35:30.134Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T16:35:30.135Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T16:35:30.135Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T16:35:30.135Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T16:35:30.398Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T16:35:30.398Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T16:35:30.658Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T16:35:30.658Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T16:35:30.658Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T16:35:30.658Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T16:35:30.919Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T16:35:30.920Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T16:35:31.182Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T16:35:31.182Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T16:35:31.182Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T16:35:31.182Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T16:35:31.443Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T16:35:31.443Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T16:35:31.443Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T16:35:31.704Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T16:35:31.704Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T16:35:31.704Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T16:35:31.704Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T16:35:31.704Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T16:35:31.966Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T16:35:31.966Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T16:35:32.909Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T16:35:32.909Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T16:35:32.909Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T16:35:32.909Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T16:35:33.171Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T16:35:33.171Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T16:35:33.612Z] ---> 75e8f6fb0035 [2021-01-22T16:35:33.612Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T16:35:33.612Z] ---> c9153eda6f20 [2021-01-22T16:35:33.612Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T16:35:33.612Z] ---> f2d2fa22af6a [2021-01-22T16:35:33.612Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T16:35:33.612Z] ---> 91d26ef1d51a [2021-01-22T16:35:33.612Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T16:35:33.612Z] ---> Running in 3f3d0c02186d [2021-01-22T16:35:33.612Z] ---> Running in 62f4bde9774d [2021-01-22T16:35:33.612Z] ---> Running in 90a696767b61 [2021-01-22T16:35:33.612Z] ---> f8c2496dd5d8 [2021-01-22T16:35:33.612Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T16:35:33.612Z] ---> Running in 8247e060b3a7 [2021-01-22T16:35:33.612Z] ---> Running in 1fa8d4947ab0 [2021-01-22T16:35:33.612Z] 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-01-22T16:35:33.746Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T16:35:33.746Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T16:35:33.886Z] 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-01-22T16:35:33.886Z] 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-01-22T16:35:34.009Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T16:35:34.009Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T16:35:34.159Z] 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-01-22T16:35:34.159Z] 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-01-22T16:35:34.271Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T16:35:34.271Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T16:35:34.271Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:34.271Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:34.532Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:34.532Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:34.793Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:34.793Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:34.793Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:34.793Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:35.736Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:35.736Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:36.681Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:36.681Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:37.263Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:37.263Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:37.835Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:37.835Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:38.794Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T16:35:38.794Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T16:35:38.794Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T16:35:38.794Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T16:35:39.056Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T16:35:39.056Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T16:35:39.317Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T16:35:39.317Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T16:35:39.577Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T16:35:39.577Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T16:35:39.577Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T16:35:39.577Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T16:35:39.837Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T16:35:39.837Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T16:35:39.837Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T16:35:39.837Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T16:35:40.098Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:40.098Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T16:35:40.098Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:40.098Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:40.098Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:40.098Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T16:35:40.360Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T16:35:40.360Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T16:35:40.360Z] [2021-01-22T16:35:40.360Z] Current default time zone: 'Etc/UTC' [2021-01-22T16:35:40.360Z] Local time is now: Fri Jan 22 16:35:40 UTC 2021. [2021-01-22T16:35:40.360Z] Universal Time is now: Fri Jan 22 16:35:40 UTC 2021. [2021-01-22T16:35:40.360Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T16:35:40.360Z] [2021-01-22T16:35:40.360Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T16:35:40.360Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:40.621Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T16:35:40.621Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T16:35:40.621Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T16:35:40.621Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T16:35:40.621Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T16:35:40.621Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T16:35:40.621Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T16:35:40.621Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T16:35:40.621Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:40.883Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T16:35:40.883Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:40.883Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T16:35:41.144Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:41.144Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T16:35:41.144Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T16:35:41.144Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T16:35:41.144Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T16:35:41.144Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T16:35:41.144Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T16:35:41.144Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T16:35:41.144Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T16:35:43.062Z] Updating certificates in /etc/ssl/certs... [2021-01-22T16:35:44.006Z] 22 added, 17 removed; done. [2021-01-22T16:35:44.006Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T16:35:44.006Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T16:35:44.272Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T16:35:44.272Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T16:35:44.272Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T16:35:44.272Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.272Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T16:35:44.272Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.272Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.272Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.533Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.534Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.534Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T16:35:44.534Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T16:35:44.534Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T16:35:44.534Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T16:35:44.534Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T16:35:44.534Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.795Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T16:35:44.795Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T16:35:44.795Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T16:35:44.795Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T16:35:44.795Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T16:35:44.795Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T16:35:45.056Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T16:35:45.056Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T16:35:45.056Z] Updating certificates in /etc/ssl/certs... [2021-01-22T16:35:45.630Z] 0 added, 0 removed; done. [2021-01-22T16:35:45.630Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T16:35:45.630Z] done. [2021-01-22T16:35:46.202Z] Reading package lists... [2021-01-22T16:35:46.202Z] Building dependency tree... [2021-01-22T16:35:46.202Z] Reading state information... [2021-01-22T16:35:46.463Z] The following NEW packages will be installed: [2021-01-22T16:35:46.463Z] apt-transport-https [2021-01-22T16:35:46.463Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T16:35:46.463Z] Need to get 1696 B of archives. [2021-01-22T16:35:46.463Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T16:35:46.463Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T16:35:46.463Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T16:35:46.725Z] Fetched 1696 B in 0s (27.1 kB/s) [2021-01-22T16:35:46.725Z] Selecting previously unselected package apt-transport-https. [2021-01-22T16:35:46.725Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T16:35:46.725Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T16:35:46.725Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T16:35:46.725Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T16:35:46.986Z] Waiting for network to be ready... [2021-01-22T16:35:52.281Z] 2021-01-22T16:35:49Z INFO Waiting for automatic snapd restart... [2021-01-22T16:35:52.542Z] snapd 2.48.2 from Canonical* installed [2021-01-22T16:35:53.486Z] "snapd" switched to the "latest/stable" channel [2021-01-22T16:35:53.486Z] [2021-01-22T16:35:56.032Z] core18 20201210 from Canonical* installed [2021-01-22T16:35:56.296Z] "core18" switched to the "latest/stable" channel [2021-01-22T16:35:56.296Z] [2021-01-22T16:36:00.507Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T16:36:00.507Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T16:36:00.507Z] [2021-01-22T16:36:03.868Z] 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-01-22T16:36:03.868Z] - README.md [2021-01-22T16:36:03.868Z] - snapcraft.yaml.orig [2021-01-22T16:36:03.868Z] [2021-01-22T16:36:03.868Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T16:36:10.478Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T16:36:10.478Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T16:36:10.478Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T16:36:10.478Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T16:36:11.422Z] Reading package lists... [2021-01-22T16:36:11.683Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-01-22T16:36:18.276Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T16:36:18.276Z] Reading package lists... [2021-01-22T16:36:18.276Z] Building dependency tree... [2021-01-22T16:36:18.276Z] Reading state information... [2021-01-22T16:36:18.276Z] Suggested packages: [2021-01-22T16:36:18.276Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T16:36:18.276Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T16:36:18.276Z] Recommended packages: [2021-01-22T16:36:18.276Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T16:36:18.276Z] The following NEW packages will be installed: [2021-01-22T16:36:18.276Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T16:36:18.276Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T16:36:18.276Z] pkg-config zip [2021-01-22T16:36:18.276Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T16:36:18.276Z] Need to get 7655 kB of archives. [2021-01-22T16:36:18.276Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T16:36:18.276Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-22T16:36:18.276Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T16:36:18.276Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T16:36:18.276Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T16:36:18.276Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T16:36:18.276Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T16:36:18.276Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T16:36:18.537Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T16:36:18.537Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T16:36:18.537Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T16:36:18.537Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T16:36:18.799Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T16:36:18.799Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T16:36:18.799Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T16:36:18.799Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T16:36:18.799Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T16:36:19.061Z] Fetched 7655 kB in 1s (9686 kB/s) [2021-01-22T16:36:19.061Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T16:36:19.061Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T16:36:19.061Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T16:36:19.061Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T16:36:19.323Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T16:36:19.323Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T16:36:19.323Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T16:36:19.323Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T16:36:19.323Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T16:36:19.323Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T16:36:19.585Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T16:36:19.585Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T16:36:19.585Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T16:36:19.585Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T16:36:19.585Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T16:36:19.585Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T16:36:19.585Z] Selecting previously unselected package liberror-perl. [2021-01-22T16:36:19.585Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T16:36:19.585Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T16:36:19.848Z] Selecting previously unselected package git-man. [2021-01-22T16:36:19.848Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T16:36:19.848Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T16:36:19.848Z] Selecting previously unselected package git. [2021-01-22T16:36:20.109Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T16:36:20.109Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T16:36:20.689Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T16:36:20.689Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T16:36:20.689Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T16:36:20.952Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T16:36:20.952Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T16:36:20.952Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T16:36:20.952Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T16:36:20.952Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T16:36:20.952Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T16:36:21.242Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T16:36:21.242Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T16:36:21.242Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T16:36:21.242Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T16:36:21.242Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T16:36:21.242Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T16:36:21.515Z] Selecting previously unselected package pkg-config. [2021-01-22T16:36:21.515Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T16:36:21.515Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T16:36:21.515Z] Selecting previously unselected package zip. [2021-01-22T16:36:21.515Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T16:36:21.515Z] Unpacking zip (3.0-11build1) ... [2021-01-22T16:36:21.515Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T16:36:21.784Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T16:36:21.784Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T16:36:21.784Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T16:36:21.784Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T16:36:21.784Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T16:36:21.784Z] No schema files found: doing nothing. [2021-01-22T16:36:21.784Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T16:36:21.784Z] Setting up zip (3.0-11build1) ... [2021-01-22T16:36:21.784Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T16:36:21.784Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T16:36:21.784Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T16:36:22.051Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T16:36:22.051Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T16:36:22.051Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T16:36:22.051Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T16:36:22.051Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T16:36:28.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T16:36:28.650Z] git set to automatically installed. [2021-01-22T16:36:28.650Z] git-man set to automatically installed. [2021-01-22T16:36:28.650Z] libcurl3-gnutls set to automatically installed. [2021-01-22T16:36:28.650Z] liberror-perl set to automatically installed. [2021-01-22T16:36:28.650Z] libglib2.0-0 set to automatically installed. [2021-01-22T16:36:28.650Z] libnghttp2-14 set to automatically installed. [2021-01-22T16:36:28.650Z] libnorm1 set to automatically installed. [2021-01-22T16:36:28.650Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T16:36:28.650Z] libpsl5 set to automatically installed. [2021-01-22T16:36:28.650Z] librtmp1 set to automatically installed. [2021-01-22T16:36:28.650Z] libsodium23 set to automatically installed. [2021-01-22T16:36:28.650Z] libzmq3-dev set to automatically installed. [2021-01-22T16:36:28.650Z] libzmq5 set to automatically installed. [2021-01-22T16:36:28.650Z] pkg-config set to automatically installed. [2021-01-22T16:36:28.650Z] zip set to automatically installed. [2021-01-22T16:36:31.195Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T16:36:37.788Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T16:36:38.360Z] snap "core18" has no updates available [2021-01-22T16:36:39.304Z] Pulling config-common [2021-01-22T16:36:40.250Z] Pulling go-build-helper [2021-01-22T16:36:55.951Z] 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-01-22T16:37:02.232Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T16:37:02.232Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T16:37:02.232Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T16:37:02.232Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T16:37:02.232Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T16:37:02.232Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T16:37:02.232Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T16:37:02.232Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T16:37:02.232Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T16:37:02.232Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T16:37:02.232Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T16:37:02.232Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T16:37:02.232Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T16:37:02.232Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T16:37:02.232Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T16:37:02.232Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T16:37:02.232Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T16:37:02.232Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T16:37:02.232Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T16:37:02.232Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T16:37:02.232Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T16:37:02.232Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T16:37:02.232Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T16:37:02.232Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T16:37:02.232Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T16:37:02.232Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T16:37:02.232Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T16:37:02.232Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T16:37:02.232Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T16:37:02.232Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T16:37:02.232Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T16:37:02.232Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T16:37:02.232Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T16:37:02.232Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T16:37:02.232Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T16:37:02.232Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T16:37:02.232Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T16:37:02.232Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T16:37:02.232Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T16:37:02.232Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T16:37:02.232Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T16:37:02.232Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T16:37:02.232Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T16:37:02.232Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T16:37:02.232Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T16:37:02.232Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T16:37:02.232Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T16:37:02.232Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T16:37:02.232Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T16:37:02.232Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T16:37:02.232Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T16:37:02.232Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T16:37:02.232Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T16:37:02.232Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T16:37:02.232Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T16:37:02.232Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T16:37:02.232Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T16:37:02.232Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T16:37:02.232Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T16:37:02.232Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T16:37:02.232Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T16:37:02.232Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T16:37:02.232Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T16:37:02.232Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T16:37:04.779Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T16:37:04.779Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T16:37:04.779Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T16:37:04.779Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T16:37:04.779Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T16:37:04.779Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T16:37:04.779Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T16:37:04.779Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T16:37:04.779Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T16:37:04.779Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T16:37:04.779Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T16:37:04.779Z] Pulling static-packages [2021-01-22T16:37:05.723Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-22T16:37:05.723Z] Skipping pull go-build-helper (already ran) [2021-01-22T16:37:05.723Z] Skipping pull static-packages (already ran) [2021-01-22T16:37:05.723Z] Building go-build-helper [2021-01-22T16:37:06.130Z] Removing intermediate container 3f3d0c02186d [2021-01-22T16:37:06.130Z] ---> 5dbaf4535e3e [2021-01-22T16:37:06.130Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T16:37:06.130Z] ---> Running in cbbf53446f84 [2021-01-22T16:37:07.567Z] 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-01-22T16:37:09.932Z] Building static-packages [2021-01-22T16:37:10.196Z] Removing intermediate container 62f4bde9774d [2021-01-22T16:37:10.196Z] ---> 8634c488203a [2021-01-22T16:37:10.196Z] [2021-01-22T16:37:10.196Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T16:37:10.196Z] 3.12: Pulling from library/alpine [2021-01-22T16:37:10.196Z] Removing intermediate container 1fa8d4947ab0 [2021-01-22T16:37:10.196Z] ---> 0f052569d1e6 [2021-01-22T16:37:10.196Z] [2021-01-22T16:37:10.196Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T16:37:10.196Z] 3.12: Pulling from library/alpine [2021-01-22T16:37:10.196Z] Removing intermediate container 90a696767b61 [2021-01-22T16:37:10.196Z] ---> 83dd38259600 [2021-01-22T16:37:10.196Z] [2021-01-22T16:37:10.196Z] Removing intermediate container 8247e060b3a7 [2021-01-22T16:37:10.196Z] ---> f386deddb26e [2021-01-22T16:37:10.196Z] [2021-01-22T16:37:10.196Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T16:37:10.196Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T16:37:10.471Z] 3.12: Pulling from library/alpine [2021-01-22T16:37:10.471Z] 3.12: Pulling from library/alpine [2021-01-22T16:37:10.740Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T16:37:10.740Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T16:37:11.012Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T16:37:11.012Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T16:37:11.012Z] Status: Image is up to date for alpine:3.12 [2021-01-22T16:37:11.012Z] Status: Image is up to date for alpine:3.12 [2021-01-22T16:37:11.012Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T16:37:11.012Z] Status: Image is up to date for alpine:3.12 [2021-01-22T16:37:11.012Z] ---> afeebe901d6b [2021-01-22T16:37:11.012Z] ---> afeebe901d6b [2021-01-22T16:37:11.012Z] Step 11/23 : RUN apk add --update --no-cache dumb-init ---> afeebe901d6b [2021-01-22T16:37:11.012Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T16:37:11.012Z] [2021-01-22T16:37:11.012Z] ---> afeebe901d6b [2021-01-22T16:37:11.012Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T16:37:11.012Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T16:37:11.012Z] Removing intermediate container cbbf53446f84 [2021-01-22T16:37:11.012Z] ---> 0ef6e2f3d91e [2021-01-22T16:37:11.012Z] [2021-01-22T16:37:11.012Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T16:37:11.012Z] 20.10.0: Pulling from library/docker [2021-01-22T16:37:11.283Z] ---> Running in 643b2e1e68a2 [2021-01-22T16:37:11.283Z] ---> Running in 4f47ef221dea [2021-01-22T16:37:11.283Z] ---> Running in 19e2dca573bf [2021-01-22T16:37:11.283Z] ---> Running in 51dbfafc250b [2021-01-22T16:37:11.317Z] Staging go-build-helper [2021-01-22T16:37:12.255Z] Staging static-packages [2021-01-22T16:37:13.197Z] Pulling go115 [2021-01-22T16:37:13.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:13.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:13.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:13.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:13.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:14.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:14.139Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T16:37:14.140Z] Skipping pull go115 (already ran) [2021-01-22T16:37:14.140Z] Building go115 [2021-01-22T16:37:14.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T16:37:14.140Z] Dload Upload Total Spent Left Speed [2021-01-22T16:37:14.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:14.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:14.401Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T16:37:14.401Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:37:14.677Z] OK: 5 MiB in 15 packages [2021-01-22T16:37:14.677Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T16:37:14.677Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T16:37:14.956Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T16:37:14.956Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T16:37:14.956Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:37:14.956Z] OK: 5 MiB in 15 packages [2021-01-22T16:37:14.956Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T16:37:14.956Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:37:14.956Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T16:37:15.235Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T16:37:15.235Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T16:37:15.235Z] OK: 7 MiB in 18 packages [2021-01-22T16:37:15.235Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:37:15.235Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T16:37:15.519Z] OK: 6 MiB in 16 packages [2021-01-22T16:37:18.142Z] Removing intermediate container 643b2e1e68a2 [2021-01-22T16:37:18.142Z] ---> c9170b4cddc0 [2021-01-22T16:37:18.142Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:37:18.142Z] ---> Running in d677b2fec9b6 [2021-01-22T16:37:18.142Z] Removing intermediate container 4f47ef221dea [2021-01-22T16:37:18.142Z] ---> d2fcfa009a76 [2021-01-22T16:37:18.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:37:19.141Z] ---> Running in 0742a3dfb27e [2021-01-22T16:37:19.141Z] Removing intermediate container 19e2dca573bf [2021-01-22T16:37:19.141Z] ---> 1c287fa2243a [2021-01-22T16:37:19.141Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T16:37:19.141Z] Removing intermediate container d677b2fec9b6 [2021-01-22T16:37:19.141Z] ---> 721c0d126e8b [2021-01-22T16:37:19.141Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T16:37:19.421Z] Removing intermediate container 51dbfafc250b [2021-01-22T16:37:19.421Z] ---> 0a3ffda14377 [2021-01-22T16:37:19.421Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:37:19.421Z] ---> Running in 8c3b8b0582f7 [2021-01-22T16:37:19.706Z] ---> Running in 9ec920ea4936 [2021-01-22T16:37:19.706Z] ---> Running in 870854b721dc [2021-01-22T16:37:19.979Z] Removing intermediate container 0742a3dfb27e [2021-01-22T16:37:19.979Z] ---> e4a3f5f4a2fe [2021-01-22T16:37:19.979Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T16:37:20.253Z] Removing intermediate container 8c3b8b0582f7 [2021-01-22T16:37:20.253Z] ---> c461b5f67bea [2021-01-22T16:37:20.253Z] Step 13/21 : WORKDIR /edgex [2021-01-22T16:37:20.528Z] ---> Running in ba4df0b61fa9 [2021-01-22T16:37:20.804Z] ---> Running in 525ddda94bd6 [2021-01-22T16:37:20.804Z] Removing intermediate container 870854b721dc [2021-01-22T16:37:20.804Z] ---> c263e170e830 [2021-01-22T16:37:20.804Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T16:37:20.804Z] Removing intermediate container 9ec920ea4936 [2021-01-22T16:37:20.804Z] ---> 91ea5a6b73f1 [2021-01-22T16:37:20.804Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T16:37:21.086Z] ---> Running in 56fc68bf3629 [2021-01-22T16:37:21.086Z] ---> Running in 989a0c8be84e [2021-01-22T16:37:21.360Z] Removing intermediate container ba4df0b61fa9 [2021-01-22T16:37:21.360Z] ---> e3851fa640aa [2021-01-22T16:37:21.360Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T16:37:21.636Z] Removing intermediate container 525ddda94bd6 [2021-01-22T16:37:21.636Z] ---> f1acac024b17 [2021-01-22T16:37:21.636Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T16:37:21.909Z] ---> Running in d50a09ebf632 [2021-01-22T16:37:21.909Z] Removing intermediate container 56fc68bf3629 [2021-01-22T16:37:21.909Z] ---> 363ec9f66491 [2021-01-22T16:37:21.909Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:37:22.185Z] Removing intermediate container 989a0c8be84e [2021-01-22T16:37:22.185Z] ---> c0b0866ba5da [2021-01-22T16:37:22.185Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T16:37:22.457Z] Removing intermediate container d50a09ebf632 [2021-01-22T16:37:22.457Z] ---> 3d726ffc9e73 [2021-01-22T16:37:22.457Z] Step 15/23 : WORKDIR / [2021-01-22T16:37:22.457Z] ---> Running in b6f8c95dc328 [2021-01-22T16:37:23.055Z] ---> Running in 6bff5a6e5f1b [2021-01-22T16:37:23.055Z] ---> 2f3baf41b5a5 [2021-01-22T16:37:23.055Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T16:37:23.657Z] ---> b953077e6b30 [2021-01-22T16:37:23.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T16:37:23.657Z] Removing intermediate container b6f8c95dc328 [2021-01-22T16:37:23.657Z] ---> b06ae1d8ad46 [2021-01-22T16:37:23.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:37:23.929Z] Removing intermediate container 6bff5a6e5f1b [2021-01-22T16:37:23.929Z] ---> bfaee4d136a1 [2021-01-22T16:37:23.929Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:37:24.913Z] ---> e14a0247b263 [2021-01-22T16:37:24.913Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T16:37:25.288Z] ---> 24efe85735e7 [2021-01-22T16:37:25.288Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T16:37:25.288Z] ---> d17cf5d9f183 [2021-01-22T16:37:25.289Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T16:37:25.289Z] ---> 0a92b4a2ac46 [2021-01-22T16:37:25.289Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T16:37:25.946Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T16:37:25.946Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T16:37:25.946Z] ---> eeaf43b92773 [2021-01-22T16:37:25.946Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T16:37:26.348Z] ---> Running in 2419a3198dd5 [2021-01-22T16:37:27.433Z] ---> f245d87357d6 [2021-01-22T16:37:27.433Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T16:37:27.709Z] ---> 937a548d5f82 [2021-01-22T16:37:27.709Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T16:37:27.709Z] ---> Running in 2a3e9e9325e1 [2021-01-22T16:37:27.987Z] ---> Running in 55373d1429df [2021-01-22T16:37:27.988Z] ---> 3084ade91244 [2021-01-22T16:37:27.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T16:37:27.988Z] ---> b8b0c2796434 [2021-01-22T16:37:27.988Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T16:37:27.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:28.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:28.263Z] Removing intermediate container 2a3e9e9325e1 [2021-01-22T16:37:28.264Z] ---> 5b2784a09340 [2021-01-22T16:37:28.264Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:37:28.548Z] ---> Running in c5bcf0cda637 [2021-01-22T16:37:28.548Z] Removing intermediate container 55373d1429df [2021-01-22T16:37:28.825Z] ---> 00423d7f9f62 [2021-01-22T16:37:28.825Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T16:37:28.825Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T16:37:28.825Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T16:37:28.825Z] Executing bash-5.0.17-r0.post-install [2021-01-22T16:37:28.825Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:37:28.825Z] OK: 12 MiB in 22 packages [2021-01-22T16:37:29.099Z] ---> Running in 92b5f30b09d6 [2021-01-22T16:37:29.099Z] ---> e7195202accd [2021-01-22T16:37:29.099Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T16:37:29.099Z] ---> e25d24416781 [2021-01-22T16:37:29.099Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T16:37:29.379Z] Removing intermediate container c5bcf0cda637 [2021-01-22T16:37:29.379Z] ---> b9e0dadcdff9 [2021-01-22T16:37:29.379Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T16:37:29.653Z] ---> Running in 1bb00f18f3e2 [2021-01-22T16:37:29.653Z] ---> Running in 4c9027f3ca0b [2021-01-22T16:37:29.653Z] ---> Running in e9f4c40885b9 [2021-01-22T16:37:29.928Z] Removing intermediate container 92b5f30b09d6 [2021-01-22T16:37:29.928Z] ---> a5adac95a9e1 [2021-01-22T16:37:29.928Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T16:37:29.928Z] ---> Running in 5ee6fa6d9504 [2021-01-22T16:37:30.201Z] Removing intermediate container 4c9027f3ca0b [2021-01-22T16:37:30.201Z] ---> 6f8d17ef25d4 [2021-01-22T16:37:30.201Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:37:30.472Z] Removing intermediate container e9f4c40885b9 [2021-01-22T16:37:30.472Z] ---> 58b792d29a54 [2021-01-22T16:37:30.472Z] Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:37:30.472Z] Removing intermediate container 1bb00f18f3e2 [2021-01-22T16:37:30.472Z] ---> 52aa91756b93 [2021-01-22T16:37:30.472Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:37:30.472Z] ---> Running in e949680602ec [2021-01-22T16:37:30.472Z] ---> Running in 918b0fb3f84a [2021-01-22T16:37:30.472Z] ---> Running in 7be094dfccd1 [2021-01-22T16:37:30.748Z] Removing intermediate container 2419a3198dd5 [2021-01-22T16:37:30.748Z] ---> 69512df13aca [2021-01-22T16:37:30.748Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T16:37:30.748Z] Removing intermediate container 5ee6fa6d9504 [2021-01-22T16:37:30.748Z] ---> 123d6ed161cf [2021-01-22T16:37:30.748Z] Step 20/21 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:37:31.020Z] ---> Running in 080a1648a245 [2021-01-22T16:37:31.020Z] ---> Running in 592cc66fae9b [2021-01-22T16:37:31.020Z] Removing intermediate container e949680602ec [2021-01-22T16:37:31.020Z] ---> 262a2b0898ee [2021-01-22T16:37:31.020Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T16:37:31.291Z] Removing intermediate container 918b0fb3f84a [2021-01-22T16:37:31.292Z] ---> 85f4ccc4129e [2021-01-22T16:37:31.292Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T16:37:31.292Z] ---> Running in 253397d201c0 [2021-01-22T16:37:31.292Z] Removing intermediate container 7be094dfccd1 [2021-01-22T16:37:31.292Z] ---> ed1c7a30b90f [2021-01-22T16:37:31.292Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T16:37:31.564Z] ---> Running in caed4a517ed1 [2021-01-22T16:37:31.564Z] ---> Running in 82a8548c8535 [2021-01-22T16:37:31.564Z] Removing intermediate container 080a1648a245 [2021-01-22T16:37:31.564Z] ---> 24ddc6d41aa2 [2021-01-22T16:37:31.564Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T16:37:31.841Z] Removing intermediate container 592cc66fae9b [2021-01-22T16:37:31.841Z] ---> cab0aebf580e [2021-01-22T16:37:31.841Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T16:37:31.841Z] ---> Running in c77612acb909 [2021-01-22T16:37:31.841Z] ---> Running in 311a2d55a582 [2021-01-22T16:37:32.120Z] Removing intermediate container 253397d201c0 [2021-01-22T16:37:32.120Z] ---> 10762422fb5a [2021-01-22T16:37:32.120Z] Step 21/22 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:37:32.120Z] Removing intermediate container caed4a517ed1 [2021-01-22T16:37:32.120Z] ---> 46c1b2820b3b [2021-01-22T16:37:32.120Z] Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:37:32.120Z] ---> Running in d61b634312f7 [2021-01-22T16:37:32.395Z] ---> Running in 41cdb8d22786 [2021-01-22T16:37:32.395Z] Removing intermediate container 82a8548c8535 [2021-01-22T16:37:32.395Z] ---> cf1c5aa9666e [2021-01-22T16:37:32.395Z] [2021-01-22T16:37:32.395Z] Removing intermediate container c77612acb909 [2021-01-22T16:37:32.395Z] ---> 3825684bb2a2 [2021-01-22T16:37:32.395Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T16:37:32.671Z] Removing intermediate container 311a2d55a582 [2021-01-22T16:37:32.671Z] ---> 6a662a3989b2 [2021-01-22T16:37:32.671Z] [2021-01-22T16:37:32.953Z] Successfully built cf1c5aa9666e [2021-01-22T16:37:32.953Z] ---> Running in 0ba5a3cfe14f [2021-01-22T16:37:32.953Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T16:37:32.953Z] Removing intermediate container d61b634312f7 [2021-01-22T16:37:32.953Z] Building docker-security-bootstrapper-go [2021-01-22T16:37:32.953Z] ---> 14cf0e6b69ab [2021-01-22T16:37:32.953Z]  Building docker-support-scheduler-go ... done Step 22/22 : LABEL version=0.0.0 [2021-01-22T16:37:33.226Z] Removing intermediate container 41cdb8d22786 [2021-01-22T16:37:33.226Z] ---> e53d34c7cd3f [2021-01-22T16:37:33.226Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T16:37:33.507Z] ---> Running in 967a53cb92bb [2021-01-22T16:37:33.507Z] Successfully built 6a662a3989b2 [2021-01-22T16:37:33.507Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T16:37:33.507Z] Building docker-core-data-go [2021-01-22T16:37:33.507Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 7e719f9063d7 [2021-01-22T16:37:33.777Z] Removing intermediate container 0ba5a3cfe14f [2021-01-22T16:37:33.777Z] ---> 98b15d92fe14 [2021-01-22T16:37:33.777Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T16:37:34.050Z] Removing intermediate container 967a53cb92bb [2021-01-22T16:37:34.050Z] ---> 9a3bb7491097 [2021-01-22T16:37:34.050Z] [2021-01-22T16:37:34.050Z] Removing intermediate container 7e719f9063d7 [2021-01-22T16:37:34.050Z] ---> 91748f20c94c [2021-01-22T16:37:34.050Z] [2021-01-22T16:37:34.325Z] Successfully built 9a3bb7491097 [2021-01-22T16:37:34.325Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T16:37:34.596Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-22T16:37:34.596Z] Successfully built 91748f20c94c [2021-01-22T16:37:34.596Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T16:37:34.596Z] Building docker-security-secretstore-setup-go [2021-01-22T16:37:35.186Z]  Building docker-core-command-go ... done  ---> 8acace5bb603 [2021-01-22T16:37:35.186Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T16:37:35.776Z] ---> 45680186e4d6 [2021-01-22T16:37:35.776Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T16:37:36.770Z] ---> 389baff6ab56 [2021-01-22T16:37:36.770Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T16:37:36.770Z] ---> Running in 7564cd0a1d4d [2021-01-22T16:37:38.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:38.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:37:38.793Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T16:37:38.793Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T16:37:38.793Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T16:37:38.793Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T16:37:38.793Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T16:37:38.793Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T16:37:38.793Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T16:37:40.778Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T16:37:40.778Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T16:37:40.778Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T16:37:40.778Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T16:37:40.778Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T16:37:40.778Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T16:37:40.778Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T16:37:40.778Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T16:37:40.778Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T16:37:40.778Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T16:37:41.054Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T16:37:41.055Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T16:37:41.055Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T16:37:41.055Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T16:37:41.055Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T16:37:41.055Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T16:37:41.055Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T16:37:41.055Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T16:37:41.055Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T16:37:41.326Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T16:37:41.326Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T16:37:41.326Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T16:37:41.326Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T16:37:41.326Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T16:37:41.326Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T16:37:41.326Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T16:37:41.326Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:37:41.601Z] OK: 71 MiB in 55 packages [2021-01-22T16:37:54.077Z] Removing intermediate container 7564cd0a1d4d [2021-01-22T16:37:54.077Z] ---> deea5bf6403f [2021-01-22T16:37:54.077Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T16:37:54.077Z] ---> Running in 1a57c1de8f70 [2021-01-22T16:38:00.217Z] Collecting docker-compose==1.23.2 [2021-01-22T16:38:00.217Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T16:38:00.217Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T16:38:00.217Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T16:38:00.217Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T16:38:00.493Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T16:38:00.493Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T16:38:01.940Z] Collecting PyYAML<4,>=3.10 [2021-01-22T16:38:01.940Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T16:38:05.334Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T16:38:05.334Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T16:38:07.971Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T16:38:07.971Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T16:38:08.244Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T16:38:08.244Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T16:38:09.221Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T16:38:09.221Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T16:38:11.216Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T16:38:11.216Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T16:38:14.611Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T16:38:14.611Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T16:38:14.884Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T16:38:14.884Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T16:38:15.483Z] Collecting idna<2.8,>=2.5 [2021-01-22T16:38:15.483Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T16:38:15.483Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T16:38:15.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 18.5M 0 0 20.8M 0 0:00:05 --:--:-- 0:00:05 20.8M 52 115M 52 60.1M 0 0 31.8M 0 0:00:03 0:00:01 0:00:02 31.8M 67 115M 67 78.0M 0 0 24.6M 0 0:00:04 0:00:03 0:00:01 24.6M 67 115M 67 78.0M 0 0 18.7M 0 0:00:06 0:00:04 0:00:02 18.7M 67 115M 67 78.0M 0 0 15.0M 0 0:00:07 0:00:05 0:00:02 15.0M 67 115M 67 78.0M 0 0 12.6M 0 0:00:09 0:00:06 0:00:03 11.2M 67 115M 67 78.0M 0 0 10.8M 0 0:00:10 0:00:07 0:00:03 3469k 67 115M 67 78.0M 0 0 9772k 0 0:00:12 0:00:08 0:00:04 0 67 115M 67 78.0M 0 0 8706k 0 0:00:13 0:00:09 0:00:04 0 67 115M 67 78.0M 0 0 7850k 0 0:00:15 0:00:10 0:00:05 0 67 115M 67 78.0M 0 0 7147k 0 0:00:16 0:00:11 0:00:05 0 67 115M 67 78.0M 0 0 6559k 0 0:00:18 0:00:12 0:00:06 0 67 115M 67 78.0M 0 0 6061k 0 0:00:19 0:00:13 0:00:06 0 67 115M 67 78.0M 0 0 5633k 0 0:00:21 0:00:14 0:00:07 0 67 115M 67 78.0M 0 0 5262k 0 0:00:22 0:00:15 0:00:07 0 67 115M 67 78.0M 0 0 4936k 0 0:00:23 0:00:16 0:00:07 0 67 115M 67 78.0M 0 0 4649k 0 0:00:25 0:00:17 0:00:08 0 67 115M 67 78.0M 0 0 4393k 0 0:00:26 0:00:18 0:00:08 0 67 115M 67 78.0M 0 0 4164k 0 0:00:28 0:00:19 0:00:09 0 67 115M 67 78.0M 0 0 3957k 0 0:00:29 0:00:20 0:00:09 0 67 115M 67 78.0M 0 0 3770k 0 0:00:31 0:00:21 0:00:10 0 67 115M 67 78.0M 0 0 3600k 0 0:00:32 0:00:22 0:00:10 0 67 115M 67 78.0M 0 0 3444k 0 0:00:34 0:00:23 0:00:11 0 67 115M 67 78.0M 0 0 3302k 0 0:00:35 0:00:24 0:00:11 0 67 115M 67 78.0M 0 0 3171k 0 0:00:37 0:00:25 0:00:12 0 67 115M 67 78.0M 0 0 3049k 0 0:00:38 0:00:26 0:00:12 0 67 115M 67 78.0M 0 0 2937k 0 0:00:40 0:00:27 0:00:13 0 67 115M 67 78.0M 0 0 2833k 0 0:00:41 0:00:28 0:00:13 0 67 115M 67 78.0M 0 0 2736k 0 0:00:43 0:00:29 0:00:14 0 67 115M 67 78.0M 0 0 2645k 0 0:00:44 0:00:30 0:00:14 0 67 115M 67 78.0M 0 0 2560k 0 0:00:46 0:00:31 0:00:15 0 67 115M 67 78.0M 0 0 2481k 0 0:00:47 0:00:32 0:00:15 0 67 115M 67 78.0M 0 0 2406k 0 0:00:49 0:00:33 0:00:16 0 67 115M 67 78.0M 0 0 2335k 0 0:00:50 0:00:34 0:00:16 0 67 115M 67 78.0M 0 0 2269k 0 0:00:52 0:00:35 0:00:17 0 67 115M 67 78.0M 0 0 2206k 0 0:00:53 0:00:36 0:00:17 0 67 115M 67 78.0M 0 0 2147k 0 0:00:55 0:00:37 0:00:18 0 67 115M 67 78.0M 0 0 2091k 0 0:00:56 0:00:38 0:00:18 0 67 115M 67 78.0M 0 0 2037k 0 0:00:58 0:00:39 0:00:19 0 67 115M 67 78.0M 0 0 1987k 0 0:00:59 0:00:40 0:00:19 0 67 115M 67 78.0M 0 0 1938k 0 0:01:01 0:00:41 0:00:20 0 67 115M 67 78.0M 0 0 1892k 0 0:01:02 0:00:42 0:00:20 0 67 115M 67 78.0M 0 0 1848k 0 0:01:03 0:00:43 0:00:20 0 67 115M 67 78.0M 0 0 1807k 0 0:01:05 0:00:44 0:00:21 0 67 115M 67 78.0M 0 0 1767k 0 0:01:06 0:00:45 0:00:21 0 67 115M 67 78.0M 0 0 1728k 0 0:01:08 0:00:46 0:00:22 0 67 115M 67 78.0M 0 0 1692k 0 0:01:09 0:00:47 0:00:22 0 67 115M 67 78.0M 0 0 1657k 0 0:01:11 0:00:48 0:00:23 0 67 115M 67 78.0M 0 0 1623k 0 0:01:12 0:00:49 0:00:23 0 67 115M 67 78.0M 0 0 1590k 0 0:01:14 0:00:50 0:00:24 0 67 115M 67 78.0M 0 0 1559k 0 0:01:15 0:00:51 0:00:24 0 67 115M 67 78.0M 0 0 1529k 0 0:01:17 0:00:52 0:00:25 0 67 115M 67 78.0M 0 0 1501k 0 0:01:18 0:00:53 0:00:25 0 67 115M 67 78.0M 0 0 1473k 0 0:01:20 0:00:54 0:00:26 0 67 115M 67 78.0M 0 0 1446k 0 0:01:21 0:00:55 0:00:26 0 67 115M 67 78.0M 0 0 1421k 0 0:01:23 0:00:56 0:00:27 0 67 115M 67 78.0M 0 0 1396k 0 0:01:24 0:00:57 0:00:27 0 67 115M 67 78.0M 0 0 1372k 0 0:01:26 0:00:58 0:00:28 0 67 115M 67 78.0M 0 0 1348k 0 0:01:27 0:00:59 0:00:28 0 67 115M 67 78.0M 0 0 1326k 0 0:01:29 0:01:00 0:00:29 0 67 115M 67 78.0M 0 0 1311k 0 0:01:30 0:01:00 0:00:30 3463 100 115M 100 115M 0 0 1916k 0 0:01:01 0:01:01 --:--:-- 8544k [2021-01-22T16:38:16.083Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T16:38:16.285Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T16:38:16.357Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T16:38:16.357Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T16:38:16.357Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T16:38:16.357Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T16:38:16.630Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T16:38:16.630Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T16:38:17.615Z] Installing collected packages: websocket-client, jsonschema, PyYAML, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, docker-compose [2021-01-22T16:38:18.217Z] Running setup.py install for PyYAML: started [2021-01-22T16:38:20.531Z] Staging go115 [2021-01-22T16:38:20.845Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T16:38:20.845Z] Running setup.py install for docopt: started [2021-01-22T16:38:21.826Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:38:21.826Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:38:21.826Z] ---> 0cde7bffb9ee [2021-01-22T16:38:21.826Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T16:38:21.826Z] ---> Using cache [2021-01-22T16:38:21.826Z] ---> 464f2ee1f799 [2021-01-22T16:38:21.826Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:38:21.826Z] ---> Using cache [2021-01-22T16:38:21.826Z] ---> 8ab63ad43cdd [2021-01-22T16:38:21.826Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T16:38:21.826Z] ---> Using cache [2021-01-22T16:38:21.826Z] ---> 06ff40769eb1 [2021-01-22T16:38:22.101Z] Step 6/24 : COPY go.mod . [2021-01-22T16:38:22.101Z] ---> Using cache [2021-01-22T16:38:22.101Z] ---> 669820e7ed26 [2021-01-22T16:38:22.101Z] Step 7/24 : RUN go mod download [2021-01-22T16:38:22.101Z] ---> Using cache [2021-01-22T16:38:22.101Z] ---> ba8a0e915db1 [2021-01-22T16:38:22.101Z] Step 8/24 : COPY . . [2021-01-22T16:38:22.396Z] ---> Using cache [2021-01-22T16:38:22.396Z] ---> 91d26ef1d51a [2021-01-22T16:38:22.396Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T16:38:22.683Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:38:22.683Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:38:22.683Z] ---> 0cde7bffb9ee [2021-01-22T16:38:22.683Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T16:38:22.683Z] ---> Using cache [2021-01-22T16:38:22.683Z] ---> 464f2ee1f799 [2021-01-22T16:38:22.683Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:38:22.683Z] ---> Using cache [2021-01-22T16:38:22.683Z] ---> 8ab63ad43cdd [2021-01-22T16:38:22.683Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T16:38:22.683Z] ---> Using cache [2021-01-22T16:38:22.684Z] ---> 06ff40769eb1 [2021-01-22T16:38:22.684Z] Step 6/33 : COPY go.mod . [2021-01-22T16:38:22.684Z] ---> Using cache [2021-01-22T16:38:22.684Z] ---> 669820e7ed26 [2021-01-22T16:38:22.684Z] Step 7/33 : RUN go mod download [2021-01-22T16:38:22.684Z] ---> Using cache [2021-01-22T16:38:22.684Z] ---> ba8a0e915db1 [2021-01-22T16:38:22.684Z] Step 8/33 : COPY . . [2021-01-22T16:38:22.684Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:38:22.684Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:38:22.684Z] ---> 0cde7bffb9ee [2021-01-22T16:38:22.684Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T16:38:22.684Z] ---> Using cache [2021-01-22T16:38:22.684Z] ---> 464f2ee1f799 [2021-01-22T16:38:22.684Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:38:22.684Z] ---> Using cache [2021-01-22T16:38:22.684Z] ---> 8ab63ad43cdd [2021-01-22T16:38:22.684Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T16:38:22.684Z] ---> Using cache [2021-01-22T16:38:22.684Z] ---> 91d26ef1d51a [2021-01-22T16:38:22.684Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T16:38:22.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T16:38:22.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T16:38:22.962Z] ---> 0cde7bffb9ee [2021-01-22T16:38:22.962Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T16:38:22.962Z] ---> Using cache [2021-01-22T16:38:22.962Z] ---> 464f2ee1f799 [2021-01-22T16:38:22.962Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:38:22.962Z] ---> Using cache [2021-01-22T16:38:22.962Z] ---> 8ab63ad43cdd [2021-01-22T16:38:22.962Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T16:38:22.962Z] ---> Using cache [2021-01-22T16:38:22.962Z] ---> 06ff40769eb1 [2021-01-22T16:38:22.962Z] Step 6/23 : COPY go.mod . [2021-01-22T16:38:22.962Z] ---> Using cache [2021-01-22T16:38:22.962Z] ---> 669820e7ed26 [2021-01-22T16:38:22.962Z] Step 7/23 : RUN go mod download [2021-01-22T16:38:22.962Z] ---> Using cache [2021-01-22T16:38:22.962Z] ---> ba8a0e915db1 [2021-01-22T16:38:22.962Z] Step 8/23 : COPY . . [2021-01-22T16:38:22.962Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T16:38:22.962Z] ---> Using cache [2021-01-22T16:38:22.962Z] ---> 91d26ef1d51a [2021-01-22T16:38:22.962Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T16:38:24.391Z] Attempting uninstall: idna [2021-01-22T16:38:24.391Z] Found existing installation: idna 2.9 [2021-01-22T16:38:24.391Z] Uninstalling idna-2.9: [2021-01-22T16:38:24.391Z] Successfully uninstalled idna-2.9 [2021-01-22T16:38:25.817Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T16:38:25.817Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T16:38:25.817Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T16:38:25.817Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T16:38:25.817Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T16:38:25.817Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T16:38:25.817Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T16:38:25.817Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T16:38:25.817Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T16:38:25.817Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T16:38:25.817Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T16:38:25.817Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T16:38:25.817Z] Pulling edgex-go [2021-01-22T16:38:26.078Z] Pulling version [2021-01-22T16:38:26.357Z] Attempting uninstall: urllib3 [2021-01-22T16:38:26.357Z] Found existing installation: urllib3 1.25.9 [2021-01-22T16:38:26.357Z] Uninstalling urllib3-1.25.9: [2021-01-22T16:38:26.357Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T16:38:27.015Z] Building config-common [2021-01-22T16:38:27.328Z] Attempting uninstall: requests [2021-01-22T16:38:27.328Z] Found existing installation: requests 2.23.0 [2021-01-22T16:38:27.328Z] Uninstalling requests-2.23.0: [2021-01-22T16:38:27.599Z] Successfully uninstalled requests-2.23.0 [2021-01-22T16:38:27.599Z] ---> Running in 3cb28c3db578 [2021-01-22T16:38:27.599Z] ---> Running in 5873a367a3b8 [2021-01-22T16:38:27.599Z] ---> Running in c15b23bd00a7 [2021-01-22T16:38:27.873Z] ---> Running in ab2c30354d6e [2021-01-22T16:38:28.852Z] Running setup.py install for texttable: started [2021-01-22T16:38:28.925Z] Skipping build go-build-helper (already ran) [2021-01-22T16:38:28.925Z] Skipping build static-packages (already ran) [2021-01-22T16:38:28.925Z] Skipping build go115 (already ran) [2021-01-22T16:38:28.925Z] Building edgex-go [2021-01-22T16:38:29.185Z] 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-01-22T16:38:29.829Z] 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-01-22T16:38:30.102Z] 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-01-22T16:38:30.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:38:30.102Z] 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-01-22T16:38:30.564Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T16:38:30.564Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T16:38:30.564Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-22T16:38:30.564Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T16:38:30.564Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T16:38:30.825Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T16:38:30.825Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T16:38:30.825Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T16:38:30.825Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T16:38:30.825Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T16:38:30.825Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T16:38:30.825Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T16:38:30.825Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T16:38:30.825Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T16:38:30.825Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T16:38:30.825Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T16:38:30.825Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T16:38:30.825Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T16:38:30.825Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T16:38:30.825Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T16:38:31.095Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T16:38:31.095Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T16:38:31.095Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T16:38:31.095Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T16:38:31.095Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T16:38:31.095Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T16:38:31.095Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T16:38:31.095Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T16:38:31.095Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T16:38:31.095Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T16:38:31.095Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T16:38:31.095Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T16:38:31.095Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T16:38:31.095Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T16:38:31.095Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T16:38:31.095Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T16:38:31.095Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T16:38:31.095Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T16:38:31.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:38:31.355Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T16:38:31.355Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T16:38:31.371Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T16:38:31.371Z] Running setup.py install for dockerpty: started [2021-01-22T16:38:31.975Z] OK: 217 MiB in 51 packages [2021-01-22T16:38:33.965Z] Removing intermediate container ab2c30354d6e [2021-01-22T16:38:33.965Z] ---> 1aa020883c61 [2021-01-22T16:38:33.965Z] Step 6/23 : COPY go.mod . [2021-01-22T16:38:34.243Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T16:38:34.850Z] ---> 18e5376b3023 [2021-01-22T16:38:34.850Z] Step 7/23 : RUN go mod download [2021-01-22T16:38:35.128Z] ---> Running in a22beb0b7b5c [2021-01-22T16:38:35.728Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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.57.0 [2021-01-22T16:38:39.492Z] 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-01-22T16:38:41.152Z] Removing intermediate container a22beb0b7b5c [2021-01-22T16:38:41.153Z] ---> 82a5cfd277d4 [2021-01-22T16:38:41.153Z] Step 8/23 : COPY . . [2021-01-22T16:38:41.153Z] Removing intermediate container 1a57c1de8f70 [2021-01-22T16:38:41.153Z] ---> 01ea6e462542 [2021-01-22T16:38:41.153Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T16:38:41.429Z] ---> Running in 41a7448bf2a6 [2021-01-22T16:38:42.788Z] 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-01-22T16:38:43.362Z] 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-01-22T16:38:44.306Z] 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-01-22T16:38:44.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:38:44.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:38:44.878Z] 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-01-22T16:38:44.878Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T16:38:45.139Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T16:38:45.139Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T16:38:45.139Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T16:38:45.386Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T16:38:45.386Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T16:38:45.386Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T16:38:45.386Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:38:45.386Z] OK: 71 MiB in 58 packages [2021-01-22T16:38:46.519Z] 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-01-22T16:38:46.519Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T16:38:46.519Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T16:38:47.906Z] 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-01-22T16:38:48.475Z] 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-01-22T16:38:48.475Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T16:38:49.706Z] Removing intermediate container 41a7448bf2a6 [2021-01-22T16:38:49.706Z] ---> 538f90e98632 [2021-01-22T16:38:49.706Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T16:38:49.706Z] ---> Running in 4b2bd7a1531b [2021-01-22T16:38:49.866Z] 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-01-22T16:38:50.308Z] Removing intermediate container 4b2bd7a1531b [2021-01-22T16:38:50.308Z] ---> a68fd24e59e6 [2021-01-22T16:38:50.308Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:38:50.601Z] ---> Running in aef9f289a193 [2021-01-22T16:38:50.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T16:38:51.747Z] 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-01-22T16:38:51.747Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T16:38:52.047Z] Removing intermediate container aef9f289a193 [2021-01-22T16:38:52.047Z] ---> 32df0a3d38ca [2021-01-22T16:38:52.047Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T16:38:52.322Z] ---> Running in 9b59013a3336 [2021-01-22T16:38:52.688Z] 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-01-22T16:38:52.689Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-22T16:38:53.829Z] Removing intermediate container 9b59013a3336 [2021-01-22T16:38:53.829Z] ---> c1c9a95cdcf2 [2021-01-22T16:38:53.829Z] Step 25/26 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:38:54.106Z] ---> Running in 425be0904557 [2021-01-22T16:38:55.104Z] Removing intermediate container 425be0904557 [2021-01-22T16:38:55.104Z] ---> 7047a84134ae [2021-01-22T16:38:55.104Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T16:38:55.243Z] Building version [2021-01-22T16:38:55.381Z] ---> Running in 3595cccd7232 [2021-01-22T16:38:56.838Z] Removing intermediate container 3595cccd7232 [2021-01-22T16:38:56.838Z] ---> d2f55df54c6a [2021-01-22T16:38:56.838Z] [2021-01-22T16:38:57.155Z] Staging config-common [2021-01-22T16:38:57.825Z] Successfully built d2f55df54c6a [2021-01-22T16:38:57.825Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T16:38:58.097Z] Skipping stage go-build-helper (already ran) [2021-01-22T16:38:58.097Z] Skipping stage static-packages (already ran) [2021-01-22T16:38:58.097Z] Skipping stage go115 (already ran) [2021-01-22T16:38:58.097Z] Staging edgex-go [2021-01-22T16:38:59.049Z] Staging version [2021-01-22T16:38:59.991Z] Priming config-common [2021-01-22T16:39:00.941Z] Priming go-build-helper [2021-01-22T16:39:01.219Z]  Building docker-sys-mgmt-agent-go ... done  ---> 0aeaa18e0ce0 [2021-01-22T16:39:01.219Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T16:39:01.499Z] ---> Running in be0a171097a8 [2021-01-22T16:39:01.885Z] Priming static-packages [2021-01-22T16:39:02.940Z] 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-01-22T16:39:03.799Z] Priming go115 [2021-01-22T16:39:04.749Z] Priming edgex-go [2021-01-22T16:39:06.134Z] Priming version [2021-01-22T16:39:06.707Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T16:39:41.959Z] 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-01-22T16:39:41.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T16:39:50.303Z] Removing intermediate container c15b23bd00a7 [2021-01-22T16:39:50.303Z] ---> b9e8359c6eff [2021-01-22T16:39:50.303Z] [2021-01-22T16:39:50.303Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T16:39:50.303Z] ---> afeebe901d6b [2021-01-22T16:39:50.303Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T16:39:50.303Z] ---> Running in 8d1ca2750dd6 [2021-01-22T16:39:52.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:39:52.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:39:53.158Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T16:39:53.158Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T16:39:53.158Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T16:39:53.158Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T16:39:53.434Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T16:39:53.434Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:39:53.434Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T16:39:53.711Z] OK: 7 MiB in 19 packages [2021-01-22T16:39:56.362Z] Removing intermediate container 8d1ca2750dd6 [2021-01-22T16:39:56.362Z] ---> 94c2bebb7191 [2021-01-22T16:39:56.362Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T16:39:56.636Z] ---> Running in 924b2efd0726 [2021-01-22T16:39:57.616Z] Removing intermediate container 924b2efd0726 [2021-01-22T16:39:57.616Z] ---> 8ace79d8f9e3 [2021-01-22T16:39:57.616Z] Step 13/24 : WORKDIR / [2021-01-22T16:39:57.888Z] ---> Running in a99e2bd8f52b [2021-01-22T16:39:58.881Z] Removing intermediate container a99e2bd8f52b [2021-01-22T16:39:58.881Z] ---> edda9b65e1bb [2021-01-22T16:39:58.881Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T16:40:00.328Z] ---> a25302c6153f [2021-01-22T16:40:00.328Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T16:40:02.973Z] ---> 2bea285e2096 [2021-01-22T16:40:02.973Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T16:40:03.255Z] Removing intermediate container 3cb28c3db578 [2021-01-22T16:40:03.255Z] ---> a0ec42ca28d2 [2021-01-22T16:40:03.255Z] [2021-01-22T16:40:03.255Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T16:40:03.255Z] ---> afeebe901d6b [2021-01-22T16:40:03.255Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T16:40:03.535Z] ---> Running in 08f365a833f6 [2021-01-22T16:40:03.813Z] ---> b4f05c271984 [2021-01-22T16:40:03.813Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T16:40:05.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:40:06.078Z] ---> 99c2b3b22dbc [2021-01-22T16:40:06.078Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T16:40:06.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:40:06.679Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T16:40:06.957Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T16:40:06.958Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T16:40:06.958Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:40:06.958Z] OK: 6 MiB in 17 packages [2021-01-22T16:40:07.954Z] ---> 1ab4e4539d89 [2021-01-22T16:40:07.954Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T16:40:09.427Z] Removing intermediate container 08f365a833f6 [2021-01-22T16:40:09.427Z] ---> 52aca879b9a2 [2021-01-22T16:40:09.427Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T16:40:09.700Z] ---> 56934a9080b3 [2021-01-22T16:40:09.700Z] 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-01-22T16:40:09.700Z] ---> Running in b17e07a6d122 [2021-01-22T16:40:10.299Z] ---> Running in d4b9a03a909e [2021-01-22T16:40:10.898Z] Removing intermediate container b17e07a6d122 [2021-01-22T16:40:10.898Z] ---> f75b8d7d1fef [2021-01-22T16:40:10.898Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T16:40:11.494Z] ---> Running in 2b85e56fcfce [2021-01-22T16:40:12.477Z] Removing intermediate container 2b85e56fcfce [2021-01-22T16:40:12.477Z] ---> bb6f6f8bd09c [2021-01-22T16:40:12.477Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T16:40:13.079Z] ---> Running in 5d1e22f6dbf6 [2021-01-22T16:40:14.075Z] Removing intermediate container 5873a367a3b8 [2021-01-22T16:40:14.075Z] ---> 3a68de1c343a [2021-01-22T16:40:14.075Z] [2021-01-22T16:40:14.075Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T16:40:14.075Z] ---> afeebe901d6b [2021-01-22T16:40:14.075Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T16:40:14.075Z] ---> Using cache [2021-01-22T16:40:14.075Z] ---> d2fcfa009a76 [2021-01-22T16:40:14.075Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T16:40:14.075Z] ---> Using cache [2021-01-22T16:40:14.075Z] ---> e4a3f5f4a2fe [2021-01-22T16:40:14.075Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T16:40:14.677Z] ---> Running in e548f1344ece [2021-01-22T16:40:14.951Z] Removing intermediate container d4b9a03a909e [2021-01-22T16:40:14.951Z] ---> 65e68d7a6655 [2021-01-22T16:40:14.951Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T16:40:15.228Z] Connecting to github.com (140.82.114.4:443) [2021-01-22T16:40:15.228Z]  ---> Running in e8f97b363a5d [2021-01-22T16:40:15.228Z] Removing intermediate container e548f1344ece [2021-01-22T16:40:15.228Z] ---> 3044ac8a34ee [2021-01-22T16:40:15.228Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T16:40:15.499Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.77.52:443) [2021-01-22T16:40:15.499Z]  ---> Running in 8955e4d172f5 [2021-01-22T16:40:15.499Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T16:40:15.772Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T16:40:15.772Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T16:40:15.772Z] dockerize [2021-01-22T16:40:16.049Z] Removing intermediate container e8f97b363a5d [2021-01-22T16:40:16.049Z] ---> e82ace9673c3 [2021-01-22T16:40:16.049Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T16:40:16.324Z] ---> Running in 08bc8e065b0d [2021-01-22T16:40:16.324Z] Removing intermediate container 8955e4d172f5 [2021-01-22T16:40:16.324Z] ---> a7af968c74fc [2021-01-22T16:40:16.324Z] Step 15/23 : WORKDIR / [2021-01-22T16:40:16.597Z] ---> Running in aa15a4e6fe8c [2021-01-22T16:40:16.877Z] Removing intermediate container 08bc8e065b0d [2021-01-22T16:40:16.877Z] ---> 24134b1672bf [2021-01-22T16:40:16.877Z] Step 23/24 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:40:17.164Z] ---> Running in ad61189b4168 [2021-01-22T16:40:17.436Z] Removing intermediate container aa15a4e6fe8c [2021-01-22T16:40:17.436Z] ---> e9e002ec5643 [2021-01-22T16:40:17.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:40:18.034Z] Removing intermediate container 5d1e22f6dbf6 [2021-01-22T16:40:18.034Z] ---> 87d678ec9f79 [2021-01-22T16:40:18.034Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T16:40:18.034Z] Removing intermediate container ad61189b4168 [2021-01-22T16:40:18.034Z] ---> bfe99fffc430 [2021-01-22T16:40:18.034Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T16:40:18.312Z] ---> Running in 4e42d8930e63 [2021-01-22T16:40:18.312Z] ---> 71a7a09e4dfc [2021-01-22T16:40:18.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T16:40:18.312Z] ---> Running in e7ac57d8ab80 [2021-01-22T16:40:18.909Z] Removing intermediate container 4e42d8930e63 [2021-01-22T16:40:18.909Z] ---> 83cfc644da6c [2021-01-22T16:40:18.909Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T16:40:19.179Z] Removing intermediate container e7ac57d8ab80 [2021-01-22T16:40:19.179Z] ---> 7a03748ac0ac [2021-01-22T16:40:19.179Z] [2021-01-22T16:40:19.179Z] ---> Running in d7341a815c6b [2021-01-22T16:40:19.772Z] Successfully built 7a03748ac0ac [2021-01-22T16:40:20.052Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T16:40:20.052Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d7341a815c6b [2021-01-22T16:40:20.052Z] ---> 747303e678f5 [2021-01-22T16:40:20.052Z] ---> 730dfe60d530 [2021-01-22T16:40:20.052Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T16:40:20.052Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T16:40:20.325Z] ---> Running in b2964f496e64 [2021-01-22T16:40:21.307Z] ---> c05aed9bb50d [2021-01-22T16:40:21.307Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T16:40:21.577Z] ---> Running in 808e3c6796bc [2021-01-22T16:40:21.577Z] Move dockerize executable [2021-01-22T16:40:21.891Z] Removing intermediate container 808e3c6796bc [2021-01-22T16:40:21.891Z] ---> 7426e17ddd9c [2021-01-22T16:40:21.891Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:40:22.201Z] ---> Running in 6a0d593b1593 [2021-01-22T16:40:23.196Z] Removing intermediate container 6a0d593b1593 [2021-01-22T16:40:23.196Z] ---> ab8ecad74896 [2021-01-22T16:40:23.196Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T16:40:23.480Z] ---> Running in 7f30b22a3031 [2021-01-22T16:40:23.480Z] Removing intermediate container b2964f496e64 [2021-01-22T16:40:23.480Z] ---> a9596ccd77c2 [2021-01-22T16:40:23.480Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T16:40:23.777Z] ---> Running in 12dd0cafd6eb [2021-01-22T16:40:24.400Z] Removing intermediate container 7f30b22a3031 [2021-01-22T16:40:24.400Z] ---> 3931cf7d9870 [2021-01-22T16:40:24.400Z] Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:40:24.400Z] Removing intermediate container 12dd0cafd6eb [2021-01-22T16:40:24.400Z] ---> c215e272b384 [2021-01-22T16:40:24.400Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T16:40:24.400Z] ---> Running in 951d7c6f4bc2 [2021-01-22T16:40:24.997Z] Removing intermediate container 951d7c6f4bc2 [2021-01-22T16:40:24.997Z] ---> d169c2f03809 [2021-01-22T16:40:24.997Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T16:40:24.997Z] ---> Running in 5095f393289e [2021-01-22T16:40:24.997Z] ---> 67ee1c70eb8b [2021-01-22T16:40:24.997Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T16:40:25.272Z] ---> Running in 1469c22d2fb2 [2021-01-22T16:40:25.546Z] Removing intermediate container 5095f393289e [2021-01-22T16:40:25.546Z] ---> f9b4cc791a85 [2021-01-22T16:40:25.546Z] [2021-01-22T16:40:26.142Z] Successfully built f9b4cc791a85 [2021-01-22T16:40:26.142Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T16:40:27.580Z]  Building docker-core-metadata-go ... done Removing intermediate container 1469c22d2fb2 [2021-01-22T16:40:27.580Z] ---> 87cb5b708fb8 [2021-01-22T16:40:27.580Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:40:29.012Z] ---> 7ae0b0064793 [2021-01-22T16:40:29.012Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T16:40:29.988Z] Removing intermediate container be0a171097a8 [2021-01-22T16:40:29.988Z] ---> 0a37e7cc5219 [2021-01-22T16:40:29.988Z] [2021-01-22T16:40:29.988Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T16:40:29.988Z] ---> afeebe901d6b [2021-01-22T16:40:29.989Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T16:40:29.989Z] ---> ef25a9af3132 [2021-01-22T16:40:29.989Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T16:40:29.989Z] ---> Running in 24074f9b655c [2021-01-22T16:40:30.586Z] Removing intermediate container 24074f9b655c [2021-01-22T16:40:30.586Z] ---> 6b2217be2031 [2021-01-22T16:40:30.586Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T16:40:30.861Z] ---> Running in f29abd0a2556 [2021-01-22T16:40:30.861Z] ---> 1604912a173d [2021-01-22T16:40:30.861Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T16:40:31.137Z] Removing intermediate container f29abd0a2556 [2021-01-22T16:40:31.137Z] ---> 31d44b3ca36f [2021-01-22T16:40:31.137Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T16:40:31.410Z] ---> Running in d58c955360ec [2021-01-22T16:40:31.683Z] ---> ac4010902360 [2021-01-22T16:40:31.684Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T16:40:31.955Z] Removing intermediate container d58c955360ec [2021-01-22T16:40:31.955Z] ---> f2c0df06b8e3 [2021-01-22T16:40:31.955Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T16:40:32.227Z] ---> Running in 80bec6f2e876 [2021-01-22T16:40:32.496Z] ---> 2473fd802011 [2021-01-22T16:40:32.496Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T16:40:33.091Z] ---> Running in d4557b94050a [2021-01-22T16:40:33.686Z] Removing intermediate container d4557b94050a [2021-01-22T16:40:33.686Z] ---> 456018b97ccc [2021-01-22T16:40:33.686Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T16:40:34.667Z] Removing intermediate container 80bec6f2e876 [2021-01-22T16:40:34.667Z] ---> 3f74b210d249 [2021-01-22T16:40:34.667Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T16:40:34.667Z] ---> 305a55770b9e [2021-01-22T16:40:34.667Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T16:40:34.667Z] ---> Running in 3cecda6afa2d [2021-01-22T16:40:34.952Z] ---> Running in d07e0879c887 [2021-01-22T16:40:35.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T16:40:36.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T16:40:37.181Z] Removing intermediate container d07e0879c887 [2021-01-22T16:40:37.181Z] ---> b456942dcfd4 [2021-01-22T16:40:37.181Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T16:40:37.452Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T16:40:37.724Z] ---> Running in 93b764dc5e7b [2021-01-22T16:40:37.724Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T16:40:37.724Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T16:40:37.724Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T16:40:37.997Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T16:40:37.997Z] Removing intermediate container 93b764dc5e7b [2021-01-22T16:40:37.997Z] ---> 5cca48b5138b [2021-01-22T16:40:37.997Z] Step 30/33 : CMD ["gate"] [2021-01-22T16:40:38.272Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T16:40:38.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T16:40:38.272Z] OK: 8 MiB in 20 packages [2021-01-22T16:40:38.544Z] ---> Running in 973b3ac0bf68 [2021-01-22T16:40:39.137Z] Removing intermediate container 973b3ac0bf68 [2021-01-22T16:40:39.137Z] ---> 16da47229c95 [2021-01-22T16:40:39.137Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T16:40:39.734Z] ---> Running in e98496f08ef6 [2021-01-22T16:40:39.735Z] Removing intermediate container 3cecda6afa2d [2021-01-22T16:40:39.735Z] ---> 484a34432d3f [2021-01-22T16:40:39.735Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T16:40:40.328Z] Removing intermediate container e98496f08ef6 [2021-01-22T16:40:40.329Z] ---> 5ff1d7087f68 [2021-01-22T16:40:40.329Z] Step 32/33 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:40:40.603Z] ---> Running in 0edb6899eecf [2021-01-22T16:40:40.874Z] ---> 11163aa00ee9 [2021-01-22T16:40:40.874Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T16:40:41.143Z] Removing intermediate container 0edb6899eecf [2021-01-22T16:40:41.143Z] ---> 085fd9b296f0 [2021-01-22T16:40:41.143Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T16:40:42.108Z] ---> Running in 638c6ca4dc3d [2021-01-22T16:40:42.377Z] ---> 800ae2ca6594 [2021-01-22T16:40:42.377Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T16:40:42.377Z] Removing intermediate container 638c6ca4dc3d [2021-01-22T16:40:42.377Z] ---> 8c5d34b629fc [2021-01-22T16:40:42.377Z] [2021-01-22T16:40:42.970Z] Successfully built 8c5d34b629fc [2021-01-22T16:40:42.970Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T16:40:43.243Z]  Building docker-security-bootstrapper-go ... done  ---> 2cba3b5eb7c5 [2021-01-22T16:40:43.243Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T16:40:43.243Z] ---> Running in 428a689db3cb [2021-01-22T16:40:43.837Z] Removing intermediate container 428a689db3cb [2021-01-22T16:40:43.837Z] ---> 6bce272cb3dc [2021-01-22T16:40:43.837Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T16:40:43.837Z] ---> Running in 1f5913a5d6d8 [2021-01-22T16:40:44.431Z] Removing intermediate container 1f5913a5d6d8 [2021-01-22T16:40:44.431Z] ---> 82e7ec611d10 [2021-01-22T16:40:44.431Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T16:40:44.431Z] ---> Running in fc4f83503666 [2021-01-22T16:40:45.023Z] Removing intermediate container fc4f83503666 [2021-01-22T16:40:45.023Z] ---> 4cb14c2e8d54 [2021-01-22T16:40:45.023Z] Step 22/23 : LABEL git_sha=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [2021-01-22T16:40:45.023Z] ---> Running in a303d04eebdb [2021-01-22T16:40:45.617Z] Removing intermediate container a303d04eebdb [2021-01-22T16:40:45.617Z] ---> f9a9feed5301 [2021-01-22T16:40:45.617Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T16:40:45.617Z] ---> Running in 516c0907ac89 [2021-01-22T16:40:46.208Z] Removing intermediate container 516c0907ac89 [2021-01-22T16:40:46.208Z] ---> 655ec8ac3477 [2021-01-22T16:40:46.208Z] [2021-01-22T16:40:46.484Z] Successfully built 655ec8ac3477 [2021-01-22T16:40:46.484Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T16:40:46.766Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T16:40:46.766Z] $ docker stop --time=1 086714a72e922743e094ff9a1bf50fbf250b0cafffa960f479ba7d733c19cb14 [2021-01-22T16:40:48.651Z] $ docker rm -f 086714a72e922743e094ff9a1bf50fbf250b0cafffa960f479ba7d733c19cb14 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T16:40:49.345Z] + + grep dockerdocker [2021-01-22T16:40:49.345Z] images [2021-01-22T16:40:49.615Z] docker-core-data-go-arm64 latest 655ec8ac3477 4 seconds ago 21MB [2021-01-22T16:40:49.615Z] docker-security-bootstrapper-go-arm64 latest 8c5d34b629fc 7 seconds ago 40.3MB [2021-01-22T16:40:49.615Z] docker-core-metadata-go-arm64 latest f9b4cc791a85 24 seconds ago 17.7MB [2021-01-22T16:40:49.615Z] docker-security-secretstore-setup-go-arm64 latest 7a03748ac0ac 31 seconds ago 23.4MB [2021-01-22T16:40:49.615Z] docker-sys-mgmt-agent-go-arm64 latest d2f55df54c6a About a minute ago 300MB [2021-01-22T16:40:49.615Z] docker-support-notifications-go-arm64 latest 9a3bb7491097 3 minutes ago 16MB [2021-01-22T16:40:49.615Z] docker-core-command-go-arm64 latest 91748f20c94c 3 minutes ago 15.4MB [2021-01-22T16:40:49.615Z] docker-support-scheduler-go-arm64 latest cf1c5aa9666e 3 minutes ago 15.5MB [2021-01-22T16:40:49.615Z] docker-security-proxy-setup-go-arm64 latest 6a662a3989b2 3 minutes ago 23.2MB [2021-01-22T16:40:49.615Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [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] } [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] wrap [2021-01-22T16:40:51.799Z] provisioning config files... [2021-01-22T16:40:51.812Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6779234158793104740tmp [Pipeline] { [Pipeline] sh [2021-01-22T16:40:52.206Z] + set +x [2021-01-22T16:40:52.206Z] + curl -s https://codecov.io/bash [2021-01-22T16:40:52.206Z] + bash -s -- [2021-01-22T16:40:52.787Z] [2021-01-22T16:40:52.787Z] _____ _ [2021-01-22T16:40:52.787Z] / ____| | | [2021-01-22T16:40:52.787Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T16:40:52.787Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T16:40:52.787Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T16:40:52.787Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T16:40:52.787Z] Bash-20210115-cec3c92 [2021-01-22T16:40:52.787Z] [2021-01-22T16:40:52.787Z] [2021-01-22T16:40:52.787Z] ==> git version 2.24.3 found [2021-01-22T16:40:52.787Z] ==> 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-01-22T16:40:52.787Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T16:40:52.787Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T16:40:52.787Z] ==> Jenkins CI detected. [2021-01-22T16:40:52.787Z] project root: . [2021-01-22T16:40:52.787Z] --> token set from env [2021-01-22T16:40:52.787Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T16:40:52.787Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T16:40:52.787Z] ==> Python coveragepy not found [2021-01-22T16:40:52.787Z] ==> Searching for coverage reports in: [2021-01-22T16:40:52.787Z] + . [2021-01-22T16:40:52.787Z] -> Found 1 reports [2021-01-22T16:40:52.787Z] ==> Detecting git/mercurial file structure [2021-01-22T16:40:52.787Z] ==> Reading reports [2021-01-22T16:40:52.787Z] + ./coverage.out bytes=564700 [2021-01-22T16:40:52.787Z] ==> Appending adjustments [2021-01-22T16:40:52.787Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T16:40:56.104Z] + Found adjustments [2021-01-22T16:40:56.104Z] ==> Gzipping contents [2021-01-22T16:40:56.104Z] 84K /tmp/codecov.kT7vVi.gz [2021-01-22T16:40:56.104Z] ==> Uploading reports [2021-01-22T16:40:56.104Z] url: https://codecov.io [2021-01-22T16:40:56.104Z] query: branch=PR-3069&commit=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3069%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3069&job=&cmd_args= [2021-01-22T16:40:56.104Z] -> Pinging Codecov [2021-01-22T16:40:56.104Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3069&commit=7a318b9b5e43167f5411c3b5b63e7dd35d9322ec&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3069%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3069&job=&cmd_args= [2021-01-22T16:40:57.053Z] -> Uploading to [2021-01-22T16:40:57.053Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/7a318b9b5e43167f5411c3b5b63e7dd35d9322ec/e8fe1e96-eaa1-4f0d-85cb-226616eb4904.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T164056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a03117e507029ded2a7fdd94b56af1e413773cdd98367edd5faab2f5696f4113 [2021-01-22T16:40:57.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T16:40:57.054Z] Dload Upload Total Spent Left Speed [2021-01-22T16:40:57.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85464 0 0 100 85464 0 136k --:--:-- --:--:-- --:--:-- 136k [2021-01-22T16:40:57.628Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7a318b9b5e43167f5411c3b5b63e7dd35d9322ec [Pipeline] } [2021-01-22T16:40:57.639Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:40:59.766Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:41:00.656Z] ---> package-listing.sh [2021-01-22T16:41:00.656Z] ++ facter osfamily [2021-01-22T16:41:00.656Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T16:41:00.656Z] + OS_FAMILY=redhat [2021-01-22T16:41:00.656Z] + workspace=/w/workspace/edgex-go/3 [2021-01-22T16:41:00.656Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T16:41:00.656Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T16:41:00.656Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T16:41:00.656Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T16:41:00.656Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-22T16:41:00.656Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T16:41:00.656Z] + case "${OS_FAMILY}" in [2021-01-22T16:41:00.656Z] + rpm -qa [2021-01-22T16:41:00.656Z] + sort [2021-01-22T16:41:06.002Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T16:41:06.003Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T16:41:06.003Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T16:41:06.003Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-22T16:41:06.003Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-22T16:41:06.003Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-22T16:41:06.016Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T16:41:06.308Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:41:06.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T16:41:06.626Z] [2021-01-22T16:41:06.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T16:41:06.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T16:41:06.986Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T16:41:06.986Z] df20fa9351a1: Pulling fs layer [2021-01-22T16:41:06.986Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T16:41:06.986Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T16:41:06.986Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T16:41:06.986Z] 93b61091891f: Pulling fs layer [2021-01-22T16:41:06.986Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T16:41:06.986Z] 5e14af77c1be: Pulling fs layer [2021-01-22T16:41:06.986Z] 01666e4c0597: Pulling fs layer [2021-01-22T16:41:06.986Z] aa168da1d23b: Pulling fs layer [2021-01-22T16:41:06.986Z] 46f8f816bc3b: Waiting [2021-01-22T16:41:06.986Z] 93b61091891f: Waiting [2021-01-22T16:41:06.986Z] 93b9cdb0e59b: Waiting [2021-01-22T16:41:06.986Z] 5e14af77c1be: Waiting [2021-01-22T16:41:06.986Z] 01666e4c0597: Waiting [2021-01-22T16:41:06.986Z] aa168da1d23b: Waiting [2021-01-22T16:41:06.986Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T16:41:06.986Z] 36b3adc4ff6f: Download complete [2021-01-22T16:41:06.986Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T16:41:06.986Z] 46f8f816bc3b: Download complete [2021-01-22T16:41:07.249Z] df20fa9351a1: Verifying Checksum [2021-01-22T16:41:07.249Z] df20fa9351a1: Download complete [2021-01-22T16:41:07.249Z] 93b9cdb0e59b: Download complete [2021-01-22T16:41:07.249Z] 5e14af77c1be: Download complete [2021-01-22T16:41:07.249Z] 01666e4c0597: Verifying Checksum [2021-01-22T16:41:07.249Z] 01666e4c0597: Download complete [2021-01-22T16:41:07.249Z] 93b61091891f: Verifying Checksum [2021-01-22T16:41:07.249Z] 93b61091891f: Download complete [2021-01-22T16:41:07.511Z] df20fa9351a1: Pull complete [2021-01-22T16:41:07.775Z] 36b3adc4ff6f: Pull complete [2021-01-22T16:41:07.775Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T16:41:07.775Z] 8ad3a11d3b57: Download complete [2021-01-22T16:41:09.185Z] 8ad3a11d3b57: Pull complete [2021-01-22T16:41:09.761Z] aa168da1d23b: Verifying Checksum [2021-01-22T16:41:09.761Z] aa168da1d23b: Download complete [2021-01-22T16:41:10.711Z] 46f8f816bc3b: Pull complete [2021-01-22T16:41:10.973Z] 93b61091891f: Pull complete [2021-01-22T16:41:11.236Z] 93b9cdb0e59b: Pull complete [2021-01-22T16:41:11.236Z] 5e14af77c1be: Pull complete [2021-01-22T16:41:11.498Z] 01666e4c0597: Pull complete [2021-01-22T16:41:19.721Z] aa168da1d23b: Pull complete [2021-01-22T16:41:19.721Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T16:41:19.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T16:41:19.721Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T16:41:19.931Z] prd-centos7-docker-4c-2g-22287 does not seem to be running inside a container [2021-01-22T16:41:19.994Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T16:41:24.167Z] $ docker top cdc436104657bf89f700b2f4356f2a9f34485e320b278b4971519ff1be218c34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T16:41:25.148Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T16:41:25.450Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T16:41:25.753Z] + ls /var/log/sa-host [2021-01-22T16:41:25.753Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T16:41:25.753Z] file_magic: OK [2021-01-22T16:41:25.753Z] HZ: Using current value: 100 [2021-01-22T16:41:25.753Z] file_header: OK [2021-01-22T16:41:25.754Z] 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-01-22T16:41:25.754Z] Statistics: [2021-01-22T16:41:25.754Z] 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... [2021-01-22T16:41:25.754Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T16:41:25.754Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T16:41:25.754Z] file_magic: OK [2021-01-22T16:41:25.754Z] HZ: Using current value: 100 [2021-01-22T16:41:25.754Z] file_header: OK [2021-01-22T16:41:25.754Z] 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-01-22T16:41:25.754Z] Statistics: [2021-01-22T16:41:25.754Z] Hnuu...uuuununununu... [2021-01-22T16:41:25.754Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T16:41:25.959Z] provisioning config files... [2021-01-22T16:41:25.975Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3106395515171428705tmp [Pipeline] { [Pipeline] echo [2021-01-22T16:41:26.057Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:41:26.356Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T16:41:26.366Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T16:41:26.459Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:41:26.762Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T16:41:26.773Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:41:27.166Z] ---> sudo-logs.sh [2021-01-22T16:41:27.166Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T16:41:27.191Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:41:27.539Z] ---> job-cost.sh [2021-01-22T16:41:27.539Z] lf-activate-venv: SKIPPING [2021-01-22T16:41:27.539Z] INFO: No Stack... [2021-01-22T16:41:28.488Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T16:41:29.062Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T16:41:29.076Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T16:41:29.375Z] ---> logs-deploy.sh [2021-01-22T16:41:29.375Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3069/3 [2021-01-22T16:41:29.375Z] INFO: archiving workspace using pattern(s): [2021-01-22T16:41:31.298Z] Archives upload complete. [2021-01-22T16:41:31.298Z] INFO: archiving logs to Nexus