Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent ENOENT Errors During Parallel Metadata Retrieval with sf-cli #2871

Open
Alfystar opened this issue May 15, 2024 · 7 comments
Open
Labels
investigating We're actively investigating this issue validated Version information for this issue has been validated

Comments

@Alfystar
Copy link

Alfystar commented May 15, 2024

Summary

Dear sf-cli Team,

I am encountering an intermittent issue when attempting to perform parallel metadata retrievals using the sf-cli. My goal is to retrieve different types of resources in parallel to avoid exceeding the 10,000 resource limit per connection.

To obtain the list of resources present in a specific ORG, I use the following command:

sf org list metadata --metadata-type {metaType} --target-org {self.alias} --json

Subsequently, I create various package.xml files, one for each resource list. For special metadata such as profiles, I utilize a plugin developed by your team: sfdx-plugin-source-read, which has been quite good, albeit with some limitations.

Ultimately, my code generates all the package.xml files correctly. However, due to the large number of retrieves (99 different non-empty types in my case), I decided to execute them in parallel on the machine, as they are separate connections. This approach led me to discover that, randomly and unpredictably, some resources fail during command execution, claiming that the directory does not exist:

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/DevInt_RM/package_ExperienceBundle.xml --output-dir fullRetrieve_Orgs/DevInt_RM/retrievePack            ┃
┃ [experiences] Error command execution:                                                                                                                            ┃
┃ Retrieving v56.0 metadata from releasemanagementteam@enelfreemarket.com.devint using the v60.0 SOAP API                                                           ┃
┃ Preparing retrieve request... Sending request to org                                                                                                              ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... PendingPreparing retrieve request... Succeeded                          ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/sfdc-ci-enel-mercato/fullRetrieve_Orgs/DevInt_RM/retrievePack/main/default'  ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/DevInt_RM/package_Layout.xml --output-dir fullRetrieve_Orgs/DevInt_RM/retrievePack                      ┃
┃ [layouts] Error command execution:                                                                                                                                ┃
┃ Retrieving v56.0 metadata from releasemanagementteam@enelfreemarket.com.devint using the v60.0 SOAP API                                                           ┃
┃ Preparing retrieve request... Sending request to org                                                                                                              ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... PendingPreparing retrieve request... Succeeded                          ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/sfdc-ci-enel-mercato/fullRetrieve_Orgs/DevInt_RM/retrievePack/main/default'  ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

…and other similar errors.

However, if I execute the command on the same terminal without any additional code generation, it sometimes works and other times it reproduces the same error. In such cases, creating the directory with mkdir -p allows the command to execute successfully, but the created directory disappears after the process.

20:47:28 ~/Documents/01_repo/sfdc-ci-enel-mercato  (integration2)
└─▶ $ mkdir -p /Users/ea_enel/Documents/01_repo/sfdc-ci-enel-mercato/fullRetrieve_Orgs/DevInt_RM/retrievePack/main/default
20:47:52 ~/Documents/01_repo/sfdc-ci-enel-mercato  (integration2)
└─▶ $ sf project retrieve start --manifest fullRetrieve_Orgs/DevInt_RM/package_ExperienceBundle.xml --output-dir fullRetrieve_Orgs/DevInt_RM/retrievePack
(node:23610) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
Retrieving v56.0 metadata from releasemanagementteam@enelfreemarket.com.devint using the v60.0 SOAP API
Preparing retrieve request... Succeeded
 ›   Warning: Nothing retrieved

Warnings
===================================================================================================================================================================================================================================
| File                        Problem                                                                                                                                                                                               
| ─────────────────────────── ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 
| unpackaged/ExperienceBundle Agenzie1 wasn’t retrieved because ExperienceBundle isn’t enabled for Aura sites. To enable ExperienceBundle, in Setup, select Enable ExperienceBundle Metadata API in Digital Experiences | Settings. 

20:48:01 ~/Documents/01_repo/sfdc-ci-enel-mercato  (integration2)
└─▶ $ ls /Users/ea_enel/Documents/01_repo/sfdc-ci-enel-mercato/fullRetrieve_Orgs/DevInt_RM/retrievePack/main/default                                     
ls: /Users/ea_enel/Documents/01_repo/sfdc-ci-enel-mercato/fullRetrieve_Orgs/DevInt_RM/retrievePack/main/default: No such file or directory

I believe there might be an underlying bug of some sort. Could I receive support on this matter?
The thing that strangest me the most is that when I see these errors, from the error it seems that the retrieve is trying to save the output in default/main, but having specified the output directory, this situation shouldn't appear even in the error, I suppose.

Thank you for your assistance.

Best regards, Emanuele Alfano

System Information

{
  "architecture": "darwin-arm64",
  "cliVersion": "@salesforce/cli/2.41.8",
  "nodeVersion": "node-v20.12.2",
  "osVersion": "Darwin 23.4.0",
  "rootPath": "/Users/ea_enel/.local/share/sf/client/2.41.8-dd2c629",
  "shell": "zsh",
  "pluginVersions": [
    "@oclif/plugin-autocomplete 3.0.17 (core)",
    "@oclif/plugin-commands 3.3.2 (core)",
    "@oclif/plugin-help 6.0.21 (core)",
    "@oclif/plugin-not-found 3.1.8 (core)",
    "@oclif/plugin-plugins 5.0.19 (core)",
    "@oclif/plugin-search 1.0.23 (core)",
    "@oclif/plugin-update 4.2.11 (core)",
    "@oclif/plugin-version 2.0.18 (core)",
    "@oclif/plugin-warn-if-update-available 3.0.16 (core)",
    "@oclif/plugin-which 3.1.9 (core)",
    "@salesforce/cli 2.41.8 (core)",
    "apex 3.1.11 (core)",
    "auth 3.6.9 (core)",
    "data 3.3.4 (core)",
    "deploy-retrieve 3.6.13 (core)",
    "info 3.2.7 (core)",
    "limits 3.3.5 (core)",
    "marketplace 1.2.5 (core)",
    "org 4.1.8 (core)",
    "packaging 2.4.2 (core)",
    "schema 3.3.6 (core)",
    "settings 2.2.6 (core)",
    "sobject 1.4.1 (core)",
    "source 3.3.9 (core)",
    "telemetry 3.3.5 (core)",
    "templates 56.2.5 (core)",
    "trust 3.6.8 (core)",
    "user 3.5.5 (core)",
    "sfdx-plugin-source-read 1.2.0 (user)"
  ]
}

More information

The 2 package.xml i use are:

package_Layout.xml:

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>Account-Account %28Marketing%29 Layout</members>
        <name>Layout</name>
    </types>
</Package>

package_ExperienceBundle.xml:

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>Agenzie1</members>
        <name>ExperienceBundle</name>
    </types>
</Package>

in my test scene, i retrive only 1 element, when the problem will be fix, i want retrieve all the element detected with sf org list metadata --metadata-type

@Alfystar Alfystar added the investigating We're actively investigating this issue label May 15, 2024
Copy link

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

Copy link

Hello @Alfystar 👋 None of the versions of sf you shared match the latest release.

Shared: 2.40.7, 2.40.7
Latest: 2.41.8

Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue.
You can also try the rc and nightly releases! (docs)

After updating, share the full output of sf version --verbose --json

@github-actions github-actions bot added more information required Issue requires more information or a response from the customer investigating We're actively investigating this issue validated Version information for this issue has been validated and removed investigating We're actively investigating this issue more information required Issue requires more information or a response from the customer labels May 15, 2024
@iowillhoit
Copy link
Contributor

