Builder linux Build 3067
Results:
Failure annotated steps Failure Compile LLVM Torture (emwasm, O0) Failure Compile LLVM Torture (emwasm, O3) Failure Execute LLVM Torture (emwasm, O0) Failure Execute emscripten testsuite (emwasm) Failure Execute emscripten testsuite (asm2wasm) Failure Summary
Trigger Info:
Project | wasm |
Revision | c888abcfc1135c11e423eb9737cd8a0368d9a81b |
Got Revision | e893454f797fd9d52438c6a64fd6123073825b64 |
Execution:
- Source: Task 42f7d8f27336ea10
- Bot: swarm2467-c4
- Recipe: wasm_llvm
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/buildbucket | {"build": {"builder": {"bucket": "ci", "builder": "linux", "project": "wasm"}, "createTime": "2019-02-12T00:07:09.089749Z", "createdBy": "user:luci-scheduler@appspot.gserviceaccount.com", "id": "8921774285775779104", "infra": {"buildbucket": {"serviceConfigRevision": "ef156230f5cd7f8c23f689fa4dc7f92742cd904d"}, "recipe": {"cipdPackage": "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build", "name": "wasm_llvm"}, "swarming": {"hostname": "chromium-swarm.appspot.com"}}, "input": {"gitilesCommit": {"host": "llvm.googlesource.com", "id": "c888abcfc1135c11e423eb9737cd8a0368d9a81b", "project": "llvm", "ref": "refs/heads/master"}}, "number": 3067, "tags": [{"key": "builder", "value": "linux"}, {"key": "buildset", "value": "commit/git/c888abcfc1135c11e423eb9737cd8a0368d9a81b"}, {"key": "buildset", "value": "commit/gitiles/llvm.googlesource.com/llvm/+/c888abcfc1135c11e423eb9737cd8a0368d9a81b"}, {"key": "scheduler_invocation_id", "value": "9087204353377436752"}, {"key": "scheduler_job_id", "value": "wasm/linux"}, {"key": "user_agent", "value": "luci-scheduler"}]}} | setup_build |
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm2467-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.wasm.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1549930029089749, "id": "8921774285775779104", "project": "wasm", "tags": ["build_address:luci.wasm.ci/linux/3067", "builder:linux", "buildset:commit/git/c888abcfc1135c11e423eb9737cd8a0368d9a81b", "buildset:commit/gitiles/llvm.googlesource.com/llvm/+/c888abcfc1135c11e423eb9737cd8a0368d9a81b", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9087204353377436752", "scheduler_job_id:wasm/linux", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "linux" | setup_build |
buildnumber | 3067 | setup_build |
mastername | "client.wasm.llvm" | setup_build |
path_config | "generic" | setup_build |
recipe | "wasm_llvm" | setup_build |
repository | "https://llvm.googlesource.com/llvm" | setup_build |
revision | "c888abcfc1135c11e423eb9737cd8a0368d9a81b" | setup_build |
got_revision | "e893454f797fd9d52438c6a64fd6123073825b64" | bot_update |
got_waterfall_revision | "29061728d24bf5e1f6fae5ffd1ddae46ad461f13" | bot_update |
Blamelist:
- Philip Reames (listmailohnoyoudont@philipreames.com)
- David Blaikie (dblaikieohnoyoudont@gmail.com)
- Philip Reames (listmailohnoyoudont@philipreames.com)
Timing:
Create | Tuesday, 12-Feb-19 00:07:09 UTC |
Start | Tuesday, 12-Feb-19 00:07:41 UTC |
End | Tuesday, 12-Feb-19 01:05:36 UTC |
Pending | 32 secs |
Execution | 57 mins 55 secs |
All Changes:
-
[Tests] Fill out a few tests around gc relocation uniquing
Changed by Philip Reames - listmailohnoyoudont@philipreames.com Changed at Tuesday, 12-Feb-19 00:01:39 UTC Repository https://llvm.googlesource.com/llvm Branch Revision c888abcfc1135c11e423eb9737cd8a0368d9a81b Comments
[Tests] Fill out a few tests around gc relocation uniquing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353773 91177308-0d34-0410-b5e6-96231b3b80d8
Changed files
- test/CodeGen/X86/statepoint-uniqueing.ll
-
DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anything to the .dwo file
Changed by David Blaikie - dblaikieohnoyoudont@gmail.com Changed at Tuesday, 12-Feb-19 00:00:38 UTC Repository https://llvm.googlesource.com/llvm Branch Revision 49124bf7453a000cad0c3f34a0a51165b0c002e6 Comments
DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anything to the .dwo file This configuration (due to r349207) was intended not to emit any DWO CU, but a degenerate CU was still being emitted - containing a header and a DW_TAG_compile_unit with no attributes. Under that situation, emit nothing to the .dwo file. (since this is a dynamic property of the input the .dwo file is still emitted, just with nothing in it (so a valid, but empty, ELF file) - if some other CU didn't satisfy this criteria, its DWO CU would still go there, etc) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353771 91177308-0d34-0410-b5e6-96231b3b80d8
Changed files
- lib/CodeGen/AsmPrinter/DwarfDebug.cpp
- lib/CodeGen/AsmPrinter/DwarfFile.cpp
- test/DebugInfo/X86/gmlt-no-split-dwarf-inlining-empty.ll
-
[Test] Autogenerate a statepoint test and actual show the reload
Changed by Philip Reames - listmailohnoyoudont@philipreames.com Changed at Monday, 11-Feb-19 23:55:24 UTC Repository https://llvm.googlesource.com/llvm Branch Revision fa1c1f7304a203be965f16fe8ba6d74d0ae46bf4 Comments
[Test] Autogenerate a statepoint test and actual show the reload git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353770 91177308-0d34-0410-b5e6-96231b3b80d8
Changed files
- test/CodeGen/X86/statepoint-uniqueing.ll