Guest User

Untitled

a guest
May 9th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.05 KB | None | 0 0
  1. Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
  2. git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p1' '/tmp/5af39f8f25b8e.patch'
  3. Checking patch composer.json...
  4.  
  5.  
  6. Checking patch modules/salesforce_mapping/js/autocomplete.js...
  7.  
  8.  
  9. Checking patch modules/salesforce_mapping/salesforce_mapping.info.yml...
  10.  
  11.  
  12. Checking patch modules/salesforce_mapping/salesforce_mapping.install...
  13.  
  14.  
  15. Checking patch modules/salesforce_mapping/salesforce_mapping.libraries.yml...
  16.  
  17.  
  18. Checking patch modules/salesforce_mapping/salesforce_mapping.routing.yml...
  19.  
  20.  
  21. Checking patch modules/salesforce_mapping/src/Controller/AutocompleteController.php...
  22.  
  23.  
  24. Checking patch modules/salesforce_mapping/src/Entity/MappedObject.php...
  25.  
  26.  
  27. Checking patch modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php...
  28.  
  29.  
  30. e
  31. rror:
  32. w
  33. hile searching for:
  34.  
  35.  
  36.  
  37. use Drupal\Core\Entity\EntityInterface;
  38. use Drupal\Core\Form\FormStateInterface;
  39. use Drupal\salesforce_mapping\SalesforceMappingFieldPluginBase;
  40. use Drupal\salesforce_mapping\Entity\SalesforceMappingInterface;
  41. use Drupal\field\Entity\FieldConfig;
  42.  
  43. /**
  44. * Adapter for entity properties and fields.
  45.  
  46.  
  47.  
  48. e
  49. rror:
  50. p
  51. atch failed:
  52. m
  53. odules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  54. :
  55. 4
  56.  
  57.  
  58. e
  59. rror:
  60. m
  61. odules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  62. :
  63. patch does not apply
  64.  
  65.  
  66. C
  67. hecking patch
  68. m
  69. odules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  70. .
  71. ..
  72.  
  73.  
  74. Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
  75. git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p0' '/tmp/5af39f8f25b8e.patch'
  76. Checking patch a/composer.json => b/composer.json...
  77.  
  78.  
  79. e
  80. rror:
  81. a
  82. /composer.json
  83. :
  84.  
  85. N
  86. o such file or directory
  87.  
  88.  
  89. C
  90. hecking patch
  91. b
  92. /modules/salesforce_mapping/js/autocomplete.js
  93. .
  94. ..
  95.  
  96.  
  97. C
  98. hecking patch
  99. a
  100. /modules/salesforce_mapping/salesforce_mapping.info.yml => b/modules/salesforce_mapping/salesforce_mapping.info.yml
  101. .
  102. ..
  103.  
  104. error: a/modules/salesforce_mapping/salesforce_mapping.info.yml: No such file or directory
  105. Checking patch a/modules/salesforce_mapping/salesforce_mapping.install => b/modules/salesforce_mapping/salesforce_mapping.install...
  106. error: a/modules/salesforce_mapping/salesforce_mapping.install: No such file or directory
  107. Checking patch b/modules/salesforce_mapping/salesforce_mapping.libraries.yml...
  108. Checking patch a/modules/salesforce_mapping/salesforce_mapping.routing.yml => b/modules/salesforce_mapping/salesforce_mapping.routing.yml...
  109. error: a/modules/salesforce_mapping/salesforce_mapping.routing.yml: No such file or directory
  110. Checking patch b/modules/salesforce_mapping/src/Controller/AutocompleteController.php...
  111. Checking patch a/modules/salesforce_mapping/src/Entity/MappedObject.php => b/modules/salesforce_mapping/src/Entity/MappedObject.php...
  112. error: a/modules/salesforce_mapping/src/Entity/MappedObject.php: No such file or directory
  113. Checking patch a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php => b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php...
  114. error: a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php: No such file or directory
  115. Checking patch a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php => b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php...
  116. error: a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php: No such file or directory
  117.  
  118. Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
  119. git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p2' '/tmp/5af39f8f25b8e.patch'
  120. fatal: git diff header lacks filename information when removing 2 leading pathname components (line 5)
  121.  
  122. Testing ability to patch with git apply. This command may produce errors that can be safely ignored.
  123. git -C 'docroot/modules/contrib/salesforce' apply --check -v '-p4' '/tmp/5af39f8f25b8e.patch'
  124. fatal: git diff header lacks filename information when removing 4 leading pathname components (line 5)
  125.  
  126. patch '-p1' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
  127. patching file composer.json
  128.  
  129. patching file modules/salesforce_mapping/js/autocomplete.js
  130.  
  131. patching file modules/salesforce_mapping/salesforce_mapping.info.yml
  132.  
  133. patching file modules/salesforce_mapping/salesforce_mapping.install
  134.  
  135. patching file modules/salesforce_mapping/salesforce_mapping.libraries.yml
  136.  
  137. patching file modules/salesforce_mapping/salesforce_mapping.routing.yml
  138.  
  139. patching file modules/salesforce_mapping/src/Controller/AutocompleteController.php
  140.  
  141. patching file modules/salesforce_mapping/src/Entity/MappedObject.php
  142.  
  143. patching file modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  144.  
  145. Hunk #1 FAILED at 4.
  146.  
  147. 1 out of 4 hunks FAILED
  148. -- saving rejects to file modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php.rej
  149.  
  150. patching file modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  151.  
  152. patch '-p0' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
  153. can't find file to patch at input line 5
  154.  
  155. Perhaps you used the wrong -p or --strip option?
  156.  
  157. The text leading up to this was:
  158. --------------------------
  159.  
  160. |diff --git a/composer.json b/composer.json
  161. |index 3ad8d42..b0c3212 100644
  162. |--- a/composer.json
  163. |+++ b/composer.json
  164. --------------------------
  165.  
  166. File to patch:
  167.  
  168. Skip this patch? [y]
  169.  
  170. Skipping patch.
  171.  
  172. 1 out of 1 hunk ignored
  173.  
  174.  
  175. patching file b/modules/salesforce_mapping/js/autocomplete.js
  176.  
  177. can't find file to patch at input line 197
  178.  
  179. Perhaps you used the wrong -p or --strip option?
  180.  
  181. The text leading up to this was:
  182. --------------------------
  183.  
  184. |diff --git a/modules/salesforce_mapping/salesforce_mapping.info.yml b/modules/salesforce_mapping/salesforce_mapping.info.yml
  185. |index fe6b980..a7ae364 100644
  186. |--- a/modules/salesforce_mapping/salesforce_mapping.info.yml
  187. |+++ b/modules/salesforce_mapping/salesforce_mapping.info.yml
  188. --------------------------
  189.  
  190. File to patch:
  191.  
  192. Skip this patch? [y]
  193.  
  194. Skipping patch.
  195.  
  196. 1 out of 1 hunk ignored
  197.  
  198.  
  199. can't find file to patch at input line 206
  200.  
  201. Perhaps you used the wrong -p or --strip option?
  202.  
  203. The text leading up to this was:
  204. --------------------------
  205.  
  206. |diff --git a/modules/salesforce_mapping/salesforce_mapping.install b/modules/salesforce_mapping/salesforce_mapping.install
  207. |index 8803261..56da77d 100644
  208. |--- a/modules/salesforce_mapping/salesforce_mapping.install
  209. |+++ b/modules/salesforce_mapping/salesforce_mapping.install
  210. --------------------------
  211.  
  212. File to patch:
  213.  
  214. Skip this patch? [y]
  215.  
  216. Skipping patch.
  217.  
  218. 1 out of 1 hunk ignored
  219.  
  220.  
  221. patching file b/modules/salesforce_mapping/salesforce_mapping.libraries.yml
  222.  
  223. can't find file to patch at input line 238
  224.  
  225. Perhaps you used the wrong -p or --strip option?
  226.  
  227. The text leading up to this was:
  228. --------------------------
  229.  
  230. |diff --git a/modules/salesforce_mapping/salesforce_mapping.routing.yml b/modules/salesforce_mapping/salesforce_mapping.routing.yml
  231. |index ad2b394..4623f9b 100644
  232. |--- a/modules/salesforce_mapping/salesforce_mapping.routing.yml
  233. |+++ b/modules/salesforce_mapping/salesforce_mapping.routing.yml
  234. --------------------------
  235.  
  236. File to patch:
  237.  
  238. Skip this patch? [y]
  239.  
  240. Skipping patch.
  241.  
  242. 1 out of 1 hunk ignored
  243.  
  244.  
  245. patching file b/modules/salesforce_mapping/src/Controller/AutocompleteController.php
  246.  
  247. can't find file to patch at input line 346
  248.  
  249. Perhaps you used the wrong -p or --strip option?
  250.  
  251. The text leading up to this was:
  252. --------------------------
  253.  
  254. |diff --git a/modules/salesforce_mapping/src/Entity/MappedObject.php b/modules/salesforce_mapping/src/Entity/MappedObject.php
  255. |index 5535e08..4ceff21 100644
  256. |--- a/modules/salesforce_mapping/src/Entity/MappedObject.php
  257. |+++ b/modules/salesforce_mapping/src/Entity/MappedObject.php
  258. --------------------------
  259.  
  260. File to patch:
  261.  
  262. Skip this patch? [y]
  263.  
  264. Skipping patch.
  265.  
  266. 3 out of 3 hunks ignored
  267.  
  268.  
  269. can't find file to patch at input line 390
  270.  
  271. Perhaps you used the wrong -p or --strip option?
  272.  
  273. The text leading up to this was:
  274. --------------------------
  275.  
  276. |diff --git a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  277. |index fa9b57c..6bc7116 100644
  278. |--- a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  279. |+++ b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  280. --------------------------
  281.  
  282. File to patch:
  283.  
  284. Skip this patch? [y]
  285.  
  286. Skipping patch.
  287.  
  288. 4 out of 4 hunks ignored
  289.  
  290.  
  291. can't find file to patch at input line 632
  292.  
  293. Perhaps you used the wrong -p or --strip option?
  294.  
  295. The text leading up to this was:
  296. --------------------------
  297.  
  298. |diff --git a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  299. |index cee78df..8fddd10 100644
  300. |--- a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  301. |+++ b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  302. --------------------------
  303.  
  304. File to patch:
  305.  
  306. Skip this patch? [y]
  307.  
  308. Skipping patch.
  309.  
  310. 3 out of 3 hunks ignored
  311.  
  312.  
  313. patch '-p2' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
  314. can't find file to patch at input line 5
  315.  
  316. Perhaps you used the wrong -p or --strip option?
  317.  
  318. The text leading up to this was:
  319. --------------------------
  320.  
  321. |diff --git a/composer.json b/composer.json
  322. |index 3ad8d42..b0c3212 100644
  323. |--- a/composer.json
  324. |+++ b/composer.json
  325. --------------------------
  326.  
  327. File to patch:
  328.  
  329. Skip this patch? [y]
  330.  
  331. Skipping patch.
  332.  
  333. 1 out of 1 hunk ignored
  334.  
  335.  
  336. patching file salesforce_mapping/js/autocomplete.js
  337.  
  338. can't find file to patch at input line 197
  339.  
  340. Perhaps you used the wrong -p or --strip option?
  341.  
  342. The text leading up to this was:
  343. --------------------------
  344.  
  345. |diff --git a/modules/salesforce_mapping/salesforce_mapping.info.yml b/modules/salesforce_mapping/salesforce_mapping.info.yml
  346. |index fe6b980..a7ae364 100644
  347. |--- a/modules/salesforce_mapping/salesforce_mapping.info.yml
  348. |+++ b/modules/salesforce_mapping/salesforce_mapping.info.yml
  349. --------------------------
  350.  
  351. File to patch:
  352.  
  353. Skip this patch? [y]
  354.  
  355. Skipping patch.
  356.  
  357. 1 out of 1 hunk ignored
  358.  
  359.  
  360. can't find file to patch at input line 206
  361.  
  362. Perhaps you used the wrong -p or --strip option?
  363.  
  364. The text leading up to this was:
  365. --------------------------
  366.  
  367. |diff --git a/modules/salesforce_mapping/salesforce_mapping.install b/modules/salesforce_mapping/salesforce_mapping.install
  368. |index 8803261..56da77d 100644
  369. |--- a/modules/salesforce_mapping/salesforce_mapping.install
  370. |+++ b/modules/salesforce_mapping/salesforce_mapping.install
  371. --------------------------
  372.  
  373. File to patch:
  374.  
  375. Skip this patch? [y]
  376.  
  377. Skipping patch.
  378.  
  379. 1 out of 1 hunk ignored
  380.  
  381.  
  382. patching file salesforce_mapping/salesforce_mapping.libraries.yml
  383.  
  384. can't find file to patch at input line 238
  385.  
  386. Perhaps you used the wrong -p or --strip option?
  387.  
  388. The text leading up to this was:
  389. --------------------------
  390.  
  391. |diff --git a/modules/salesforce_mapping/salesforce_mapping.routing.yml b/modules/salesforce_mapping/salesforce_mapping.routing.yml
  392. |index ad2b394..4623f9b 100644
  393. |--- a/modules/salesforce_mapping/salesforce_mapping.routing.yml
  394. |+++ b/modules/salesforce_mapping/salesforce_mapping.routing.yml
  395. --------------------------
  396.  
  397. File to patch:
  398.  
  399. Skip this patch? [y]
  400.  
  401. Skipping patch.
  402.  
  403. 1 out of 1 hunk ignored
  404.  
  405.  
  406. patching file salesforce_mapping/src/Controller/AutocompleteController.php
  407.  
  408. can't find file to patch at input line 346
  409.  
  410. Perhaps you used the wrong -p or --strip option?
  411.  
  412. The text leading up to this was:
  413. --------------------------
  414.  
  415. |diff --git a/modules/salesforce_mapping/src/Entity/MappedObject.php b/modules/salesforce_mapping/src/Entity/MappedObject.php
  416. |index 5535e08..4ceff21 100644
  417. |--- a/modules/salesforce_mapping/src/Entity/MappedObject.php
  418. |+++ b/modules/salesforce_mapping/src/Entity/MappedObject.php
  419. --------------------------
  420.  
  421. File to patch:
  422.  
  423. Skip this patch? [y]
  424.  
  425. Skipping patch.
  426.  
  427. 3 out of 3 hunks ignored
  428.  
  429.  
  430. can't find file to patch at input line 390
  431.  
  432. Perhaps you used the wrong -p or --strip option?
  433.  
  434. The text leading up to this was:
  435. --------------------------
  436.  
  437. |diff --git a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  438. |index fa9b57c..6bc7116 100644
  439. |--- a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  440. |+++ b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  441. --------------------------
  442.  
  443. File to patch:
  444.  
  445. Skip this patch? [y]
  446.  
  447. Skipping patch.
  448.  
  449. 4 out of 4 hunks ignored
  450.  
  451.  
  452. can't find file to patch at input line 632
  453.  
  454. Perhaps you used the wrong -p or --strip option?
  455.  
  456. The text leading up to this was:
  457. --------------------------
  458.  
  459. |diff --git a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  460. |index cee78df..8fddd10 100644
  461. |--- a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  462. |+++ b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  463. --------------------------
  464.  
  465. File to patch:
  466.  
  467. Skip this patch? [y]
  468.  
  469. Skipping patch.
  470.  
  471. 3 out of 3 hunks ignored
  472.  
  473.  
  474. patch '-p4' --no-backup-if-mismatch -d 'docroot/modules/contrib/salesforce' < '/tmp/5af39f8f25b8e.patch'
  475. can't find file to patch at input line 5
  476.  
  477. Perhaps you used the wrong -p or --strip option?
  478.  
  479. The text leading up to this was:
  480. --------------------------
  481.  
  482. |diff --git a/composer.json b/composer.json
  483. |index 3ad8d42..b0c3212 100644
  484. |--- a/composer.json
  485. |+++ b/composer.json
  486. --------------------------
  487.  
  488. File to patch:
  489.  
  490. Skip this patch? [y]
  491.  
  492. Skipping patch.
  493.  
  494. 1 out of 1 hunk ignored
  495.  
  496.  
  497. patching file autocomplete.js
  498.  
  499. can't find file to patch at input line 197
  500.  
  501. Perhaps you used the wrong -p or --strip option?
  502.  
  503. The text leading up to this was:
  504. --------------------------
  505.  
  506. |diff --git a/modules/salesforce_mapping/salesforce_mapping.info.yml b/modules/salesforce_mapping/salesforce_mapping.info.yml
  507. |index fe6b980..a7ae364 100644
  508. |--- a/modules/salesforce_mapping/salesforce_mapping.info.yml
  509. |+++ b/modules/salesforce_mapping/salesforce_mapping.info.yml
  510. --------------------------
  511.  
  512. File to patch:
  513.  
  514. Skip this patch? [y]
  515.  
  516. Skipping patch.
  517.  
  518. 1 out of 1 hunk ignored
  519.  
  520.  
  521. can't find file to patch at input line 206
  522.  
  523. Perhaps you used the wrong -p or --strip option?
  524.  
  525. The text leading up to this was:
  526. --------------------------
  527.  
  528. |diff --git a/modules/salesforce_mapping/salesforce_mapping.install b/modules/salesforce_mapping/salesforce_mapping.install
  529. |index 8803261..56da77d 100644
  530. |--- a/modules/salesforce_mapping/salesforce_mapping.install
  531. |+++ b/modules/salesforce_mapping/salesforce_mapping.install
  532. --------------------------
  533.  
  534. File to patch:
  535.  
  536. Skip this patch? [y]
  537.  
  538. Skipping patch.
  539.  
  540. 1 out of 1 hunk ignored
  541.  
  542.  
  543. can't find file to patch at input line 224
  544.  
  545. Perhaps you used the wrong -p or --strip option?
  546.  
  547. The text leading up to this was:
  548. --------------------------
  549.  
  550. |diff --git a/modules/salesforce_mapping/salesforce_mapping.libraries.yml b/modules/salesforce_mapping/salesforce_mapping.libraries.yml
  551. |new file mode 100644
  552. |index 0000000..fc29ff6
  553. |--- /dev/null
  554. |+++ b/modules/salesforce_mapping/salesforce_mapping.libraries.yml
  555. --------------------------
  556.  
  557. File to patch:
  558.  
  559. Skip this patch? [y]
  560.  
  561. Skipping patch.
  562. 1 out of 1 hunk ignored
  563. can't find file to patch at input line 238
  564. Perhaps you used the wrong -p or --strip option?
  565. The text leading up to this was:
  566. --------------------------
  567. |diff --git a/modules/salesforce_mapping/salesforce_mapping.routing.yml b/modules/salesforce_mapping/salesforce_mapping.routing.yml
  568. |index ad2b394..4623f9b 100644
  569. |--- a/modules/salesforce_mapping/salesforce_mapping.routing.yml
  570. |+++ b/modules/salesforce_mapping/salesforce_mapping.routing.yml
  571. --------------------------
  572. File to patch:
  573. Skip this patch? [y]
  574. Skipping patch.
  575. 1 out of 1 hunk ignored
  576.  
  577. patching file Controller/AutocompleteController.php
  578.  
  579. can't find file to patch at input line 346
  580.  
  581. Perhaps you used the wrong -p or --strip option?
  582.  
  583. The text leading up to this was:
  584. --------------------------
  585.  
  586. |diff --git a/modules/salesforce_mapping/src/Entity/MappedObject.php b/modules/salesforce_mapping/src/Entity/MappedObject.php
  587. |index 5535e08..4ceff21 100644
  588. |--- a/modules/salesforce_mapping/src/Entity/MappedObject.php
  589. |+++ b/modules/salesforce_mapping/src/Entity/MappedObject.php
  590. --------------------------
  591.  
  592. File to patch:
  593.  
  594. Skip this patch? [y]
  595.  
  596. Skipping patch.
  597.  
  598. 3 out of 3 hunks ignored
  599.  
  600.  
  601. can't find file to patch at input line 390
  602.  
  603. Perhaps you used the wrong -p or --strip option?
  604.  
  605. The text leading up to this was:
  606. --------------------------
  607.  
  608. |diff --git a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  609. |index fa9b57c..6bc7116 100644
  610. |--- a/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  611. |+++ b/modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php
  612. --------------------------
  613.  
  614. File to patch:
  615.  
  616. Skip this patch? [y]
  617.  
  618. Skipping patch.
  619.  
  620. 4 out of 4 hunks ignored
  621.  
  622.  
  623. can't find file to patch at input line 632
  624.  
  625. Perhaps you used the wrong -p or --strip option?
  626.  
  627. The text leading up to this was:
  628. --------------------------
  629.  
  630. |diff --git a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  631. |index cee78df..8fddd10 100644
  632. |--- a/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  633. |+++ b/modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php
  634. --------------------------
  635.  
  636. File to patch:
  637.  
  638. Skip this patch? [y]
  639. Skipping patch.
  640. 3 out of 3 hunks ignored
  641.  
  642. Could not apply patch! Skipping.
Advertisement
Add Comment
Please, Sign In to add comment