Hey @Alfystar, sorry I am not sure I fully understand the issue. I have some questions for you:

  • What happens if you run these retrieves in series? One after another instead of all at the same time?
  • Are you using the output of sf org list metadata to generate your package.xmls? Have you tried using the sf project generate manifest command? It has some limitations too, but it could potentially prevent some issues. See the --help docs.
  • If you are building package.xmls for each type, have you tried just retrieving by type instead? For example sf project retrieve start --metadata CustomObject.

If you were able to create a Github Repo that made it easy to reproduce this issue it would be a huge help. Maybe start from Dreamhouse and add a bunch of fake metadata?

@Alfystar
Copy link
Author

Hey @iowillhoit , I appreciate your questions and the opportunity to clarify.

Initially, I attempted to use the sf project generate manifest command. Unfortunately, it was unable to create a package.xml with all the required resources. For instance, standard custom objects must be explicitly listed for retrieval, and using a wildcard (*) is insufficient.

Consequently, I decided that the list obtained from sf org list metadata was the best approach. Then, using a Python script, I analyze the JSON response, extract the resource names, and create the package.xml “the old-fashioned way,” given its very basic structure.

Regarding serial retrieval, I observed that running all 99 retrieves in parallel significantly increases the error rate. Reducing this number decreases the errors. I’ve tried with two, but errors still persist. Additionally, I believe I’ve encountered a bug with certain metadata that forces the tool to save results in the code directory instead of the support directory, where I would then have the chance to supervise and possibly perform diffs before aligning the directories.

The solution of sf project retrieve start --metadata CustomObject falls into the same category as the generate manifest issue. If I try to download all metadata of a certain type in this manner, there are cases where something is missed. According to your documentation, the problem can be resolved by listing them individually.

For my tests, I limited myself to the first N elements of each list to fully test the code. However, the goal is to download everything, and if I were to do it sequentially, it might take days. In my ORG, we have a total of 23K resources (I work for one of your clients, which I’m told has the largest resource footprint. I won’t add more for privacy reasons).

As for replicability, I would be happy to run our script on Dreamhouse with maximum logging. However, I would ask you to provide a way to load the org with various types of metadata, as I wouldn’t know how to create everything that exists.

@Alfystar
Copy link
Author

Alfystar commented May 20, 2024

Good morning.

I run my script directly inside Dreamhouse scrach org, without any add.

Parrallel output:

I ran in parallel this bash command, each block in a different bash shell, using python:

#Command to retrieve resources 'classes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ApexClass.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'apexEmailNotifications'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ApexEmailNotifications.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'triggers'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ApexTrigger.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'appMenus'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'assignmentRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AssignmentRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'aura'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AuraDefinitionBundle.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'autoResponseRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AutoResponseRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'objects'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObject.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'cleanDataServices'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CleanDataService.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'communities'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Community.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'contentassets'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ContentAsset.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'corsWhitelistOrigins'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CorsWhitelistOrigin.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'applications'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomApplication.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'labels'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomLabels.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'objectTranslations'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'tabs'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomTab.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'duplicateRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_DuplicateRule.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'entitlementProcesses'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_EntitlementProcess.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'escalationRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_EscalationRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'flexipages'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_FlexiPage.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'flows'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Flow.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'flowDefinitions'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_FlowDefinition.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'homePageLayouts'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_HomePageLayout.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'iframeWhiteListUrlSettings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_IframeWhiteListUrlSettings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'installedPackages'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_InstalledPackage.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'layouts'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Layout.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'letterhead'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Letterhead.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'lwc'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_LightningComponentBundle.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'managedContentTypes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ManagedContentType.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'matchingRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_MatchingRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'milestoneTypes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_MilestoneType.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'notificationTypeConfig'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_NotificationTypeConfig.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'permissionsets'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_PermissionSet.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'profiles'
mkdir -p force-app/main/default/profiles ; mv 'force-app/main/default/profiles' 'fullRetrieve_Orgs/dreamhouse/tmp_Profile'
sf force source read --target-org dreamhouse -m 'Profile:Admin'
mv 'force-app/main/default/profiles' 'fullRetrieve_Orgs/dreamhouse/retrievePack' && mv 'fullRetrieve_Orgs/dreamhouse/tmp_Profile' 'force-app/main/default/profiles'

#Command to retrieve resources 'profilePasswordPolicies'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ProfilePasswordPolicy.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'profileSessionSettings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ProfileSessionSetting.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'quickActions'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_QuickAction.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'remoteSiteSettings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_RemoteSiteSetting.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'reportTypes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ReportType.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'restrictionRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_RestrictionRule.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'roles'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Role.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'samlssoconfigs'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_SamlSsoConfig.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'settings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Settings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'sharingRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_SharingRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'staticresources'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_StaticResource.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'topicsForObjects'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_TopicsForObjects.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'translations'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Translations.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

#Command to retrieve resources 'workflows'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Workflow.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack

And this is the output with 9 worker:

12:15:44 ~/Documents/01_repo/dreamhouse-lwc  (main)
└─▶ $ fullRetrieve.py  --org Orgs/dreamhouse --all --limit 1 --retrieve
>> Detect default packageDirectories from sfdx-project.json, equal to: force-app/main/default
[dreamhouse] 
[dreamhouse] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[dreamhouse] >> Change system default org to: dreamhouse
[dreamhouse]  >$ sf config set target-org dreamhouse
[dreamhouse] Set Config
[dreamhouse] ===============================
[dreamhouse] | Name       Value      Success 
[dreamhouse] | ────────── ────────── ─────── 
[dreamhouse] | target-org dreamhouse true    

