Properties
Properties
- Buildable
- B8178: Diff 34367
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Oct 4 2015, 3:22 PM · Built for 7 s
- Status
Failed
1 empty logs are hidden. Show all logs.
1 | Build successful! |
---|---|
2 | PASS 87ms ArcanistLibraryTestCase::testMethodVisibility |
3 | PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented |
4 | PASS 183ms ArcanistLibraryTestCase::testLibraryMap |
5 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield |
6 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump |
7 | PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder |
8 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn |
9 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics |
10 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule |
11 | PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt |
12 | PASS 1ms★ ArcanistBritishTestCase::testCommandCompletion |
13 | PASS <1ms★ ArcanistBritishTestCase::testArgumentCompletion |
14 | FAIL ArcanistBundleTestCase::testGitRepository |
15 | EXCEPTION (CommandException): Command failed with error #128! |
16 | COMMAND |
17 | git commit --author 'unit-test <unit-test@phabricator.com>' -m 'Mark koan2 +x and edit it.' |
18 | |
19 | STDOUT |
20 | (empty) |
21 | |
22 | STDERR |
23 | |
24 | *** Please tell me who you are. |
25 | |
26 | Run |
27 | |
28 | git config --global user.email "you@example.com" |
29 | git config --global user.name "Your Name" |
30 | |
31 | to set your account's default identity. |
32 | Omit --global to set the identity only in this repository. |
33 | |
34 | fatal: empty ident name (for <builder@sbuild001.phacility.net>) not allowed |
35 | |
36 | #0 /core/data/drydock/workingcopy-15/repo/libphutil/src/future/exec/execx.php(17): ExecFuture->resolvex() |
37 | #1 /core/data/drydock/workingcopy-15/repo/arcanist/src/parser/__tests__/ArcanistBundleTestCase.php(142): execx('git commit --au...', 'unit-test <unit...', 'Mark koan2 +x a...') |
38 | #2 /core/data/drydock/workingcopy-15/repo/arcanist/src/parser/__tests__/ArcanistBundleTestCase.php(54): ArcanistBundleTestCase->runGitRepositoryTests(Object(PhutilDirectoryFixture)) |
39 | #3 [internal function]: ArcanistBundleTestCase->testGitRepository() |
40 | #4 /core/data/drydock/workingcopy-15/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array) |
41 | #5 /core/data/drydock/workingcopy-15/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run() |
42 | #6 /core/data/drydock/workingcopy-15/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(143): PhutilUnitTestEngine->run() |
43 | #7 /core/data/drydock/workingcopy-15/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(175): ArcanistConfigurationDrivenUnitTestEngine->run() |
44 | #8 /core/data/drydock/workingcopy-15/repo/arcanist/scripts/arcanist.php(382): ArcanistUnitWorkflow->run() |
45 | #9 {main} |
46 | PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks |
47 | PASS 3ms★ ArcanistBundleTestCase::testTrailingContext |
48 | PASS 3ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline |
49 | PASS 5ms★ ArcanistBundleTestCase::testEncodeBase85 |
50 | PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover |
51 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping |
52 | PASS 11ms★ ArcanistDiffParserTestCase::testParser |
53 | PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting |
54 | PASS 7ms★ ArcanistDiffUtilsTestCase::testLevenshtein |
55 | PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff |
56 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14 |
57 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14 |
58 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful |
59 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14 |
60 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure |
61 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14 |
62 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure |
63 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput |
64 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful |
65 | PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14 |
66 | PASS 10ms★ ArcanistChmodLinterTestCase::testLinter |
67 | SKIP ArcanistCSSLintLinterTestCase::testLinter |
68 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
69 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
70 | SKIP ArcanistCSSLintLinterTestCase::testVersion |
71 | Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration. |
72 | TO INSTALL: Install CSSLint using `npm install -g csslint`. |
73 | SKIP ArcanistClosureLinterTestCase::testLinter |
74 | Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration. |
75 | TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`. |
76 | PASS <1ms★ ArcanistClosureLinterTestCase::testVersion |
77 | SKIP ArcanistCoffeeLintLinterTestCase::testVersion |
78 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
79 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
80 | SKIP ArcanistCoffeeLintLinterTestCase::testLinter |
81 | Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration. |
82 | TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`. |
83 | SKIP ArcanistCppcheckLinterTestCase::testLinter |
84 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
85 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
86 | SKIP ArcanistCppcheckLinterTestCase::testVersion |
87 | Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration. |
88 | TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar. |
89 | PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion |
90 | SKIP ArcanistCpplintLinterTestCase::testLinter |
91 | Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration. |
92 | TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`. |
93 | SKIP ArcanistFlake8LinterTestCase::testVersion |
94 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
95 | TO INSTALL: Install flake8 using `easy_install flake8`. |
96 | SKIP ArcanistFlake8LinterTestCase::testLinter |
97 | Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration. |
98 | TO INSTALL: Install flake8 using `easy_install flake8`. |
99 | SKIP ArcanistGoLintLinterTestCase::testLinter |
100 | Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration. |
101 | TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`. |
102 | PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion |
103 | SKIP ArcanistHLintLinterTestCase::testVersion |
104 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
105 | TO INSTALL: Install hlint with `cabal install hlint`. |
106 | SKIP ArcanistHLintLinterTestCase::testLinter |
107 | Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration. |
108 | TO INSTALL: Install hlint with `cabal install hlint`. |
109 | SKIP ArcanistJSHintLinterTestCase::testLinter |
110 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
111 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
112 | SKIP ArcanistJSHintLinterTestCase::testVersion |
113 | Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration. |
114 | TO INSTALL: Install JSHint using `npm install -g jshint`. |
115 | SKIP ArcanistJSONLintLinterTestCase::testLinter |
116 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
117 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
118 | SKIP ArcanistJSONLintLinterTestCase::testVersion |
119 | Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration. |
120 | TO INSTALL: Install jsonlint using `npm install -g jsonlint`. |
121 | SKIP ArcanistJscsLinterTestCase::testVersion |
122 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
123 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
124 | SKIP ArcanistJscsLinterTestCase::testLinter |
125 | Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration. |
126 | TO INSTALL: Install JSCS using `npm install -g jscs`. |
127 | SKIP ArcanistLesscLinterTestCase::testLinter |
128 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
129 | TO INSTALL: Install lessc using `npm install -g less`. |
130 | SKIP ArcanistLesscLinterTestCase::testVersion |
131 | Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration. |
132 | TO INSTALL: Install lessc using `npm install -g less`. |
133 | SKIP ArcanistPEP8LinterTestCase::testLinter |
134 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
135 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
136 | SKIP ArcanistPEP8LinterTestCase::testVersion |
137 | Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration. |
138 | TO INSTALL: Install PEP8 using `easy_install pep8`. |
139 | PASS 17ms★ ArcanistPhpLinterTestCase::testVersion |
140 | PASS 117ms ArcanistPhpLinterTestCase::testLinter |
141 | SKIP ArcanistPhpcsLinterTestCase::testVersion |
142 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
143 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
144 | SKIP ArcanistPhpcsLinterTestCase::testLinter |
145 | Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration. |
146 | TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`. |
147 | SKIP ArcanistPuppetLintLinterTestCase::testLinter |
148 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
149 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
150 | SKIP ArcanistPuppetLintLinterTestCase::testVersion |
151 | Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration. |
152 | TO INSTALL: Install puppet-lint using `gem install puppet-lint`. |
153 | SKIP ArcanistPyFlakesLinterTestCase::testLinter |
154 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
155 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
156 | SKIP ArcanistPyFlakesLinterTestCase::testVersion |
157 | Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration. |
158 | TO INSTALL: Install pyflakes with `pip install pyflakes`. |
159 | SKIP ArcanistPyLintLinterTestCase::testLinter |
160 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
161 | TO INSTALL: Install PyLint using `pip install pylint`. |
162 | SKIP ArcanistPyLintLinterTestCase::testVersion |
163 | Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration. |
164 | TO INSTALL: Install PyLint using `pip install pylint`. |
165 | SKIP ArcanistRuboCopLinterTestCase::testLinter |
166 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
167 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
168 | SKIP ArcanistRuboCopLinterTestCase::testVersion |
169 | Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration. |
170 | TO INSTALL: Install RuboCop using `gem install rubocop`. |
171 | SKIP ArcanistRubyLinterTestCase::testLinter |
172 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
173 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
174 | SKIP ArcanistRubyLinterTestCase::testVersion |
175 | Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration. |
176 | TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>. |
177 | PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter |
178 | PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter |
179 | PASS 122ms ArcanistJSONLinterTestCase::testLinter |
180 | PASS 7ms★ ArcanistMergeConflictLinterTestCase::testLinter |
181 | PASS 9ms★ ArcanistNoLintLinterTestCase::testLinter |
182 | PASS 41ms★ ArcanistPhutilXHPASTLinterTestCase::testLinter |
183 | PASS 15ms★ ArcanistSpellingLinterTestCase::testLinter |
184 | PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase |
185 | PASS 24ms★ ArcanistTextLinterTestCase::testLinter |
186 | PASS 1.7s ArcanistXHPASTLinterTestCase::testLinter |
187 | PASS 73ms ArcanistXMLLinterTestCase::testLinter |
188 | PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll |
189 | PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes |
190 | PASS 28ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing |
191 | PASS 24ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing |
192 | PASS 139ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing |
193 | PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges |
194 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities |
195 | PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities |
196 | PASS <1ms★ ArcanistXHPASTLinterRuleTestCase::testLoadAllRules |
197 | PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations |
198 | PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths |
199 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap |
200 | PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip |
201 | PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases |
202 | PASS <1ms★ PhutilUnitTestEngineTestCase::testPass |
203 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput |
204 | PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure |
205 | PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput |
206 | PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure |
207 |
Build Working Copy
Build Working Copy
- When
- Completed at Oct 4 2015, 3:22 PM · Built instantly
- Status
Passed