Page MenuHomePhabricator
Authored By
adelabreteche
May 19 2016, 8:00 AM
Size
6 KB
Referenced Files
None
Subscribers
None

repositoryUpdate.log

phabricator@cdkstudent-VirtualBox:~$ ./bin/repository update --trace rSAMPLEBUILDPROJECT
>>> [2] <connect> phabricator_repository
<<< [2] <connect> 860 us
>>> [3] <query> SELECT `r`.*, r.* FROM `repository` r WHERE ((r.callsign IN ('SAMPLEBUILDPROJECT'))) ORDER BY `r`.`id` DESC
<<< [3] <query> 365 us
>>> [4] <query> SELECT * FROM `repository_uri` WHERE (repositoryPHID IN ('PHID-REPO-5c6jx7heybd5lpvg7ug7')) ORDER BY `id` DESC
<<< [4] <query> 404 us
>>> [5] <lock> ph:phabric-6rILUDHKjHKu:repository.update:1
>>> [6] <connect> phabricator_repository
<<< [6] <connect> 375 us
>>> [7] <query> SET wait_timeout = 2147483
<<< [7] <query> 118 us
>>> [8] <query> SELECT GET_LOCK('ph:phabric-6rILUDHKjHKu:repository.update:1', 0)
<<< [8] <query> 150 us
>>> [9] <connect> phabricator_repository
<<< [9] <connect> 400 us
>>> [10] <query> INSERT INTO `repository_statusmessage`
(repositoryID, statusType, statusCode, parameters, epoch)
VALUES (1, 'init', 'okay', '{\"message\":null}', 1463641586)
ON DUPLICATE KEY UPDATE
statusCode = VALUES(statusCode),
parameters = VALUES(parameters),
epoch = VALUES(epoch)
<<< [10] <query> 4,945 us
>>> [11] <query> DELETE FROM `repository_statusmessage` WHERE repositoryID = 1 AND statusType = 'needs-update'
<<< [11] <query> 277 us
>>> [12] <connect> phabricator_passphrase
<<< [12] <connect> 378 us
>>> [13] <query> SELECT * FROM `passphrase_credential` WHERE (phid IN ('PHID-CDTL-to36iqhttitmtyltzhkb')) ORDER BY `id` DESC
<<< [13] <query> 275 us
>>> [14] <query> SELECT * FROM `passphrase_secret` WHERE id IN (1)
<<< [14] <query> 111 us
>>> [15] <exec> $ svn --non-interactive --no-auth-cache --username 'xxxxx' --password 'xxxxx' info --xml 'svn://localhost/projet1'
<<< [15] <exec> 29,943 us
>>> [16] <query> SELECT * FROM `passphrase_credential` WHERE (phid IN ('PHID-CDTL-to36iqhttitmtyltzhkb')) ORDER BY `id` DESC
<<< [16] <query> 428 us
>>> [17] <query> SELECT * FROM `passphrase_secret` WHERE id IN (1)
<<< [17] <query> 420 us
>>> [18] <exec> $ svn --non-interactive --no-auth-cache --username 'xxxxx' --password 'xxxxx' log --xml --quiet --limit 1 'svn://localhost/projet1/components/SampleBuildProject/branches/1.0.0@HEAD'
<<< [18] <exec> 36,177 us
>>> [19] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 1 AND commitIdentifier IN ('105')
<<< [19] <query> 488 us
>>> [20] <query> SELECT * FROM `passphrase_credential` WHERE (phid IN ('PHID-CDTL-to36iqhttitmtyltzhkb')) ORDER BY `id` DESC
<<< [20] <query> 178 us
>>> [21] <query> SELECT * FROM `passphrase_secret` WHERE id IN (1)
<<< [21] <query> 243 us
>>> [22] <exec> $ svn --non-interactive --no-auth-cache --username 'xxxxx' --password 'xxxxx' log --xml --quiet --limit 2 'svn://localhost/projet1/components/SampleBuildProject/branches/1.0.0@104'
<<< [22] <exec> 17,091 us
>>> [23] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 1 AND commitIdentifier IN ('103')
<<< [23] <query> 437 us
>>> [24] <query> SELECT * FROM `passphrase_credential` WHERE (phid IN ('PHID-CDTL-to36iqhttitmtyltzhkb')) ORDER BY `id` DESC
<<< [24] <query> 2,588 us
>>> [25] <query> SELECT * FROM `passphrase_secret` WHERE id IN (1)
<<< [25] <query> 5,522 us
>>> [26] <exec> $ svn --non-interactive --no-auth-cache --username 'xxxxx' --password 'xxxxx' log --xml --quiet --limit 4 'svn://localhost/projet1/components/SampleBuildProject/branches/1.0.0@102'
<<< [26] <exec> 23,732 us
>>> [27] <query> SELECT RELEASE_LOCK('ph:phabric-6rILUDHKjHKu:repository.update:1')
<<< [27] <query> 252 us
<<< [5] <lock> 148,357 us
>>> [28] <query> INSERT INTO `repository_statusmessage`
(repositoryID, statusType, statusCode, parameters, epoch)
VALUES (1, 'fetch', 'error', '{\"message\":\"Error updating working copy: Command failed with error #1!\\nCOMMAND\\nsvn --non-interactive --no-auth-cache --username \'xxxxx\' --password \'xxxxx\' log --xml --quiet --limit 4 \'svn:\\/\\/localhost\\/projet1\\/components\\/SampleBuildProject\\/branches\\/1.0.0@102\'\\n\\nSTDOUT\\n<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\"?>\\n<log>\\n\\n\\
<<< [28] <query> 9,451 us
[2016-05-19 07:06:26] EXCEPTION: (CommandException) Command failed with error #1!
COMMAND
svn --non-interactive --no-auth-cache --username 'xxxxx' --password 'xxxxx' log --xml --quiet --limit 4 'svn://localhost/projet1/components/SampleBuildProject/branches/1.0.0@102'
STDOUT
<?xml version="1.0" encoding="UTF-8"?>
<log>
STDERR
svn: E160013: Fichier non trouvé : révision 102, chemin '/components/SampleBuildProject/branches/1.0.0'
at [<phutil>/src/future/exec/ExecFuture.php:361]
arcanist(head=c58f1b9a2507488b2152473dd1f0bbc7e99c09c1, ref.master=2234c8cacc21), phabricator(head=95c284b95e5b5ba36746849a3de9bda9105bddb5, ref.master=3aed39b8b072), phutil(head=d4e36c61b1aced558b8423257f33e277d9d7827f, ref.master=b25e0477b280)
#0 ExecFuture::resolvex() called at [<phabricator>/src/applications/repository/storage/PhabricatorRepository.php:478]
#1 PhabricatorRepository::execxRemoteCommand(string, integer, string) called at [<phabricator>/src/applications/repository/engine/PhabricatorRepositoryDiscoveryEngine.php:169]
#2 PhabricatorRepositoryDiscoveryEngine::discoverSubversionCommits() called at [<phabricator>/src/applications/repository/engine/PhabricatorRepositoryDiscoveryEngine.php:43]
#3 PhabricatorRepositoryDiscoveryEngine::discoverCommits() called at [<phabricator>/src/applications/repository/management/PhabricatorRepositoryManagementUpdateWorkflow.php:135]
#4 PhabricatorRepositoryManagementUpdateWorkflow::discoverRepository(PhabricatorRepository) called at [<phabricator>/src/applications/repository/management/PhabricatorRepositoryManagementUpdateWorkflow.php:95]
#5 PhabricatorRepositoryManagementUpdateWorkflow::execute(PhutilArgumentParser) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:410]
#6 PhutilArgumentParser::parseWorkflowsFull(array) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:303]
#7 PhutilArgumentParser::parseWorkflows(array) called at [<phabricator>/scripts/repository/manage_repositories.php:22]

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
153191
Default Alt Text
repositoryUpdate.log (6 KB)

Event Timeline