>> fullRetrieve_Orgs/dreamhouse exists, archive before start inside: '00_Archive/fullRetrieve/2024-05-20_12-15-50_dreamhouse'
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 182/182 [00:35<00:00,  5.20MetaType/s]
>> Filter resource name list to keep only top level, unique, list result...
[Warning] Metadata AIApplication has no resource in this ORG. Skipping...
[Warning] Metadata AIApplicationConfig has no resource in this ORG. Skipping...
[Warning] Metadata ActionLauncherItemDef has no resource in this ORG. Skipping...
[Warning] Metadata ActionLinkGroupTemplate has no resource in this ORG. Skipping...
[Warning] Metadata AnalyticSnapshot has no resource in this ORG. Skipping...
[Warning] Metadata AnimationRule has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ApexClass' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexClass --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexClass.xml done.
[Warning] Metadata ApexComponent has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ApexEmailNotifications' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexEmailNotifications --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexEmailNotifications.xml done.
[Warning] Metadata ApexPage has no resource in this ORG. Skipping...
[Warning] Metadata ApexTestSuite has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ApexTrigger' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexTrigger --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexTrigger.xml done.
>> Retrieve all metadata item for Metadata type 'AppMenu' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AppMenu --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml done.
[Warning] Metadata ApprovalProcess has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'AssignmentRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AssignmentRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AssignmentRules.xml done.
>> Retrieve all metadata item for Metadata type 'AuraDefinitionBundle' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AuraDefinitionBundle --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AuraDefinitionBundle.xml done.
[Warning] Metadata AuthProvider has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'AutoResponseRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AutoResponseRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AutoResponseRules.xml done.
[Warning] Metadata BatchProcessJobDefinition has no resource in this ORG. Skipping...
[Warning] Metadata BlacklistedConsumer has no resource in this ORG. Skipping...
[Warning] Metadata BrandingSet has no resource in this ORG. Skipping...
[Warning] Metadata BriefcaseDefinition has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomObject' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomObject --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomObject.xml done.
[Warning] Metadata CallCenter has no resource in this ORG. Skipping...
[Warning] Metadata CallCoachingMediaProvider has no resource in this ORG. Skipping...
[Warning] Metadata CanvasMetadata has no resource in this ORG. Skipping...
[Warning] Metadata Certificate has no resource in this ORG. Skipping...
[Warning] Metadata ChannelLayout has no resource in this ORG. Skipping...
[Warning] Metadata ChatterExtension has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CleanDataService' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CleanDataService --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CleanDataService.xml done.
>> Retrieve all metadata item for Metadata type 'Community' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Community --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Community.xml done.
[Warning] Metadata ConnectedApp has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ContentAsset' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ContentAsset --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ContentAsset.xml done.
[Warning] Metadata ConversationMessageDefinition has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CorsWhitelistOrigin' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CorsWhitelistOrigin --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CorsWhitelistOrigin.xml done.
[Warning] Metadata CspTrustedSite has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomApplication' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomApplication --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomApplication.xml done.
[Warning] Metadata CustomApplicationComponent has no resource in this ORG. Skipping...
[Warning] Metadata CustomFeedFilter has no resource in this ORG. Skipping...
[Warning] Metadata CustomHelpMenuSection has no resource in this ORG. Skipping...
[Warning] Metadata CustomIndex has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomLabels' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomLabels --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomLabels.xml done.
[Warning] Metadata CustomMetadata has no resource in this ORG. Skipping...
[Warning] Metadata CustomNotificationType has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomObjectTranslation' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomObjectTranslation --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml done.
[Warning] Metadata CustomPageWebLink has no resource in this ORG. Skipping...
[Warning] Metadata CustomPermission has no resource in this ORG. Skipping...
[Warning] Metadata CustomSite has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomTab' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomTab --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomTab.xml done.
[Warning] Metadata Dashboard has no resource in this ORG. Skipping...
[Warning] Metadata DataCategoryGroup has no resource in this ORG. Skipping...
[Warning] Metadata DataWeaveResource has no resource in this ORG. Skipping...
[Warning] Metadata DelegateGroup has no resource in this ORG. Skipping...
[Warning] Metadata DigitalExperienceBundle has no resource in this ORG. Skipping...
[Warning] Metadata Document has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'DuplicateRule' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type DuplicateRule --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_DuplicateRule.xml done.
[Warning] Metadata EclairGeoData has no resource in this ORG. Skipping...
[Warning] Metadata EmailServicesFunction has no resource in this ORG. Skipping...
[Warning] Metadata EmailTemplate has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceBranding has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceConfig has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceFlowConfig has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceMenuSettings has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'EntitlementProcess' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type EntitlementProcess --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_EntitlementProcess.xml done.
[Warning] Metadata EntitlementTemplate has no resource in this ORG. Skipping...
[Warning] Metadata EntityImplements has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'EscalationRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type EscalationRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_EscalationRules.xml done.
[Warning] Metadata EventRelayConfig has no resource in this ORG. Skipping...
[Warning] Metadata ExperienceContainer has no resource in this ORG. Skipping...
[Warning] Metadata ExperiencePropertyTypeBundle has no resource in this ORG. Skipping...
[Warning] Metadata ExternalCredential has no resource in this ORG. Skipping...
[Warning] Metadata ExternalDataSource has no resource in this ORG. Skipping...
[Warning] Metadata ExternalServiceRegistration has no resource in this ORG. Skipping...
[Warning] Metadata FieldRestrictionRule has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'FlexiPage' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type FlexiPage --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_FlexiPage.xml done.
>> Retrieve all metadata item for Metadata type 'Flow' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Flow --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Flow.xml done.
[Warning] Metadata FlowCategory has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'FlowDefinition' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type FlowDefinition --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_FlowDefinition.xml done.
[Warning] Metadata FlowTest has no resource in this ORG. Skipping...
[Warning] Metadata GatewayProviderPaymentMethodType has no resource in this ORG. Skipping...
[Warning] Metadata GlobalValueSet has no resource in this ORG. Skipping...
[Warning] Metadata GlobalValueSetTranslation has no resource in this ORG. Skipping...
[Warning] Metadata Group has no resource in this ORG. Skipping...
[Warning] Metadata HomePageComponent has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'HomePageLayout' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type HomePageLayout --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_HomePageLayout.xml done.
[Warning] Metadata IPAddressRange has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'IframeWhiteListUrlSettings' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type IframeWhiteListUrlSettings --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_IframeWhiteListUrlSettings.xml done.
[Warning] Metadata InboundNetworkConnection has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'InstalledPackage' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type InstalledPackage --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_InstalledPackage.xml done.
>> Retrieve all metadata item for Metadata type 'Layout' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Layout --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Layout.xml done.
[Warning] Metadata LeadConvertSettings has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Letterhead' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Letterhead --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Letterhead.xml done.
[Warning] Metadata LightningBolt has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'LightningComponentBundle' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type LightningComponentBundle --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_LightningComponentBundle.xml done.
[Warning] Metadata LightningExperienceTheme has no resource in this ORG. Skipping...
[Warning] Metadata LightningMessageChannel has no resource in this ORG. Skipping...
[Warning] Metadata LightningOnboardingConfig has no resource in this ORG. Skipping...
[Warning] Metadata LiveChatSensitiveDataRule has no resource in this ORG. Skipping...
[Warning] Metadata MLDataDefinition has no resource in this ORG. Skipping...
[Warning] Metadata MLPredictionDefinition has no resource in this ORG. Skipping...
[Warning] Metadata MLRecommendationDefinition has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ManagedContentType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ManagedContentType --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ManagedContentType.xml done.
>> Retrieve all metadata item for Metadata type 'MatchingRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type MatchingRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_MatchingRules.xml done.
[Warning] Metadata MessagingChannel has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'MilestoneType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type MilestoneType --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_MilestoneType.xml done.
[Warning] Metadata MobileApplicationDetail has no resource in this ORG. Skipping...
[Warning] Metadata MutingPermissionSet has no resource in this ORG. Skipping...
[Warning] Metadata MyDomainDiscoverableLogin has no resource in this ORG. Skipping...
[Warning] Metadata NamedCredential has no resource in this ORG. Skipping...
[Warning] Metadata NetworkBranding has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'NotificationTypeConfig' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type NotificationTypeConfig --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_NotificationTypeConfig.xml done.
[Warning] Metadata OauthCustomScope has no resource in this ORG. Skipping...
[Warning] Metadata OauthTokenExchangeHandler has no resource in this ORG. Skipping...
[Warning] Metadata OutboundNetworkConnection has no resource in this ORG. Skipping...
[Warning] Metadata PathAssistant has no resource in this ORG. Skipping...
[Warning] Metadata PaymentGatewayProvider has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'PermissionSet' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type PermissionSet --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_PermissionSet.xml done.
[Warning] Metadata PermissionSetGroup has no resource in this ORG. Skipping...
[Warning] Metadata PlatformCachePartition has no resource in this ORG. Skipping...
[Warning] Metadata PlatformEventChannel has no resource in this ORG. Skipping...
[Warning] Metadata PlatformEventChannelMember has no resource in this ORG. Skipping...
[Warning] Metadata PlatformEventSubscriberConfig has no resource in this ORG. Skipping...
[Warning] Metadata PostTemplate has no resource in this ORG. Skipping...
[Warning] Metadata ProcessFlowMigration has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Profile' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Profile --target-org dreamhouse --json
   Save fullRetrieve_Orgs/dreamhouse/crudRetrieve_Profile.sh done.
