Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 1901103004: V8: Show build environment in failure logs (Closed)

Created:
4 years, 8 months ago by Michael Achenbach
Modified:
4 years, 8 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

V8: Show build environment in failure logs This will make it easier for developers to reproduce failures. Currently, the indirection between builders/testers and between swarming trigger/collect makes it hard to reason how the test executables were built. BUG=605516 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300080 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300108

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review #

Patch Set 3 : Rebase #

Patch Set 4 : Moar rebase #

Patch Set 5 : Add test #

Patch Set 6 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+601 lines, -4 lines) Patch
M scripts/slave/recipe_modules/v8/api.py View 1 2 3 4 5 4 chunks +37 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/v8/test_api.py View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M scripts/slave/recipes/v8.py View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_ASAN.json View 1 2 3 4 5 5 chunks +20 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___custom_snapshot___debug_builder.json View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___custom_snapshot___debug_slim_bisect_tester_swarming.json View 2 chunks +10 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug___greedy_allocator_bisect_tester.json View 2 chunks +10 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug_builder.json View 1 2 3 4 5 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_one_failure.json View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures.json View 1 2 3 19 chunks +76 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_test_failures_flakes.json View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_bisect_tester_swarming.json View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_one_failure_build_env_not_supported.json View 1 2 3 4 3 chunks +30 lines, -3 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json View 1 2 3 4 5 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___debug_builder.json View 1 2 3 4 5 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_debug_builder.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect.json View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_override_changes.json View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_recurring_failure.json View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_tests_too_long.json View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug_builder.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Android_Arm64___builder.json View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Android_Arm___builder.json View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Arm___builder.json View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Arm___debug_builder.json View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mipsel___sim___builder.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___x87___nosnap___debug_builder.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json View 1 2 3 4 5 2 chunks +18 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_dbg_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nodcheck_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng_triggered_failures.json View 1 2 19 chunks +95 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng_triggered_flakes.json View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
Michael Achenbach
PTAL
4 years, 8 months ago (2016-04-20 14:52:01 UTC) #4
Michael Achenbach
https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json File scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json (right): https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json#newcode639 scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json:639: "@@@STEP_LOG_LINE@slow@@@@", FYI: On this bot we can see some ...
4 years, 8 months ago (2016-04-20 14:53:23 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901103004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901103004/1
4 years, 8 months ago (2016-04-20 14:53:35 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 14:57:06 UTC) #9
tandrii(chromium)
https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipe_modules/v8/api.py File scripts/slave/recipe_modules/v8/api.py (right): https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipe_modules/v8/api.py#newcode717 scripts/slave/recipe_modules/v8/api.py:717: for i in sorted(build_environment): nit: s/i/k[ey] https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipe_modules/v8/api.py#newcode971 scripts/slave/recipe_modules/v8/api.py:971: properties['build_environment'] ...
4 years, 8 months ago (2016-04-20 14:58:24 UTC) #10
tandrii(chromium)
LGTM
4 years, 8 months ago (2016-04-20 15:01:19 UTC) #11
Michael Achenbach
https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipe_modules/v8/api.py File scripts/slave/recipe_modules/v8/api.py (right): https://codereview.chromium.org/1901103004/diff/1/scripts/slave/recipe_modules/v8/api.py#newcode971 scripts/slave/recipe_modules/v8/api.py:971: properties['build_environment'] = self.build_environment On 2016/04/20 14:58:23, tandrii(chromium) wrote: > ...
4 years, 8 months ago (2016-04-20 15:05:08 UTC) #12
Michael Achenbach
Patch 2 adds some checks, then some rebase, patch 5 adds a test that covers ...
4 years, 8 months ago (2016-04-21 14:41:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901103004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901103004/80001
4 years, 8 months ago (2016-04-21 14:44:01 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=300080
4 years, 8 months ago (2016-04-21 14:48:07 UTC) #19
Michael Achenbach
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1906353002/ by machenbach@chromium.org. ...
4 years, 8 months ago (2016-04-22 07:20:11 UTC) #20
Michael Achenbach
PTAL at patch 6. This fixes the problem detected in http://crbug.com/605846.
4 years, 8 months ago (2016-04-22 08:11:11 UTC) #22
tandrii(chromium)
LGTM!
4 years, 8 months ago (2016-04-22 10:41:10 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1901103004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1901103004/100001
4 years, 8 months ago (2016-04-22 10:41:37 UTC) #25
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 10:46:05 UTC) #27
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=300108

Powered by Google App Engine
This is Rietveld 408576698