Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
- git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p1' '/tmp/5af39f8f25b8e.patch'
- Checking patch composer.json...
- Checking patch modules/salesforce_mapping/js/autocomplete.js...
- Checking patch modules/salesforce_mapping/salesforce_mapping.info.yml...
- Checking patch modules/salesforce_mapping/salesforce_mapping.install...
- Checking patch modules/salesforce_mapping/salesforce_mapping.libraries.yml...
- Checking patch modules/salesforce_mapping/salesforce_mapping.routing.yml...
- Checking patch modules/salesforce_mapping/src/Controller/AutocompleteController.php...
- Checking patch modules/salesforce_mapping/src/Entity/MappedObject.php...
- Checking patch modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php...
- e
- rror:
- w
- hile searching for:
- use Drupal\Core\Entity\EntityInterface;
- use Drupal\Core\Form\FormStateInterface;
- use Drupal\salesforce_mapping\SalesforceMappingFieldPluginBase;
- use Drupal\salesforce_mapping\Entity\SalesforceMappingInterface;
- use Drupal\field\Entity\FieldConfig;
- /**
- * Adapter for entity properties and fields.
- e
- rror:
- p
- atch failed:
- m
- odules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- :
- 4
- e
- rror:
- m
- odules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- :
- patch does not apply
- C
- hecking patch
- m
- odules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- .
- ..
- Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
- git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p0' '/tmp/5af39f8f25b8e.patch'
- Checking patch a/composer.json => b/composer.json...
- e
- rror:
- a
- /composer.json
- :
- N
- o such file or directory
- C
- hecking patch
- b
- /modules/salesforce_mapping/js/autocomplete.js
- .
- ..
- C
- hecking patch
- a
- /modules/salesforce_mapping/salesforce_mapping.info.yml => b/modules/salesforce_mapping/salesforce_mapping.info.yml
- .
- ..
- error: a/modules/salesforce_mapping/salesforce_mapping.info.yml: No such file or directory
- Checking patch a/modules/salesforce_mapping/salesforce_mapping.install => b/modules/salesforce_mapping/salesforce_mapping.install...
- error: a/modules/salesforce_mapping/salesforce_mapping.install: No such file or directory
- Checking patch b/modules/salesforce_mapping/salesforce_mapping.libraries.yml...
- Checking patch a/modules/salesforce_mapping/salesforce_mapping.routing.yml => b/modules/salesforce_mapping/salesforce_mapping.routing.yml...
- error: a/modules/salesforce_mapping/salesforce_mapping.routing.yml: No such file or directory
- Checking patch b/modules/salesforce_mapping/src/Controller/AutocompleteController.php...
- Checking patch a/modules/salesforce_mapping/src/Entity/MappedObject.php => b/modules/salesforce_mapping/src/Entity/MappedObject.php...
- error: a/modules/salesforce_mapping/src/Entity/MappedObject.php: No such file or directory
- Checking patch a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php => b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php...
- error: a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php: No such file or directory
- Checking patch a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php => b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php...
- error: a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php: No such file or directory
- Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
- git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p2' '/tmp/5af39f8f25b8e.patch'
- fatal: git diff header lacks filename information when removing 2 leading pathname components (line 5)
- Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
- git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p4' '/tmp/5af39f8f25b8e.patch'
- fatal: git diff header lacks filename information when removing 4 leading pathname components (line 5)
- patch '-p1' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
- patching file composer.json
- patching file modules/salesforce_mapping/js/autocomplete.js
- patching file modules/salesforce_mapping/salesforce_mapping.info.yml
- patching file modules/salesforce_mapping/salesforce_mapping.install
- patching file modules/salesforce_mapping/salesforce_mapping.libraries.yml
- patching file modules/salesforce_mapping/salesforce_mapping.routing.yml
- patching file modules/salesforce_mapping/src/Controller/AutocompleteController.php
- patching file modules/salesforce_mapping/src/Entity/MappedObject.php
- patching file modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- Hunk #1 FAILED at 4.
- 1 out of 4 hunks FAILED
- -- saving rejects to file modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php.rej
- patching file modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- patch '-p0' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
- can't find file to patch at input line 5
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/composer.json b/composer.json
- |index 3ad8d42..b0c3212 100644
- |--- a/composer.json
- |+++ b/composer.json
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file b/modules/salesforce_mapping/js/autocomplete.js
- can't find file to patch at input line 197
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.info.yml b/modules/salesforce_mapping/salesforce_mapping.info.yml
- |index fe6b980..a7ae364 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.info.yml
- |+++ b/modules/salesforce_mapping/salesforce_mapping.info.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- can't find file to patch at input line 206
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.install b/modules/salesforce_mapping/salesforce_mapping.install
- |index 8803261..56da77d 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.install
- |+++ b/modules/salesforce_mapping/salesforce_mapping.install
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file b/modules/salesforce_mapping/salesforce_mapping.libraries.yml
- can't find file to patch at input line 238
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.routing.yml b/modules/salesforce_mapping/salesforce_mapping.routing.yml
- |index ad2b394..4623f9b 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.routing.yml
- |+++ b/modules/salesforce_mapping/salesforce_mapping.routing.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file b/modules/salesforce_mapping/src/Controller/AutocompleteController.php
- can't find file to patch at input line 346
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/Entity/MappedObject.php b/modules/salesforce_mapping/src/Entity/MappedObject.php
- |index 5535e08..4ceff21 100644
- |--- a/modules/salesforce_mapping/src/Entity/MappedObject.php
- |+++ b/modules/salesforce_mapping/src/Entity/MappedObject.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 3 out of 3 hunks ignored
- can't find file to patch at input line 390
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- |index fa9b57c..6bc7116 100644
- |--- a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- |+++ b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 4 out of 4 hunks ignored
- can't find file to patch at input line 632
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- |index cee78df..8fddd10 100644
- |--- a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- |+++ b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 3 out of 3 hunks ignored
- patch '-p2' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
- can't find file to patch at input line 5
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/composer.json b/composer.json
- |index 3ad8d42..b0c3212 100644
- |--- a/composer.json
- |+++ b/composer.json
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file salesforce_mapping/js/autocomplete.js
- can't find file to patch at input line 197
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.info.yml b/modules/salesforce_mapping/salesforce_mapping.info.yml
- |index fe6b980..a7ae364 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.info.yml
- |+++ b/modules/salesforce_mapping/salesforce_mapping.info.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- can't find file to patch at input line 206
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.install b/modules/salesforce_mapping/salesforce_mapping.install
- |index 8803261..56da77d 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.install
- |+++ b/modules/salesforce_mapping/salesforce_mapping.install
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file salesforce_mapping/salesforce_mapping.libraries.yml
- can't find file to patch at input line 238
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.routing.yml b/modules/salesforce_mapping/salesforce_mapping.routing.yml
- |index ad2b394..4623f9b 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.routing.yml
- |+++ b/modules/salesforce_mapping/salesforce_mapping.routing.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file salesforce_mapping/src/Controller/AutocompleteController.php
- can't find file to patch at input line 346
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/Entity/MappedObject.php b/modules/salesforce_mapping/src/Entity/MappedObject.php
- |index 5535e08..4ceff21 100644
- |--- a/modules/salesforce_mapping/src/Entity/MappedObject.php
- |+++ b/modules/salesforce_mapping/src/Entity/MappedObject.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 3 out of 3 hunks ignored
- can't find file to patch at input line 390
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- |index fa9b57c..6bc7116 100644
- |--- a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- |+++ b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 4 out of 4 hunks ignored
- can't find file to patch at input line 632
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- |index cee78df..8fddd10 100644
- |--- a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- |+++ b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 3 out of 3 hunks ignored
- patch '-p4' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
- can't find file to patch at input line 5
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/composer.json b/composer.json
- |index 3ad8d42..b0c3212 100644
- |--- a/composer.json
- |+++ b/composer.json
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file autocomplete.js
- can't find file to patch at input line 197
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.info.yml b/modules/salesforce_mapping/salesforce_mapping.info.yml
- |index fe6b980..a7ae364 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.info.yml
- |+++ b/modules/salesforce_mapping/salesforce_mapping.info.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- can't find file to patch at input line 206
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.install b/modules/salesforce_mapping/salesforce_mapping.install
- |index 8803261..56da77d 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.install
- |+++ b/modules/salesforce_mapping/salesforce_mapping.install
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- can't find file to patch at input line 224
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.libraries.yml b/modules/salesforce_mapping/salesforce_mapping.libraries.yml
- |new file mode 100644
- |index 0000000..fc29ff6
- |--- /dev/null
- |+++ b/modules/salesforce_mapping/salesforce_mapping.libraries.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- can't find file to patch at input line 238
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/salesforce_mapping.routing.yml b/modules/salesforce_mapping/salesforce_mapping.routing.yml
- |index ad2b394..4623f9b 100644
- |--- a/modules/salesforce_mapping/salesforce_mapping.routing.yml
- |+++ b/modules/salesforce_mapping/salesforce_mapping.routing.yml
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 1 out of 1 hunk ignored
- patching file Controller/AutocompleteController.php
- can't find file to patch at input line 346
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/Entity/MappedObject.php b/modules/salesforce_mapping/src/Entity/MappedObject.php
- |index 5535e08..4ceff21 100644
- |--- a/modules/salesforce_mapping/src/Entity/MappedObject.php
- |+++ b/modules/salesforce_mapping/src/Entity/MappedObject.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 3 out of 3 hunks ignored
- can't find file to patch at input line 390
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- |index fa9b57c..6bc7116 100644
- |--- a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- |+++ b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 4 out of 4 hunks ignored
- can't find file to patch at input line 632
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |diff --git a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- |index cee78df..8fddd10 100644
- |--- a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- |+++ b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- --------------------------
- File to patch:
- Skip this patch? [y]
- Skipping patch.
- 3 out of 3 hunks ignored
- Could not apply patch! Skipping.
Advertisement
Add Comment
Please, Sign In to add comment