>> Retrieve all metadata item for Metadata type 'ProfilePasswordPolicy' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ProfilePasswordPolicy --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ProfilePasswordPolicy.xml done.
>> Retrieve all metadata item for Metadata type 'ProfileSessionSetting' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ProfileSessionSetting --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ProfileSessionSetting.xml done.
[Warning] Metadata Prompt has no resource in this ORG. Skipping...
[Warning] Metadata Queue has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'QuickAction' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type QuickAction --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_QuickAction.xml done.
[Warning] Metadata RecommendationStrategy has no resource in this ORG. Skipping...
[Warning] Metadata RecordActionDeployment has no resource in this ORG. Skipping...
[Warning] Metadata RedirectWhitelistUrl has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'RemoteSiteSetting' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type RemoteSiteSetting --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_RemoteSiteSetting.xml done.
[Warning] Metadata Report has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ReportType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ReportType --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ReportType.xml done.
>> Retrieve all metadata item for Metadata type 'RestrictionRule' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type RestrictionRule --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_RestrictionRule.xml done.
>> Retrieve all metadata item for Metadata type 'Role' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Role --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Role.xml done.
>> Retrieve all metadata item for Metadata type 'SamlSsoConfig' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type SamlSsoConfig --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_SamlSsoConfig.xml done.
[Warning] Metadata Scontrol has no resource in this ORG. Skipping...
[Warning] Metadata SearchCustomization has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Settings' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Settings --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Settings.xml done.
>> Retrieve all metadata item for Metadata type 'SharingRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type SharingRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_SharingRules.xml done.
[Warning] Metadata SharingSet has no resource in this ORG. Skipping...
[Warning] Metadata SiteDotCom has no resource in this ORG. Skipping...
[Warning] Metadata StandardValueSet has no resource in this ORG. Skipping...
[Warning] Metadata StandardValueSetTranslation has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'StaticResource' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type StaticResource --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_StaticResource.xml done.
[Warning] Metadata SynonymDictionary has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'TopicsForObjects' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type TopicsForObjects --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_TopicsForObjects.xml done.
[Warning] Metadata TransactionSecurityPolicy has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Translations' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Translations --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Translations.xml done.
[Warning] Metadata UserProfileSearchScope has no resource in this ORG. Skipping...
[Warning] Metadata UserProvisioningConfig has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Workflow' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Workflow --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Workflow.xml done.


Store command 48° list inside 'fullRetrieve_Orgs/dreamhouse/retrieveCmd.sh'
╔═════════════════════════════════════════════════════════════════════════════╗
║ Starting retrieve process. Start time "12:16:25" (Relax, may take minutes!) ║
╚═════════════════════════════════════════════════════════════════════════════╝
Execute retrieves command with 9 workers...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 48/48 [00:17<00:00,  2.68Connections/s]
╔════════════════════════════════════╗
║ Total time elapsed: 0:00:17.929208 ║
╚════════════════════════════════════╝
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                     ┃
┃ [appMenus] Error command execution:                                                                                                                                                 ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... PendingPreparing retrieve request... Succeeded                                            ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default'                         ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                                                                                                                                                                                                                                                                                          ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CleanDataService.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                                                                                                                                                                                                                                                                                 ┃
┃ [cleanDataServices] Error command execution:                                                                                                                                                                                                                                                                                                                                                                                                             ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                                                                                                                                                                                                                                                                                             ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                                                                                                                                                                                                                                                                                     ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... PendingPreparing retrieve request... Succeeded                                                                                                                                                                                                                                                                                                                 ┃
┃ Error (1): ENOENT: no such file or directory, rename '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default/duplicateRules/Contact.Standard_Rule_for_Contacts_with_Duplicate_Leads.duplicateRule-meta.xml' -> '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/duplicateRules/Contact.Standard_Rule_for_Contacts_with_Duplicate_Leads.duplicateRule-meta.xml' ┃
┃                                                                                                                                                                                                                                                                                                                                                                                                                                                          ┃
┃                                                                                                                                                                                                                                                                                                                                                                                                                                                          ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                     ┃
┃ [objectTranslations] Error command execution:                                                                                                                                       ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default'                         ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                                                                                                                                                                                                                                ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_DuplicateRule.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                                                                                                                                                                                                                          ┃
┃ [duplicateRules] Error command execution:                                                                                                                                                                                                                                                                                                                                                      ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                                                                                                                                                                                                                                   ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                                                                                                                                                                                                                           ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... PendingPreparing retrieve request... Succeeded                                                                                                                                                                                                                                                       ┃
┃ Error (1): ENOENT: no such file or directory, rename '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default/cleanDataServices/DataCloudGeoLocation.cleanDataService-meta.xml' -> '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/cleanDataServices/DataCloudGeoLocation.cleanDataService-meta.xml' ┃
┃                                                                                                                                                                                                                                                                                                                                                                                                ┃
┃                                                                                                                                                                                                                                                                                                                                                                                                ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                                                                         ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Letterhead.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                                                                      ┃
┃ [letterhead] Error command execution:                                                                                                                                                                                                   ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                                                                            ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                                                                    ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... MetadataTransferError                                                                                ┃
┃ Error (1): Metadata API request failed: /Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default/letterhead/Agenzia_viaggi_dell_Energia_default.letter-meta.xml: File or folder not found ┃
┃                                                                                                                                                                                                                                         ┃
┃                                                                                                                                                                                                                                         ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Settings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                    ┃
┃ [settings] Error command execution:                                                                                                                                                 ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default'                         ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

and as far as I know, the 47 packages created, the profiles I make with the CRUD API, are correctly created, and have the response of your tool as the member name.

I would add that the metadata that did not go into error was retrieved correctly as far as I can see, as I expected.

One worker run

I finally tried running the job, limiting the number of workers to 1.
In this scenario the retrieve has failed despite everything.
It took 2 min (vs 17 sec) (+700% execution time!)
But it failed on 3 resources:

12:22:20 ~/Documents/01_repo/dreamhouse-lwc  (main)
└─▶ $ fullRetrieve.py  --org Orgs/dreamhouse --all --limit 1 --retrieve
>> Detect default packageDirectories from sfdx-project.json, equal to: force-app/main/default
[dreamhouse] 
[dreamhouse] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[dreamhouse] >> Change system default org to: dreamhouse
[dreamhouse]  >$ sf config set target-org dreamhouse
[dreamhouse] Set Config
[dreamhouse] ===============================
[dreamhouse] | Name       Value      Success 
[dreamhouse] | ────────── ────────── ─────── 
[dreamhouse] | target-org dreamhouse true    

