Skip to content

Instantly share code, notes, and snippets.

@Julian88Tex
Created May 7, 2024 17:28
Show Gist options
  • Save Julian88Tex/db928dfcb7d60d20329b6b9fd34375a6 to your computer and use it in GitHub Desktop.
Save Julian88Tex/db928dfcb7d60d20329b6b9fd34375a6 to your computer and use it in GitHub Desktop.
CumulusCI Error Output
CumulusCI version: 3.86.0
Python version: 3.10.0 (/Users/julianjoseph/.local/pipx/venvs/cumulusci/bin/python)
Environment Info: Darwin / x86_64
Last Command Run
================================
/Users/julianjoseph/.local/bin/cci flow run dev_org --org dev10
[05/07/24 10:26:13] ====================================================
========
Initializing flow: FlowCoordinator (dev_org)
Set up an org as a development environment for
unmanaged metadata
====================================================
========
Verifying and refreshing credentials for the
specified org: dev10.
Getting org info from Salesforce CLI for
test-modancmheeso@example.com
[05/07/24 10:26:15] ----------------------------------------------------
--------
Organization:
Username: test-modancmheeso@example.com
Org Id: 00DE100000435dZ
Instance: USA60S
----------------------------------------------------
--------
----------------------------------------------------
--------
Steps:
Description: Set up an org as a development
environment for unmanaged metadata
Flow Steps
1) flow: dependencies [from current folder]
1) task: update_dependencies
2) task: deploy_pre
2) flow: deploy_unmanaged
0) task: dx_convert_from
when: project_config.project__source_format
== "sfdx" and not org_config.scratch
1) task: unschedule_apex
2) task: update_package_xml
when: project_config.project__source_format
!= "sfdx" or not org_config.scratch
3) task: deploy
when: project_config.project__source_format
!= "sfdx" or not org_config.scratch
3.1) task: deploy
when: project_config.project__source_format
== "sfdx" and org_config.scratch
4) task: uninstall_packaged_incremental
when: project_config.project__source_format
!= "sfdx" or not org_config.scratch
5) task: snapshot_changes
3) flow: config_dev
1) task: deploy_post
2) task: update_admin_profile
90) task: load_sample_data
4) task: snapshot_changes
----------------------------------------------------
--------
Starting execution
====================================================
========
----------------------------------------------------
--------
Running task: update_dependencies
----------------------------------------------------
--------
Options:
resolution_strategy: preproduction
packages_only: False
interactive: False
base_package_url_format: {}
Beginning task: UpdateDependencies
Resolving dependencies...
Collected dependencies:
nDESIGN 2.52
nFORCE 2.2553
LLC_BI 2.3233
NDOC 2.871
nFUSE 2.545
nCino 1.777
nFORMS 2.397
nXBI 2.37
EFPIO 1.128
MTRNS 2.111
Unknown Package 04t4M000000U1YgQAK
(04t4M000000U1YgQAK)
FinServ 248.0
CRMC_PP 3.64
DNBConnect 1.730
DNBoptimizer 1.6084.3
ELOQUA 1.3
Intel_U4SFnCino 0.2
Intellective2 2.5
Ipreo_BDSF_1_10 170.7
LEXMAGICMOVER 4.15
LID 3.23
LLCLP 2.27
LLC_HI 1.6
SCOC 1.30
SDMOC 1.39
SIOC 1.174
SBSS7 1.72
WM4SF3 2.84
iSell 2.3.3
nBIDC 1.6
nBIDCA 1.20
nCRED 1.2336
nCSA_FRAME 1.21
nMONITOR 1.7
nRetail 1.932
vPb 1.23
[05/07/24 10:26:24] nDESIGN 2.52 or a newer version is already
installed; skipping.
nFORCE 2.2553 or a newer version is already
installed; skipping.
LLC_BI 2.3233 or a newer version is already
installed; skipping.
NDOC 2.871 or a newer version is already installed;
skipping.
nFUSE 2.545 or a newer version is already installed;
skipping.
nCino 1.777 or a newer version is already installed;
skipping.
nFORMS 2.397 or a newer version is already
installed; skipping.
nXBI 2.37 or a newer version is already installed;
skipping.
EFPIO 1.128 or a newer version is already installed;
skipping.
MTRNS 2.111 or a newer version is already installed;
skipping.
Unknown Package 04t4M000000U1YgQAK or a newer
version is already installed; skipping.
FinServ 248.0 or a newer version is already
installed; skipping.
CRMC_PP 3.64 or a newer version is already
installed; skipping.
DNBConnect 1.730 or a newer version is already
installed; skipping.
DNBoptimizer 1.6084.3 or a newer version is already
installed; skipping.
ELOQUA 1.3 or a newer version is already installed;
skipping.
Installing Intel_U4SFnCino 0.2
Pending
[Pending]: next check in 1 seconds
[05/07/24 10:26:26] [Done]
[05/07/24 10:26:27] [Failed]: Update of InstalledPackage
Intel_U4SFnCino: Error: InstalledPackage namespace:
intel_u4sfncino does not exist!
Exception in task dependencies.update_dependencies

Error: Could not process MDAPI response: Update of InstalledPackage
Intel_U4SFnCino: Error: InstalledPackage namespace: intel_u4sfncino does
not exist!
Run this command for more information about debugging errors: cci error
--help
Traceback (most recent call last):
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/salesforce_api/metadata.py", line 72, in __call__
return self._process_response(response)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/salesforce_api/metadata.py", line 509, in _process_response
raise MetadataComponentFailure(log, response)
cumulusci.salesforce_api.exceptions.MetadataComponentFailure: Update of InstalledPackage Intel_U4SFnCino: Error: InstalledPackage namespace: intel_u4sfncino does not exist!
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/cci.py", line 91, in main
cli(args[1:], standalone_mode=False, obj=runtime)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/runtime.py", line 183, in new_func
func(runtime, *args, **kw)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/flow.py", line 168, in flow_run
coordinator.run(org_config)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/flowrunner.py", line 495, in run
self._run_step(step)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/flowrunner.py", line 536, in _run_step
raise result.exception # PY3: raise an exception type we control *from* this exception instead?
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/flowrunner.py", line 287, in run_step
task()
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/tasks.py", line 226, in __call__
self.result = self._run_task()
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/tasks/salesforce/update_dependencies.py", line 224, in _run_task
self._install_dependency(d)
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/tasks/salesforce/update_dependencies.py", line 232, in _install_dependency
dependency.install(
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/dependencies/dependencies.py", line 468, in install
install_package_by_namespace_version(
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/salesforce_api/package_install.py", line 255, in install_package_by_namespace_version
retry(
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/utils/waiting.py", line 17, in retry
return func()
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/salesforce_api/package_install.py", line 212, in _install_package_by_namespace_version
retry(
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/utils/waiting.py", line 17, in retry
return func()
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/salesforce_api/package_install.py", line 210, in deploy
ApiDeploy(task, package_zip(), purge_on_delete=False)()
File "/Users/julianjoseph/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/salesforce_api/metadata.py", line 74, in __call__
raise MetadataParseError(
cumulusci.salesforce_api.exceptions.MetadataParseError: Could not process MDAPI response: Update of InstalledPackage Intel_U4SFnCino: Error: InstalledPackage namespace: intel_u4sfncino does not exist!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment