Builder garnet-x64-debug Build 8923550121229796208
Results:
Failure build
Trigger Info:
Project | fuchsia |
Revision | 50f37a986604d048f2cbba4dd51a746daab68274 |
Execution:
- Source: Task 4292e71d6854c310
- Bot: fuchsia-debian-16-c4acfc8a-us-central1-c-wrmm
- Recipe: fuchsia
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/isolated | {"server": "https://isolateserver.appspot.com"} | setup_build |
$recipe_engine/path | {"cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
$recipe_engine/swarming | {"server": "https://chromium-swarm.appspot.com"} | setup_build |
board | "garnet/boards/x64.gni" | setup_build |
bot_id | "fuchsia-debian-16-c4acfc8a-us-central1-c-wrmm" | setup_build |
branch | "refs/heads/master" | setup_build |
build_type | "debug" | setup_build |
buildbucket | {"build": {"bucket": "luci.fuchsia.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548236460427495, "id": "8923550121229796208", "project": "fuchsia", "tags": ["builder:garnet-x64-debug", "buildset:commit/git/50f37a986604d048f2cbba4dd51a746daab68274", "buildset:commit/gitiles/fuchsia.googlesource.com/garnet/+/50f37a986604d048f2cbba4dd51a746daab68274", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088980183510790640", "scheduler_job_id:fuchsia/garnet-x64-debug", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "garnet-x64-debug" | setup_build |
gcs_bucket | "fuchsia-build" | setup_build |
manifest | "garnet/garnet" | setup_build |
packages | ["garnet/packages/buildbot"] | setup_build |
path_config | "generic" | setup_build |
project | "integration" | setup_build |
recipe | "fuchsia" | setup_build |
remote | "https://fuchsia.googlesource.com/integration" | setup_build |
repo | "garnet" | setup_build |
repository | "https://fuchsia.googlesource.com/garnet" | setup_build |
revision | "50f37a986604d048f2cbba4dd51a746daab68274" | setup_build |
run_tests | true | setup_build |
target | "x64" | setup_build |
test_in_shards | true | setup_build |
test_timeout_secs | 1200 | setup_build |
variants | ["host_asan"] | setup_build |
Blamelist:
- Rich Kadel (richkadelohnoyoudont@google.com)
Timing:
Create | Wednesday, 23-Jan-19 09:41:00 UTC |
Start | Wednesday, 23-Jan-19 09:52:08 UTC |
End | Wednesday, 23-Jan-19 09:58:43 UTC |
Pending | 11 mins 7 secs |
Execution | 6 mins 35 secs |
All Changes:
-
"[garnet] Re-reland "Remove MakeCopyable dependencies""
Changed by Rich Kadel - richkadelohnoyoudont@google.com Changed at Wednesday, 23-Jan-19 09:40:18 UTC Repository https://fuchsia.googlesource.com/garnet Branch Revision 50f37a986604d048f2cbba4dd51a746daab68274 Comments
"[garnet] Re-reland "Remove MakeCopyable dependencies"" This reverts commit d88a17fa05445bba54b5e8de4248999b0e1b38eb. Reason for revert: Fixed one merge issue and rebuilt successfully Original change's description: > Revert "[garnet] Reland "Remove MakeCopyable dependencies"" > > This reverts commit 91ad810ecba010b25eda2e38e868a0f7ddead853. > > Reason for revert: CQ didn't re-run tests after merge (due to new conflicts). Merged prematurely. > > Original change's description: > > [garnet] Reland "Remove MakeCopyable dependencies" > > > > This reverts commit 077444b5ce477a01a0d268f82e0a0cb123b2c20b. > > > > Reason for revert: relanding (revert revert) after resolving build error with merge of https://fuchsia-review.googlesource.com/c/peridot/+/245012 > > > > Original change's description: > > > Revert "[garnet] Remove MakeCopyable dependencies" > > > > > > This reverts commit e5dee7e7d47a9d28092ad00c45f50192af4b18a5. > > > > > > Reason for revert: this CL breaks peridot (fxl::Closure no longer has > > > the same semantics), which prevents garnet from rolling. > > > > > > Original change's description: > > > > [garnet] Remove MakeCopyable dependencies > > > > > > > > [Confirmed this compiles under both x64 and arm64] > > > > > > > > This change replaces many std::function references with > > > > the new fit::function, allowing functions to be passed with > > > > move-only semantics, which is more efficient than "copy", > > > > and safer than pass-by-reference. It also allows lambdas to > > > > include move-only objects without requiring the MakeCopyable > > > > workaround. > > > > > > > > Note that this covers all of garnet (except for eventually > > > > removing MakeCopyable itself). Changes are forthcoming in > > > > topaz and peridot. > > > > > > > > Issue: ZX-3289 > > > > Test: No behavior change > > > > Change-Id: I3fbc402e37652f0dac807441b00ba935cf403a93 > > > > > > TBR=abarth@google.com,richkadel@google.com > > > > > > Change-Id: Idce39513309f4dd84d2abfbb63891b74030ee43f > > > No-Presubmit: true > > > No-Tree-Checks: true > > > No-Try: true > > > Issue: ZX-3289 > > > > TBR=kulakowski@google.com,vardhan@google.com,abarth@google.com,richkadel@google.com > > > > Change-Id: Ia310a86b059ee1789ce6950ab19e7344b378c34e > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Issue: ZX-3289 > > TBR=kulakowski@google.com,vardhan@google.com,abarth@google.com,richkadel@google.com > > Change-Id: I7a223180650e11c0942af35573437402124fa624 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Issue: ZX-3289 TBR=kulakowski@google.com,vardhan@google.com,abarth@google.com,richkadel@google.com Change-Id: Ib2325da659675d200bc11c766007b571d37fb174 No-Presubmit: true No-Tree-Checks: true No-Try: true Issue: ZX-3289
Changed files
- bin/appmgr/realm.cc
- bin/appmgr/runner_holder.cc
- bin/appmgr/runner_holder.h
- bin/cobalt/app/cobalt_controller_impl.cc
- bin/guest/manager/environment_controller_impl.cc
- bin/guest/manager/environment_controller_impl.h
- bin/http/http_url_loader_impl.cc
- bin/mdns/service/mdns_service_impl.cc
- bin/media/codecs/sw/omx/codec_runner_sw_omx/local_codec_factory.h
- bin/mediaplayer/fidl/fidl_audio_renderer.cc
- bin/netconnector/listener.cc
- bin/netconnector/responding_service_host.cc
- bin/sysmgr/delegating_loader.cc
- bin/sysmgr/package_updating_loader.cc
- bin/tts/tts_speaker.cc
- bin/ui/root_presenter/app.cc
- bin/ui/root_presenter/presentation1.cc
- bin/ui/root_presenter/presentation2.cc
- bin/ui/view_manager/view_registry.cc
- drivers/bluetooth/host/fidl/gatt_server_server.cc
- drivers/bluetooth/lib/gap/bredr_interrogator.cc
- drivers/bluetooth/lib/gap/bredr_interrogator.h
- drivers/bluetooth/lib/testing/fake_controller.cc
- drivers/gpu/msd-intel-gen/tests/unit_tests/BUILD.gn
- drivers/video/amlogic-decoder/h264_decoder.cc
- drivers/video/amlogic-decoder/local_codec_factory.cc
- drivers/video/amlogic-decoder/mpeg12_decoder.cc
- drivers/video/amlogic-decoder/video_decoder.h
- drivers/video/amlogic-decoder/vp9_decoder.cc
- examples/media/fx/fx.cpp
- examples/ui/hello_views/example_view_provider_service.cc
- examples/ui/hello_views/example_view_provider_service.h
- lib/cpuperf/file_reader.h
- lib/magma/src/magma_util/BUILD.gn
- lib/magma/src/magma_util/platform/BUILD.gn
- lib/magma/src/magma_util/platform/platform_trace.h
- lib/magma/src/magma_util/platform/zircon/BUILD.gn
- lib/magma/src/magma_util/platform/zircon/zircon_platform_trace.cc
- lib/magma/src/magma_util/platform/zircon/zircon_platform_trace.h
- lib/magma/src/magma_util/retry_allocator.h
- lib/magma/src/sys_driver/BUILD.gn
- lib/magma/src/sys_driver/magma_driver.h
- lib/magma/tests/unit_tests/BUILD.gn
- lib/ui/gfx/resources/snapshot/snapshotter.cc
- lib/ui/gfx/resources/snapshot/snapshotter.h
- lib/ui/gfx/screenshotter.cc
- lib/ui/gfx/tests/resource_linker_unittest.cc
- lib/wlan/mlme/include/wlan/mlme/mac_frame.h
- public/fidl/fuchsia.sys/BUILD.gn
- public/lib/cobalt/cpp/cobalt_logger_impl.h
- public/lib/component/cpp/testing/enclosing_environment.cc
- public/lib/component/cpp/testing/enclosing_environment.h
- public/lib/component/cpp/testing/fake_launcher.h
- public/lib/escher/fs/hack_filesystem.h
- public/lib/escher/impl/command_buffer.h
- public/lib/escher/paper/paper_shape_cache.h
- public/lib/escher/renderer/batch_gpu_uploader.cc
- public/lib/escher/renderer/batch_gpu_uploader.h
- public/lib/escher/renderer/frame.h
- public/lib/escher/util/image_utils.h
- public/lib/escher/vk/vulkan_swapchain_helper.h
- public/lib/fidl/cpp/interface_ptr_unittest.cc
- public/lib/fidl/cpp/internal/pending_response.h
- public/lib/fsl/socket/blocking_drain.cc
- public/lib/fsl/socket/blocking_drain.h
- public/lib/fsl/socket/files.cc
- public/lib/fsl/socket/files.h
- public/lib/fsl/socket/socket_drainer_unittest.cc
- public/lib/fsl/tasks/fd_waiter.h
- public/lib/fxl/files/path.cc
- public/lib/fxl/functional/bind_callback_unittest.cc
- public/lib/fxl/functional/cancelable_callback.h
- public/lib/fxl/functional/closure.h
- public/lib/fxl/functional/make_copyable.h
- public/lib/fxl/strings/string_view_unittest.cc
- public/lib/json/json_parser.cc
- public/lib/json/json_parser_unittest.cc
- public/lib/ui/sketchy/client/canvas.cc
- public/lib/ui/tests/mocks/mock_input_device.cc
- public/lib/ui/tests/mocks/mock_input_device.h
- public/lib/ui/tests/mocks/mock_input_device_registry.cc
- public/lib/ui/tests/mocks/mock_input_device_registry.h
- public/lib/ui/tests/mocks/mock_view_container_listener.cc
- public/lib/ui/tests/mocks/mock_view_container_listener.h
- public/lib/ui/tests/mocks/mock_view_listener.h
- public/lib/ui/view_framework/view_provider_service.h