>> fullRetrieve_Orgs/dreamhouse exists, archive before start inside: '00_Archive/fullRetrieve/2024-05-20_12-23-50_dreamhouse'
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 182/182 [00:36<00:00,  4.99MetaType/s]
>> Filter resource name list to keep only top level, unique, list result...
[Warning] Metadata AIApplication has no resource in this ORG. Skipping...
[Warning] Metadata AIApplicationConfig has no resource in this ORG. Skipping...
[Warning] Metadata ActionLauncherItemDef has no resource in this ORG. Skipping...
[Warning] Metadata ActionLinkGroupTemplate has no resource in this ORG. Skipping...
[Warning] Metadata AnalyticSnapshot has no resource in this ORG. Skipping...
[Warning] Metadata AnimationRule has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ApexClass' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexClass --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexClass.xml done.
[Warning] Metadata ApexComponent has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ApexEmailNotifications' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexEmailNotifications --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexEmailNotifications.xml done.
[Warning] Metadata ApexPage has no resource in this ORG. Skipping...
[Warning] Metadata ApexTestSuite has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ApexTrigger' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexTrigger --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexTrigger.xml done.
>> Retrieve all metadata item for Metadata type 'AppMenu' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AppMenu --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml done.
[Warning] Metadata ApprovalProcess has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'AssignmentRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AssignmentRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AssignmentRules.xml done.
>> Retrieve all metadata item for Metadata type 'AuraDefinitionBundle' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AuraDefinitionBundle --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AuraDefinitionBundle.xml done.
[Warning] Metadata AuthProvider has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'AutoResponseRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AutoResponseRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AutoResponseRules.xml done.
[Warning] Metadata BatchProcessJobDefinition has no resource in this ORG. Skipping...
[Warning] Metadata BlacklistedConsumer has no resource in this ORG. Skipping...
[Warning] Metadata BrandingSet has no resource in this ORG. Skipping...
[Warning] Metadata BriefcaseDefinition has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomObject' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomObject --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomObject.xml done.
[Warning] Metadata CallCenter has no resource in this ORG. Skipping...
[Warning] Metadata CallCoachingMediaProvider has no resource in this ORG. Skipping...
[Warning] Metadata CanvasMetadata has no resource in this ORG. Skipping...
[Warning] Metadata Certificate has no resource in this ORG. Skipping...
[Warning] Metadata ChannelLayout has no resource in this ORG. Skipping...
[Warning] Metadata ChatterExtension has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CleanDataService' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CleanDataService --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CleanDataService.xml done.
>> Retrieve all metadata item for Metadata type 'Community' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Community --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Community.xml done.
[Warning] Metadata ConnectedApp has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ContentAsset' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ContentAsset --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ContentAsset.xml done.
[Warning] Metadata ConversationMessageDefinition has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CorsWhitelistOrigin' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CorsWhitelistOrigin --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CorsWhitelistOrigin.xml done.
[Warning] Metadata CspTrustedSite has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomApplication' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomApplication --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomApplication.xml done.
[Warning] Metadata CustomApplicationComponent has no resource in this ORG. Skipping...
[Warning] Metadata CustomFeedFilter has no resource in this ORG. Skipping...
[Warning] Metadata CustomHelpMenuSection has no resource in this ORG. Skipping...
[Warning] Metadata CustomIndex has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomLabels' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomLabels --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomLabels.xml done.
[Warning] Metadata CustomMetadata has no resource in this ORG. Skipping...
[Warning] Metadata CustomNotificationType has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomObjectTranslation' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomObjectTranslation --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml done.
[Warning] Metadata CustomPageWebLink has no resource in this ORG. Skipping...
[Warning] Metadata CustomPermission has no resource in this ORG. Skipping...
[Warning] Metadata CustomSite has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'CustomTab' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomTab --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomTab.xml done.
[Warning] Metadata Dashboard has no resource in this ORG. Skipping...
[Warning] Metadata DataCategoryGroup has no resource in this ORG. Skipping...
[Warning] Metadata DataWeaveResource has no resource in this ORG. Skipping...
[Warning] Metadata DelegateGroup has no resource in this ORG. Skipping...
[Warning] Metadata DigitalExperienceBundle has no resource in this ORG. Skipping...
[Warning] Metadata Document has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'DuplicateRule' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type DuplicateRule --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_DuplicateRule.xml done.
[Warning] Metadata EclairGeoData has no resource in this ORG. Skipping...
[Warning] Metadata EmailServicesFunction has no resource in this ORG. Skipping...
[Warning] Metadata EmailTemplate has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceBranding has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceConfig has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceFlowConfig has no resource in this ORG. Skipping...
[Warning] Metadata EmbeddedServiceMenuSettings has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'EntitlementProcess' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type EntitlementProcess --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_EntitlementProcess.xml done.
[Warning] Metadata EntitlementTemplate has no resource in this ORG. Skipping...
[Warning] Metadata EntityImplements has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'EscalationRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type EscalationRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_EscalationRules.xml done.
[Warning] Metadata EventRelayConfig has no resource in this ORG. Skipping...
[Warning] Metadata ExperienceContainer has no resource in this ORG. Skipping...
[Warning] Metadata ExperiencePropertyTypeBundle has no resource in this ORG. Skipping...
[Warning] Metadata ExternalCredential has no resource in this ORG. Skipping...
[Warning] Metadata ExternalDataSource has no resource in this ORG. Skipping...
[Warning] Metadata ExternalServiceRegistration has no resource in this ORG. Skipping...
[Warning] Metadata FieldRestrictionRule has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'FlexiPage' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type FlexiPage --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_FlexiPage.xml done.
>> Retrieve all metadata item for Metadata type 'Flow' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Flow --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Flow.xml done.
[Warning] Metadata FlowCategory has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'FlowDefinition' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type FlowDefinition --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_FlowDefinition.xml done.
[Warning] Metadata FlowTest has no resource in this ORG. Skipping...
[Warning] Metadata GatewayProviderPaymentMethodType has no resource in this ORG. Skipping...
[Warning] Metadata GlobalValueSet has no resource in this ORG. Skipping...
[Warning] Metadata GlobalValueSetTranslation has no resource in this ORG. Skipping...
[Warning] Metadata Group has no resource in this ORG. Skipping...
[Warning] Metadata HomePageComponent has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'HomePageLayout' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type HomePageLayout --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_HomePageLayout.xml done.
[Warning] Metadata IPAddressRange has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'IframeWhiteListUrlSettings' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type IframeWhiteListUrlSettings --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_IframeWhiteListUrlSettings.xml done.
[Warning] Metadata InboundNetworkConnection has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'InstalledPackage' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type InstalledPackage --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_InstalledPackage.xml done.
>> Retrieve all metadata item for Metadata type 'Layout' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Layout --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Layout.xml done.
[Warning] Metadata LeadConvertSettings has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Letterhead' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Letterhead --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Letterhead.xml done.
[Warning] Metadata LightningBolt has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'LightningComponentBundle' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type LightningComponentBundle --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_LightningComponentBundle.xml done.
[Warning] Metadata LightningExperienceTheme has no resource in this ORG. Skipping...
[Warning] Metadata LightningMessageChannel has no resource in this ORG. Skipping...
[Warning] Metadata LightningOnboardingConfig has no resource in this ORG. Skipping...
[Warning] Metadata LiveChatSensitiveDataRule has no resource in this ORG. Skipping...
[Warning] Metadata MLDataDefinition has no resource in this ORG. Skipping...
[Warning] Metadata MLPredictionDefinition has no resource in this ORG. Skipping...
[Warning] Metadata MLRecommendationDefinition has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ManagedContentType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ManagedContentType --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ManagedContentType.xml done.
>> Retrieve all metadata item for Metadata type 'MatchingRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type MatchingRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_MatchingRules.xml done.
[Warning] Metadata MessagingChannel has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'MilestoneType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type MilestoneType --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_MilestoneType.xml done.
[Warning] Metadata MobileApplicationDetail has no resource in this ORG. Skipping...
[Warning] Metadata MutingPermissionSet has no resource in this ORG. Skipping...
[Warning] Metadata MyDomainDiscoverableLogin has no resource in this ORG. Skipping...
[Warning] Metadata NamedCredential has no resource in this ORG. Skipping...
[Warning] Metadata NetworkBranding has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'NotificationTypeConfig' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type NotificationTypeConfig --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_NotificationTypeConfig.xml done.
[Warning] Metadata OauthCustomScope has no resource in this ORG. Skipping...
[Warning] Metadata OauthTokenExchangeHandler has no resource in this ORG. Skipping...
[Warning] Metadata OutboundNetworkConnection has no resource in this ORG. Skipping...
[Warning] Metadata PathAssistant has no resource in this ORG. Skipping...
[Warning] Metadata PaymentGatewayProvider has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'PermissionSet' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type PermissionSet --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_PermissionSet.xml done.
[Warning] Metadata PermissionSetGroup has no resource in this ORG. Skipping...
[Warning] Metadata PlatformCachePartition has no resource in this ORG. Skipping...
[Warning] Metadata PlatformEventChannel has no resource in this ORG. Skipping...
[Warning] Metadata PlatformEventChannelMember has no resource in this ORG. Skipping...
[Warning] Metadata PlatformEventSubscriberConfig has no resource in this ORG. Skipping...
[Warning] Metadata PostTemplate has no resource in this ORG. Skipping...
[Warning] Metadata ProcessFlowMigration has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Profile' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Profile --target-org dreamhouse --json
   Save fullRetrieve_Orgs/dreamhouse/crudRetrieve_Profile.sh done.
