Builder rust-x64-linux Build 8923858216641347568
Results:
Failure rust install
Trigger Info:
Project | fuchsia |
Revision | 0c0c585281740aba4c91cbfd385f5e1fbe313d11 |
Got Revision | 0c0c585281740aba4c91cbfd385f5e1fbe313d11 |
Execution:
- Source: Task 428163b9bda48310
- Bot: fuchsia-debian-32-c272138d-us-central1-c-7nct
- Recipe: rust_toolchain
Steps and Logfiles:
Show:-
- - 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 |
bot_id | "fuchsia-debian-32-c272138d-us-central1-c-7nct" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.fuchsia.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1547942637746794, "id": "8923858216641347568", "project": "fuchsia", "tags": ["builder:rust-x64-linux", "buildset:commit/git/0c0c585281740aba4c91cbfd385f5e1fbe313d11", "buildset:commit/gitiles/fuchsia.googlesource.com/third_party/rust/+/0c0c585281740aba4c91cbfd385f5e1fbe313d11", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089288278632609072", "scheduler_job_id:fuchsia/rust-x64-linux", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "rust-x64-linux" | setup_build |
gcs_bucket | "fuchsia-build" | setup_build |
packages | ["topaz/packages/buildbot"] | setup_build |
path_config | "generic" | setup_build |
project | "integration" | setup_build |
recipe | "rust_toolchain" | setup_build |
remote | "https://fuchsia.googlesource.com/integration" | setup_build |
repository | "https://fuchsia.googlesource.com/third_party/rust" | setup_build |
revision | "0c0c585281740aba4c91cbfd385f5e1fbe313d11" | setup_build |
got_revision | "0c0c585281740aba4c91cbfd385f5e1fbe313d11" | git rev-parse |
Blamelist:
- bors (borsohnoyoudont@rust-lang.org)
- Mazdak Farrokhzad (twingoowohnoyoudont@gmail.com)
- Mazdak Farrokhzad (twingoowohnoyoudont@gmail.com)
- Mazdak Farrokhzad (twingoowohnoyoudont@gmail.com)
- Mazdak Farrokhzad (twingoowohnoyoudont@gmail.com)
Timing:
Create | Sunday, 20-Jan-19 00:03:57 UTC |
Start | Sunday, 20-Jan-19 00:04:10 UTC |
End | Sunday, 20-Jan-19 00:45:59 UTC |
Pending | 12 secs |
Execution | 41 mins 49 secs |
All Changes:
-
Auto merge of #57761 - Centril:rollup, r=Centril
Changed by bors - borsohnoyoudont@rust-lang.org Changed at Saturday, 19-Jan-19 21:21:12 UTC Repository https://fuchsia.googlesource.com/third_party/rust Branch Revision 0c0c585281740aba4c91cbfd385f5e1fbe313d11 Comments
Auto merge of #57761 - Centril:rollup, r=Centril Rollup of 4 pull requests Successful merges: - #57452 (Improve docs for Formatter) - #57689 (Redo `hir::Stmt`) - #57723 (Point at cause for expectation in return type type error) - #57736 (Remove delay_span_bug from qualify_min_const_fn) Failed merges: r? @ghost
-
Rollup merge of #57736 - phansch:remove_delay, r=oli-obk
Changed by Mazdak Farrokhzad - twingoowohnoyoudont@gmail.com Changed at Saturday, 19-Jan-19 18:41:24 UTC Repository https://fuchsia.googlesource.com/third_party/rust Branch Revision d27224e0d877891ac1ff175bd35f8fd09d3640d9 Comments
Rollup merge of #57736 - phansch:remove_delay, r=oli-obk Remove delay_span_bug from qualify_min_const_fn This is causing issues with a new Clippy lint that will be able to detect possible const functions. As per https://github.com/rust-lang/rust-clippy/pull/3648#discussion_r247927450 r? @oli-obk
-
Rollup merge of #57723 - estebank:fix, r=davidtwco
Changed by Mazdak Farrokhzad - twingoowohnoyoudont@gmail.com Changed at Saturday, 19-Jan-19 18:41:22 UTC Repository https://fuchsia.googlesource.com/third_party/rust Branch Revision 5b9e02a39ca0ffca56ce11f64db37876ca9c93ab Comments
Rollup merge of #57723 - estebank:fix, r=davidtwco Point at cause for expectation in return type type error Various improvements and fixes for type errors in return expressions. Fix #57664.
-
Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov
Changed by Mazdak Farrokhzad - twingoowohnoyoudont@gmail.com Changed at Saturday, 19-Jan-19 18:41:21 UTC Repository https://fuchsia.googlesource.com/third_party/rust Branch Revision 3bc61cd13c3284e0e6dd3a6fdc89a52f92942411 Comments
Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov Redo `hir::Stmt` A couple of changes that make things simpler and more consistent. This should probably wait until after 1.32 lands to land, to avoid late breakage for tools.
-
Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv
Changed by Mazdak Farrokhzad - twingoowohnoyoudont@gmail.com Changed at Saturday, 19-Jan-19 18:41:20 UTC Repository https://fuchsia.googlesource.com/third_party/rust Branch Revision 286ce3c36a408093208659e8b1777d06385d4e2e Comments
Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv Improve docs for Formatter Some improvements to `std::fmt::Formatter` to make it a bit more consistent with other documentation, as well as calling out that you don't ever instantiate one yourself.