>> Retrieve all metadata item for Metadata type 'ProfilePasswordPolicy' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ProfilePasswordPolicy --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ProfilePasswordPolicy.xml done.
>> Retrieve all metadata item for Metadata type 'ProfileSessionSetting' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ProfileSessionSetting --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ProfileSessionSetting.xml done.
[Warning] Metadata Prompt has no resource in this ORG. Skipping...
[Warning] Metadata Queue has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'QuickAction' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type QuickAction --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_QuickAction.xml done.
[Warning] Metadata RecommendationStrategy has no resource in this ORG. Skipping...
[Warning] Metadata RecordActionDeployment has no resource in this ORG. Skipping...
[Warning] Metadata RedirectWhitelistUrl has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'RemoteSiteSetting' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type RemoteSiteSetting --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_RemoteSiteSetting.xml done.
[Warning] Metadata Report has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'ReportType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ReportType --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ReportType.xml done.
>> Retrieve all metadata item for Metadata type 'RestrictionRule' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type RestrictionRule --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_RestrictionRule.xml done.
>> Retrieve all metadata item for Metadata type 'Role' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Role --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Role.xml done.
>> Retrieve all metadata item for Metadata type 'SamlSsoConfig' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type SamlSsoConfig --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_SamlSsoConfig.xml done.
[Warning] Metadata Scontrol has no resource in this ORG. Skipping...
[Warning] Metadata SearchCustomization has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Settings' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Settings --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Settings.xml done.
>> Retrieve all metadata item for Metadata type 'SharingRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type SharingRules --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_SharingRules.xml done.
[Warning] Metadata SharingSet has no resource in this ORG. Skipping...
[Warning] Metadata SiteDotCom has no resource in this ORG. Skipping...
[Warning] Metadata StandardValueSet has no resource in this ORG. Skipping...
[Warning] Metadata StandardValueSetTranslation has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'StaticResource' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type StaticResource --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_StaticResource.xml done.
[Warning] Metadata SynonymDictionary has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'TopicsForObjects' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type TopicsForObjects --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_TopicsForObjects.xml done.
[Warning] Metadata TransactionSecurityPolicy has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Translations' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Translations --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Translations.xml done.
[Warning] Metadata UserProfileSearchScope has no resource in this ORG. Skipping...
[Warning] Metadata UserProvisioningConfig has no resource in this ORG. Skipping...
>> Retrieve all metadata item for Metadata type 'Workflow' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Workflow --target-org dreamhouse --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Workflow.xml done.


Store command 48° list inside 'fullRetrieve_Orgs/dreamhouse/retrieveCmd.sh'
╔═════════════════════════════════════════════════════════════════════════════╗
║ Starting retrieve process. Start time "12:24:26" (Relax, may take minutes!) ║
╚═════════════════════════════════════════════════════════════════════════════╝
Execute retrieves command with 1 workers...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 48/48 [02:00<00:00,  2.51s/Connections]
╔════════════════════════════════════╗
║ Total time elapsed: 0:02:00.400999 ║
╚════════════════════════════════════╝
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                     ┃
┃ [appMenus] Error command execution:                                                                                                                                                 ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default'                         ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                     ┃
┃ [objectTranslations] Error command execution:                                                                                                                                       ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default'                         ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Settings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack                                    ┃
┃ [settings] Error command execution:                                                                                                                                                 ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/main/default'                         ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

Personal conclusions

From what I can understand, I believe that on these 3 metadata (appMenus, objectTranslations, settings), there may be some bug, or a specific condition that the repository does not respect.

The others, however, are fine in themselves, but the code is not designed to execute read operations in parallel.

I am waiting for your response.
Don't hesitate to ask for more information about it!

@iowillhoit
Copy link
Contributor

Hello @Alfystar, thank you for taking the time to try different approaches on this. Ultimately I agree with the conclusions you shared. The code may not be designed to handle parallel retrieves well. Here is a similar issue related to running parallel deploys (#2786)

It is worth pointing out that certain metadata types have restriction on how they can be deployed/retrieved. For example, objectTranslations must be retrieve with the CustomObjects that they reference or they will "succeed" but will be empty. Also, listMetadata is the root of a few open issues, especially where namespaces are involved.

What happens if you use a different --output-dir for each retrieve? That may help the parallel retrieves from tripping over themselves.

@Alfystar
Copy link
Author

Alfystar commented May 27, 2024

Hi @iowillhoit
Onestly i don't think about multiple --output-dir, i try now and this is the result with 9 worker:

Cmd list bash:

#Command to retrieve resources 'classes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ApexClass.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_1

#Command to retrieve resources 'apexEmailNotifications'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ApexEmailNotifications.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_2

#Command to retrieve resources 'triggers'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ApexTrigger.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_3

#Command to retrieve resources 'appMenus'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_4

#Command to retrieve resources 'assignmentRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AssignmentRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_5

#Command to retrieve resources 'aura'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AuraDefinitionBundle.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_6

#Command to retrieve resources 'autoResponseRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AutoResponseRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_7

#Command to retrieve resources 'objects'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObject.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_8

#Command to retrieve resources 'cleanDataServices'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CleanDataService.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_9

#Command to retrieve resources 'communities'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Community.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_10

#Command to retrieve resources 'contentassets'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ContentAsset.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_11

#Command to retrieve resources 'corsWhitelistOrigins'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CorsWhitelistOrigin.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_12

#Command to retrieve resources 'applications'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomApplication.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_13

#Command to retrieve resources 'labels'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomLabels.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_14

#Command to retrieve resources 'objectTranslations'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_15

#Command to retrieve resources 'tabs'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomTab.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_16

#Command to retrieve resources 'duplicateRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_DuplicateRule.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_17

#Command to retrieve resources 'entitlementProcesses'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_EntitlementProcess.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_18

#Command to retrieve resources 'escalationRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_EscalationRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_19

#Command to retrieve resources 'flexipages'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_FlexiPage.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_20

#Command to retrieve resources 'flows'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Flow.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_21

#Command to retrieve resources 'flowDefinitions'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_FlowDefinition.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_22

#Command to retrieve resources 'homePageLayouts'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_HomePageLayout.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_23

#Command to retrieve resources 'iframeWhiteListUrlSettings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_IframeWhiteListUrlSettings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_24

#Command to retrieve resources 'installedPackages'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_InstalledPackage.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_25

#Command to retrieve resources 'layouts'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Layout.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_26

#Command to retrieve resources 'letterhead'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Letterhead.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_27

#Command to retrieve resources 'lwc'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_LightningComponentBundle.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_28

#Command to retrieve resources 'managedContentTypes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ManagedContentType.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_29

#Command to retrieve resources 'matchingRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_MatchingRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_30

#Command to retrieve resources 'milestoneTypes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_MilestoneType.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_31

#Command to retrieve resources 'notificationTypeConfig'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_NotificationTypeConfig.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_32

#Command to retrieve resources 'permissionsets'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_PermissionSet.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_33

#Command to retrieve resources 'profiles'
mkdir -p force-app/main/default/profiles ; mv 'force-app/main/default/profiles' 'fullRetrieve_Orgs/dreamhouse/tmp_Profile'
sf force source read --target-org dreamhouse -m 'Profile:Admin'
mv 'force-app/main/default/profiles' 'fullRetrieve_Orgs/dreamhouse/retrievePack/dir_34' && mv 'fullRetrieve_Orgs/dreamhouse/tmp_Profile' 'force-app/main/default/profiles'

#Command to retrieve resources 'profilePasswordPolicies'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ProfilePasswordPolicy.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_35

#Command to retrieve resources 'profileSessionSettings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ProfileSessionSetting.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_36

#Command to retrieve resources 'quickActions'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_QuickAction.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_37

#Command to retrieve resources 'remoteSiteSettings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_RemoteSiteSetting.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_38

#Command to retrieve resources 'reportTypes'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_ReportType.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_39

#Command to retrieve resources 'restrictionRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_RestrictionRule.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_40

#Command to retrieve resources 'roles'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Role.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_41

#Command to retrieve resources 'samlssoconfigs'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_SamlSsoConfig.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_42

#Command to retrieve resources 'settings'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Settings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_43

#Command to retrieve resources 'sharingRules'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_SharingRules.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_44

#Command to retrieve resources 'staticresources'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_StaticResource.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_45

#Command to retrieve resources 'topicsForObjects'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_TopicsForObjects.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_46

#Command to retrieve resources 'translations'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Translations.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_47

#Command to retrieve resources 'workflows'
sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Workflow.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_48

Output:

14:17:21 ~/Documents/01_repo/dreamhouse-lwc  (main)
└─▶ $ fullRetrieve.py  --org Orgs/dreamhouse --all --limit 1 --retrieve
>> Detect default packageDirectories from sfdx-project.json, equal to: force-app/main/default
[dreamhouse] 
[dreamhouse] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[dreamhouse] >> Change system default org to: 'dreamhouse'
[dreamhouse]  >$ sf config set target-org 'dreamhouse'
[dreamhouse] Set Config
[dreamhouse] ===============================
[dreamhouse] | Name       Value      Success 
[dreamhouse] | ────────── ────────── ─────── 
[dreamhouse] | target-org dreamhouse true    

>> fullRetrieve_Orgs/dreamhouse exists, archive before start inside: '00_Archive/fullRetrieve/2024-05-27_14-17-26_dreamhouse'
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 182/182 [00:33<00:00,  5.36MetaType/s]
>> Filter resource name list to keep only top level, unique, list result...
>> Retrieve all metadata item for Metadata type 'ApexClass' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexClass --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexClass.xml done.
>> Retrieve all metadata item for Metadata type 'ApexEmailNotifications' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexEmailNotifications --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexEmailNotifications.xml done.
>> Retrieve all metadata item for Metadata type 'ApexTrigger' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ApexTrigger --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ApexTrigger.xml done.
>> Retrieve all metadata item for Metadata type 'AppMenu' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AppMenu --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml done.
>> Retrieve all metadata item for Metadata type 'AssignmentRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AssignmentRules --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AssignmentRules.xml done.
>> Retrieve all metadata item for Metadata type 'AuraDefinitionBundle' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AuraDefinitionBundle --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AuraDefinitionBundle.xml done.
>> Retrieve all metadata item for Metadata type 'AutoResponseRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type AutoResponseRules --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_AutoResponseRules.xml done.
>> Retrieve all metadata item for Metadata type 'CustomObject' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomObject --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomObject.xml done.
>> Retrieve all metadata item for Metadata type 'CleanDataService' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CleanDataService --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CleanDataService.xml done.
>> Retrieve all metadata item for Metadata type 'Community' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Community --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Community.xml done.
>> Retrieve all metadata item for Metadata type 'ContentAsset' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ContentAsset --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ContentAsset.xml done.
>> Retrieve all metadata item for Metadata type 'CorsWhitelistOrigin' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CorsWhitelistOrigin --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CorsWhitelistOrigin.xml done.
>> Retrieve all metadata item for Metadata type 'CustomApplication' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomApplication --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomApplication.xml done.
>> Retrieve all metadata item for Metadata type 'CustomLabels' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomLabels --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomLabels.xml done.
>> Retrieve all metadata item for Metadata type 'CustomObjectTranslation' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomObjectTranslation --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml done.
>> Retrieve all metadata item for Metadata type 'CustomTab' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type CustomTab --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_CustomTab.xml done.
>> Retrieve all metadata item for Metadata type 'DuplicateRule' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type DuplicateRule --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_DuplicateRule.xml done.
>> Retrieve all metadata item for Metadata type 'EntitlementProcess' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type EntitlementProcess --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_EntitlementProcess.xml done.
>> Retrieve all metadata item for Metadata type 'EscalationRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type EscalationRules --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_EscalationRules.xml done.
>> Retrieve all metadata item for Metadata type 'FlexiPage' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type FlexiPage --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_FlexiPage.xml done.
>> Retrieve all metadata item for Metadata type 'Flow' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Flow --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Flow.xml done.
>> Retrieve all metadata item for Metadata type 'FlowDefinition' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type FlowDefinition --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_FlowDefinition.xml done.
>> Retrieve all metadata item for Metadata type 'HomePageLayout' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type HomePageLayout --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_HomePageLayout.xml done.
>> Retrieve all metadata item for Metadata type 'IframeWhiteListUrlSettings' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type IframeWhiteListUrlSettings --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_IframeWhiteListUrlSettings.xml done.
>> Retrieve all metadata item for Metadata type 'InstalledPackage' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type InstalledPackage --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_InstalledPackage.xml done.
>> Retrieve all metadata item for Metadata type 'Layout' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Layout --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Layout.xml done.
>> Retrieve all metadata item for Metadata type 'Letterhead' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Letterhead --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Letterhead.xml done.
>> Retrieve all metadata item for Metadata type 'LightningComponentBundle' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type LightningComponentBundle --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_LightningComponentBundle.xml done.
>> Retrieve all metadata item for Metadata type 'ManagedContentType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ManagedContentType --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ManagedContentType.xml done.
>> Retrieve all metadata item for Metadata type 'MatchingRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type MatchingRules --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_MatchingRules.xml done.
>> Retrieve all metadata item for Metadata type 'MilestoneType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type MilestoneType --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_MilestoneType.xml done.
>> Retrieve all metadata item for Metadata type 'NotificationTypeConfig' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type NotificationTypeConfig --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_NotificationTypeConfig.xml done.
>> Retrieve all metadata item for Metadata type 'PermissionSet' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type PermissionSet --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_PermissionSet.xml done.
>> Retrieve all metadata item for Metadata type 'Profile' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Profile --target-org 'dreamhouse' --json
   Save fullRetrieve_Orgs/dreamhouse/crudRetrieve_Profile.sh done.
>> Retrieve all metadata item for Metadata type 'ProfilePasswordPolicy' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ProfilePasswordPolicy --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ProfilePasswordPolicy.xml done.
>> Retrieve all metadata item for Metadata type 'ProfileSessionSetting' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ProfileSessionSetting --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ProfileSessionSetting.xml done.
>> Retrieve all metadata item for Metadata type 'QuickAction' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type QuickAction --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_QuickAction.xml done.
>> Retrieve all metadata item for Metadata type 'RemoteSiteSetting' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type RemoteSiteSetting --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_RemoteSiteSetting.xml done.
>> Retrieve all metadata item for Metadata type 'ReportType' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type ReportType --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_ReportType.xml done.
>> Retrieve all metadata item for Metadata type 'RestrictionRule' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type RestrictionRule --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_RestrictionRule.xml done.
>> Retrieve all metadata item for Metadata type 'Role' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Role --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Role.xml done.
>> Retrieve all metadata item for Metadata type 'SamlSsoConfig' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type SamlSsoConfig --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_SamlSsoConfig.xml done.
>> Retrieve all metadata item for Metadata type 'Settings' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Settings --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Settings.xml done.
>> Retrieve all metadata item for Metadata type 'SharingRules' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type SharingRules --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_SharingRules.xml done.
>> Retrieve all metadata item for Metadata type 'StaticResource' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type StaticResource --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_StaticResource.xml done.
>> Retrieve all metadata item for Metadata type 'TopicsForObjects' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type TopicsForObjects --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_TopicsForObjects.xml done.
>> Retrieve all metadata item for Metadata type 'Translations' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Translations --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Translations.xml done.
>> Retrieve all metadata item for Metadata type 'Workflow' from Org: 'dreamhouse':
  $> sf org list metadata --metadata-type Workflow --target-org 'dreamhouse' --json
 > Save fullRetrieve_Orgs/dreamhouse/package_Workflow.xml done.
[Warning] This Metadatas has no resource in this ORG. For this reason will skip...
   001) AIApplication                 | 002) AIApplicationConfig              | 003) ActionLauncherItemDef         | 004) ActionLinkGroupTemplate
   005) AnalyticSnapshot              | 006) AnimationRule                    | 007) ApexComponent                 | 008) ApexPage
   009) ApexTestSuite                 | 010) ApprovalProcess                  | 011) AuthProvider                  | 012) BatchProcessJobDefinition
   013) BlacklistedConsumer           | 014) BrandingSet                      | 015) BriefcaseDefinition           | 016) CallCenter
   017) CallCoachingMediaProvider     | 018) CanvasMetadata                   | 019) Certificate                   | 020) ChannelLayout
   021) ChatterExtension              | 022) ConnectedApp                     | 023) ConversationMessageDefinition | 024) CspTrustedSite
   025) CustomApplicationComponent    | 026) CustomFeedFilter                 | 027) CustomHelpMenuSection         | 028) CustomIndex
   029) CustomMetadata                | 030) CustomNotificationType           | 031) CustomPageWebLink             | 032) CustomPermission
   033) CustomSite                    | 034) Dashboard                        | 035) DataCategoryGroup             | 036) DataWeaveResource
   037) DelegateGroup                 | 038) DigitalExperienceBundle          | 039) Document                      | 040) EclairGeoData
   041) EmailServicesFunction         | 042) EmailTemplate                    | 043) EmbeddedServiceBranding       | 044) EmbeddedServiceConfig
   045) EmbeddedServiceFlowConfig     | 046) EmbeddedServiceMenuSettings      | 047) EntitlementTemplate           | 048) EntityImplements
   049) EventRelayConfig              | 050) ExperienceContainer              | 051) ExperiencePropertyTypeBundle  | 052) ExternalCredential
   053) ExternalDataSource            | 054) ExternalServiceRegistration      | 055) FieldRestrictionRule          | 056) FlowCategory
   057) FlowTest                      | 058) GatewayProviderPaymentMethodType | 059) GlobalValueSet                | 060) GlobalValueSetTranslation
   061) Group                         | 062) HomePageComponent                | 063) IPAddressRange                | 064) InboundNetworkConnection
   065) LeadConvertSettings           | 066) LightningBolt                    | 067) LightningExperienceTheme      | 068) LightningMessageChannel
   069) LightningOnboardingConfig     | 070) LiveChatSensitiveDataRule        | 071) MLDataDefinition              | 072) MLPredictionDefinition
   073) MLRecommendationDefinition    | 074) MessagingChannel                 | 075) MobileApplicationDetail       | 076) MutingPermissionSet
   077) MyDomainDiscoverableLogin     | 078) NamedCredential                  | 079) NetworkBranding               | 080) OauthCustomScope
   081) OauthTokenExchangeHandler     | 082) OutboundNetworkConnection        | 083) PathAssistant                 | 084) PaymentGatewayProvider
   085) PermissionSetGroup            | 086) PlatformCachePartition           | 087) PlatformEventChannel          | 088) PlatformEventChannelMember
   089) PlatformEventSubscriberConfig | 090) PostTemplate                     | 091) ProcessFlowMigration          | 092) Prompt
   093) Queue                         | 094) RecommendationStrategy           | 095) RecordActionDeployment        | 096) RedirectWhitelistUrl
   097) Report                        | 098) Scontrol                         | 099) SearchCustomization           | 100) SharingSet
   101) SiteDotCom                    | 102) StandardValueSet                 | 103) StandardValueSetTranslation   | 104) SynonymDictionary
   105) TransactionSecurityPolicy     | 106) UserProfileSearchScope           | 107) UserProvisioningConfig        


Store command 48° list inside 'fullRetrieve_Orgs/dreamhouse/retrieveCmd.sh'
╔═════════════════════════════════════════════════════════════════════════════╗
║ Starting retrieve process. Start time "14:18:00" (Relax, may take minutes!) ║
╚═════════════════════════════════════════════════════════════════════════════╝
Execute retrieves command with 9 workers...
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 48/48 [00:20<00:00,  2.35Connections/s]
╔════════════════════════════════════╗
║ Total time elapsed: 0:00:20.384240 ║
╚════════════════════════════════════╝
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_AppMenu.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_4                               ┃
┃ [appMenus] Error command execution:                                                                                                                                                 ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ (node:38253) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. ┃
┃ (Use `node --trace-warnings ...` to show where the warning was created)                                                                                                             ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/dir_4/main/default'                   ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_CustomObjectTranslation.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_15              ┃
┃ [objectTranslations] Error command execution:                                                                                                                                       ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ (node:38103) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. ┃
┃ (Use `node --trace-warnings ...` to show where the warning was created)                                                                                                             ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/dir_15/main/default'                  ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃                                                                                                                                                                                     ┃
┃ $> sf project retrieve start --manifest fullRetrieve_Orgs/dreamhouse/package_Settings.xml --output-dir fullRetrieve_Orgs/dreamhouse/retrievePack/dir_43                             ┃
┃ [settings] Error command execution:                                                                                                                                                 ┃
┃ Retrieving v60.0 metadata from alfanoing@mindful-raccoon-jfj6q2.com using the v60.0 SOAP API                                                                                        ┃
┃ Preparing retrieve request... Sending request to org                                                                                                                                ┃
┃ (node:38796) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. ┃
┃ (Use `node --trace-warnings ...` to show where the warning was created)                                                                                                             ┃
┃ Preparing retrieve request... Waiting for the org to respondPreparing retrieve request... In ProgressPreparing retrieve request... Succeeded                                        ┃
┃ Error (1): ENOENT: no such file or directory, stat '/Users/ea_enel/Documents/01_repo/dreamhouse-lwc/fullRetrieve_Orgs/dreamhouse/retrievePack/dir_43/main/default'                  ┃
┃                                                                                                                                                                                     ┃
┃                                                                                                                                                                                     ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

From what I see I think you got it!
Do you think that using this information you can develop a fix?

⚠️ ⚠️ ⚠️
The only think strange are in file: fullRetrieve_Orgs/dreamhouse/retrievePack/dir_6/aura/tt_confirm_cmp/
In all files if this Aura, the retrived value are: (hidden), is for my access level inside the dreamhouse org?
⚠️ ⚠️ ⚠️

About the restriction for certain metadata types, can you share with me one list or documentation where this constraint are listed? This type of information for my project are gold!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating We're actively investigating this issue validated Version information for this issue has been validated
Projects
None yet
Development

No branches or pull requests

2 participants