Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 13 pull requests #63119

Closed
wants to merge 46 commits into from
Closed

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Jul 29, 2019

Successful merges:

Failed merges:

r? @ghost

phil-opp and others added 30 commits June 19, 2019 18:46
The `align_offset` method returns an `usize`, so using `add` makes more sense than using `offset`, which takes an `isize`.
They were resolved with modern hygiene, making this just a strange way
to shadow lifetimes.
Declarations were already modernized, resulting in cases where a macro
couldn't resolve it's own identifier.
Fixes rust-lang#52632

Existential types (soon to be 'impl trait' aliases) can either be
delcared at a top-level crate/module scope, or within another item such
as an fn. Previously, we were handling the second case incorrectly when
recursively searching for defining usages - we would check children of
the item, but not the item itself. This lead to us missing closures
that consituted a defining use of the existential type, as their opaque
type instantiations are stored in the TypeckTables of their parent
function.

This commit ensures that we explicitly visit the defining item itself,
not just its children.
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
I'm relatively certain that SWIG was only needed for LLDB which is no
longer built, and I'm hoping we can remove the xz install to remove the
reliance on `brew` for our build (which is another point of failure for
flaky networks).
…r=cramertj

Properly check the defining scope of existential types

Fixes rust-lang#52632

Existential types (soon to be 'impl trait' aliases) can either be
delcared at a top-level crate/module scope, or within another item such
as an fn. Previously, we were handling the second case incorrectly when
recursively searching for defining usages - we would check children of
the item, but not the item itself. This lead to us missing closures
that consituted a defining use of the existential type, as their opaque
type instantiations are stored in the TypeckTables of their parent
function.

This commit ensures that we explicitly visit the defining item itself,
not just its children.
…=varkor

Turn `INCOMPLETE_FEATURES` into lint

We do this because it is annoying to see the warning when building rustc and because this is better from a "separation of concerns" POV.

The drawback to this change is that this will respect `--cap-lints`.
Also note that this is not a buffered lint so if there are fatal parser errors then the lint will not trigger.

r? @varkor
… r=varkor

Add tests for some `existential_type` ICEs

Fix rust-lang#53678
Fix rust-lang#60407
Fix rust-lang#60564

rust-lang#54899 will need some minimization before it can be added.

r? @varkor
vxworks: Remove Linux-specific comments.

It looks like the VxWorks fork inadvertently left in some Linux-specific workaround comments in `libstd`, these can be removed. Came up when looking into rust-lang#62516

CC:  @BaoshanPang
…troalbini

ci: Skip installing SWIG/xz on OSX

I'm relatively certain that SWIG was only needed for LLDB which is no
longer built, and I'm hoping we can remove the xz install to remove the
reliance on `brew` for our build (which is another point of failure for
flaky networks).
…t, r=sfackler

std: Fix a failing `fs` test on Windows

In testing 4-core machines on Azure the `realpath_works_tricky` test in
the standard library is failing with "The directory name is invalid". In
attempting to debug this test I was able to reproduce the failure
locally on my machine, and after inspecing the test it I believe is
exploiting Unix-specific behavior that seems to only sometimes work on
Windows. Specifically the test basically executes:

    mkdir -p a/b
    mkdir -p a/d
    touch a/f
    ln -s a/b/c ../d/e
    ln -s a/d/e ../f

and then asserts that `canonicalize("a/b/c")` and
`canonicalize("a/d/e")` are equivalent to `a/f`. On Windows however the
first symlink is a "directory symlink" and the second is a file symlink.
In both cases, though, they're pointing to files. This means that for
whatever reason locally and on the 4-core environment the call to
`canonicalize` is failing. On Azure today it seems to be passing, and
I'm not entirely sure why. I'm sort of presuming that there's some sort
of internals going on here where there's some global Windows setting
which makes symlinks behavior more unix-like and ignore the directory
hint.

In any case this should keep the test working and also fixes the test
locally for me. It's also worth pointing out that this test was made Windows compatible in rust-lang#31360, a pretty ancient PR at this point.
@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 29, 2019
@Centril
Copy link
Contributor Author

Centril commented Jul 29, 2019

@bors r+ p=200 rollup=never

@bors
Copy link
Contributor

bors commented Jul 29, 2019

📌 Commit f9cf2d6 has been approved by Centril

@bors
Copy link
Contributor

bors commented Jul 29, 2019

⌛ Testing commit f9cf2d6 with merge 88e427742df802078805abe025df95637820e031...

@bors
Copy link
Contributor

bors commented Jul 29, 2019

📌 Commit f9cf2d6 has been approved by Centril

@rust-lang rust-lang deleted a comment from bors Jul 29, 2019
@bors
Copy link
Contributor

bors commented Jul 29, 2019

⌛ Testing commit f9cf2d6 with merge b42ad412fcca94c1479abed0345633a90f416256...

@rust-lang rust-lang deleted a comment from bors Jul 29, 2019
@rust-lang rust-lang deleted a comment from bors Jul 29, 2019
@Centril
Copy link
Contributor Author

Centril commented Jul 29, 2019

@bors p=200

@rust-highfive
Copy link
Collaborator

Your PR failed (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-07-29T23:46:07.7718438Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-07-29T23:46:07.7941101Z ##[command]git config gc.auto 0
2019-07-29T23:46:07.8065673Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-07-29T23:46:07.8161508Z ##[command]git config --get-all http.proxy
2019-07-29T23:46:07.8298232Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/63119/merge:refs/remotes/pull/63119/merge
---
2019-07-29T23:46:43.0619859Z do so (now or later) by using -b with the checkout command again. Example:
2019-07-29T23:46:43.0619896Z 
2019-07-29T23:46:43.0620143Z   git checkout -b <new-branch-name>
2019-07-29T23:46:43.0620397Z 
2019-07-29T23:46:43.0620474Z HEAD is now at d76835390 Merge f9cf2d67a03b3cbd2b14bf2f27fe4f03ac9d8763 into 04b88a9eba8abbac87eddcb2998beea09589c2c9
2019-07-29T23:46:43.0832281Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-07-29T23:46:43.0835919Z ==============================================================================
2019-07-29T23:46:43.0835994Z Task         : Bash
2019-07-29T23:46:43.0836041Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-07-30T00:50:43.3901616Z .................................................................................................... 1400/8812
2019-07-30T00:50:49.6045327Z .................................................................................................... 1500/8812
2019-07-30T00:51:02.9312063Z ..................................................................i...............i................. 1600/8812
2019-07-30T00:51:10.8212885Z .................................................................................................... 1700/8812
2019-07-30T00:51:26.4473800Z ....................................................iiiii........................................... 1800/8812
2019-07-30T00:51:38.4130941Z .................................................................................................... 2000/8812
2019-07-30T00:51:41.0677618Z .................................................................................................... 2100/8812
2019-07-30T00:51:44.8615481Z .................................................................................................... 2200/8812
2019-07-30T00:51:51.7180455Z .................................................................................................... 2300/8812
---
2019-07-30T00:56:00.0043876Z .................................................................................................... 5300/8812
2019-07-30T00:56:07.7270549Z ..........i......................................................................................... 5400/8812
2019-07-30T00:56:13.6419945Z .................................................................................................... 5500/8812
2019-07-30T00:56:26.5531987Z .................................................................................................... 5600/8812
2019-07-30T00:56:41.2768020Z ....ii...i..ii...........i.......................................................................... 5700/8812
2019-07-30T00:56:56.6727147Z .................................................................................................... 5900/8812
2019-07-30T00:57:01.6647229Z .................................................................................................... 6000/8812
2019-07-30T00:57:01.6647229Z .................................................................................................... 6000/8812
2019-07-30T00:57:16.8146875Z .....i..ii.......................................................................................... 6100/8812
2019-07-30T00:57:36.7338956Z ................................................i................................................... 6300/8812
2019-07-30T00:57:38.9972030Z .................................................................................................... 6400/8812
2019-07-30T00:57:41.6534176Z ..................i................................................................................. 6500/8812
2019-07-30T00:57:46.4573627Z .................................................................................................... 6600/8812
---
2019-07-30T01:01:58.1348815Z ---- [ui] ui/hygiene/generic_params.rs stdout ----
2019-07-30T01:01:58.1350580Z diff of stderr:
2019-07-30T01:01:58.1350632Z 
2019-07-30T01:01:58.1350675Z 3    |
2019-07-30T01:01:58.1350743Z 4 LL | #![feature(decl_macro, rustc_attrs, const_generics)]
2019-07-30T01:01:58.1351015Z +    |
2019-07-30T01:01:58.1351075Z +    = note: `#[warn(incomplete_features)]` on by default
2019-07-30T01:01:58.1351118Z 6 
2019-07-30T01:01:58.1351156Z 7 
2019-07-30T01:01:58.1351156Z 7 
2019-07-30T01:01:58.1351291Z 
2019-07-30T01:01:58.1351332Z 
2019-07-30T01:01:58.1351376Z The actual stderr differed from the expected stderr.
2019-07-30T01:01:58.1351988Z Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/hygiene/generic_params/generic_params.stderr
2019-07-30T01:01:58.1352394Z To update references, rerun the tests and pass the `--bless` flag
2019-07-30T01:01:58.1352656Z To only update this specific test, also pass `--test-args hygiene/generic_params.rs`
2019-07-30T01:01:58.1352735Z error: 1 errors occurred comparing output.
2019-07-30T01:01:58.1352793Z status: exit code: 0
2019-07-30T01:01:58.1352793Z status: exit code: 0
2019-07-30T01:01:58.1353827Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/hygiene/generic_params.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/hygiene/generic_params" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/hygiene/generic_params/auxiliary" "-A" "unused"
2019-07-30T01:01:58.1354356Z ------------------------------------------
2019-07-30T01:01:58.1354393Z 
2019-07-30T01:01:58.1354642Z ------------------------------------------
2019-07-30T01:01:58.1354687Z stderr:
2019-07-30T01:01:58.1354687Z stderr:
2019-07-30T01:01:58.1354909Z ------------------------------------------
2019-07-30T01:01:58.1354978Z warning: the feature `const_generics` is incomplete and may cause the compiler to crash
2019-07-30T01:01:58.1355230Z   --> /checkout/src/test/ui/hygiene/generic_params.rs:6:37
2019-07-30T01:01:58.1355292Z    |
2019-07-30T01:01:58.1355360Z LL | #![feature(decl_macro, rustc_attrs, const_generics)]
2019-07-30T01:01:58.1355450Z    |
2019-07-30T01:01:58.1355513Z    = note: `#[warn(incomplete_features)]` on by default
2019-07-30T01:01:58.1355543Z 
2019-07-30T01:01:58.1355568Z 
---
2019-07-30T01:01:58.1356575Z 
2019-07-30T01:01:58.1356607Z 
2019-07-30T01:01:58.1356650Z The actual stderr differed from the expected stderr.
2019-07-30T01:01:58.1357356Z Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/hygiene/issue-61574-const-parameters/issue-61574-const-parameters.stderr
2019-07-30T01:01:58.1357658Z To update references, rerun the tests and pass the `--bless` flag
2019-07-30T01:01:58.1357949Z To only update this specific test, also pass `--test-args hygiene/issue-61574-const-parameters.rs`
2019-07-30T01:01:58.1358049Z error: 1 errors occurred comparing output.
2019-07-30T01:01:58.1358092Z status: exit code: 0
2019-07-30T01:01:58.1358092Z status: exit code: 0
2019-07-30T01:01:58.1358902Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/hygiene/issue-61574-const-parameters.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/hygiene/issue-61574-const-parameters" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/hygiene/issue-61574-const-parameters/auxiliary" "-A" "unused"
2019-07-30T01:01:58.1359250Z ------------------------------------------
2019-07-30T01:01:58.1359285Z 
2019-07-30T01:01:58.1359511Z ------------------------------------------
2019-07-30T01:01:58.1359556Z stderr:
---
2019-07-30T01:01:58.1385233Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:533:22
2019-07-30T01:01:58.1385311Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
2019-07-30T01:01:58.1410037Z 
2019-07-30T01:01:58.1410112Z 
2019-07-30T01:01:58.1411796Z command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-6.0/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "6.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2019-07-30T01:01:58.1412087Z 
2019-07-30T01:01:58.1412115Z 
2019-07-30T01:01:58.1412161Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
2019-07-30T01:01:58.1412231Z Build completed unsuccessfully in 1:08:47
2019-07-30T01:01:58.1412231Z Build completed unsuccessfully in 1:08:47
2019-07-30T01:01:59.1584292Z ##[error]Bash exited with code '1'.
2019-07-30T01:01:59.1647460Z ##[section]Starting: Checkout
2019-07-30T01:01:59.1649356Z ==============================================================================
2019-07-30T01:01:59.1649434Z Task         : Get sources
2019-07-30T01:01:59.1649486Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors
Copy link
Contributor

bors commented Jul 30, 2019

💔 Test failed - checks-azure

@rust-highfive
Copy link
Collaborator

The job x86_64-apple of your PR failed (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-07-30T01:00:22.1947660Z ---- [ui] ui/hygiene/generic_params.rs stdout ----
2019-07-30T01:00:22.1947990Z diff of stderr:
2019-07-30T01:00:22.1948130Z 
2019-07-30T01:00:22.1948310Z 3    |
2019-07-30T01:00:22.1948600Z 4 LL | #![feature(decl_macro, rustc_attrs, const_generics)]
2019-07-30T01:00:22.1949090Z +    |
2019-07-30T01:00:22.1949290Z +    = note: `#[warn(incomplete_features)]` on by default
2019-07-30T01:00:22.1949530Z 6 
2019-07-30T01:00:22.1949700Z 7 
2019-07-30T01:00:22.1949700Z 7 
2019-07-30T01:00:22.1949840Z 
2019-07-30T01:00:22.1950220Z 
2019-07-30T01:00:22.1950440Z The actual stderr differed from the expected stderr.
2019-07-30T01:00:22.1951580Z Actual stderr saved to /Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui/hygiene/generic_params/generic_params.stderr
2019-07-30T01:00:22.1952330Z To update references, rerun the tests and pass the `--bless` flag
2019-07-30T01:00:22.1953100Z To only update this specific test, also pass `--test-args hygiene/generic_params.rs`
2019-07-30T01:00:22.1953440Z error: 1 errors occurred comparing output.
2019-07-30T01:00:22.1953520Z status: exit code: 0
2019-07-30T01:00:22.1953520Z status: exit code: 0
2019-07-30T01:00:22.1955290Z command: "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/stage2/bin/rustc" "/Users/vsts/agent/2.154.3/work/1/s/src/test/ui/hygiene/generic_params.rs" "-Zthreads=1" "--target=x86_64-apple-darwin" "--error-format" "json" "-Zui-testing" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui/hygiene/generic_params" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/native/rust-test-helpers" "-L" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui/hygiene/generic_params/auxiliary" "-A" "unused"
2019-07-30T01:00:22.1956660Z ------------------------------------------
2019-07-30T01:00:22.1956740Z 
2019-07-30T01:00:22.1957390Z ------------------------------------------
2019-07-30T01:00:22.1957520Z stderr:
2019-07-30T01:00:22.1957520Z stderr:
2019-07-30T01:00:22.1958160Z ------------------------------------------
2019-07-30T01:00:22.1958320Z warning: the feature `const_generics` is incomplete and may cause the compiler to crash
2019-07-30T01:00:22.1959220Z   --> /Users/vsts/agent/2.154.3/work/1/s/src/test/ui/hygiene/generic_params.rs:6:37
2019-07-30T01:00:22.1959350Z    |
2019-07-30T01:00:22.1959440Z LL | #![feature(decl_macro, rustc_attrs, const_generics)]
2019-07-30T01:00:22.1959620Z    |
2019-07-30T01:00:22.1959860Z    = note: `#[warn(incomplete_features)]` on by default
2019-07-30T01:00:22.1959910Z 
2019-07-30T01:00:22.1959960Z 
---
2019-07-30T01:00:22.1962160Z 
2019-07-30T01:00:22.1962200Z 
2019-07-30T01:00:22.1962290Z The actual stderr differed from the expected stderr.
2019-07-30T01:00:22.1963080Z Actual stderr saved to /Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui/hygiene/issue-61574-const-parameters/issue-61574-const-parameters.stderr
2019-07-30T01:00:22.1963800Z To update references, rerun the tests and pass the `--bless` flag
2019-07-30T01:00:22.1964510Z To only update this specific test, also pass `--test-args hygiene/issue-61574-const-parameters.rs`
2019-07-30T01:00:22.1964930Z error: 1 errors occurred comparing output.
2019-07-30T01:00:22.1965010Z status: exit code: 0
2019-07-30T01:00:22.1965010Z status: exit code: 0
2019-07-30T01:00:22.1966500Z command: "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/stage2/bin/rustc" "/Users/vsts/agent/2.154.3/work/1/s/src/test/ui/hygiene/issue-61574-const-parameters.rs" "-Zthreads=1" "--target=x86_64-apple-darwin" "--error-format" "json" "-Zui-testing" "--emit" "metadata" "-C" "prefer-dynamic" "--out-dir" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui/hygiene/issue-61574-const-parameters" "-Crpath" "-O" "-Cdebuginfo=0" "-Zunstable-options" "-Lnative=/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/native/rust-test-helpers" "-L" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui/hygiene/issue-61574-const-parameters/auxiliary" "-A" "unused"
2019-07-30T01:00:22.1967480Z ------------------------------------------
2019-07-30T01:00:22.1967560Z 
2019-07-30T01:00:22.1968190Z ------------------------------------------
2019-07-30T01:00:22.1968290Z stderr:
---
2019-07-30T01:00:22.2076730Z thread 'main' panicked at 'Some tests failed', src/tools/compiletest/src/main.rs:533:22
2019-07-30T01:00:22.2076930Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
2019-07-30T01:00:22.2095590Z 
2019-07-30T01:00:22.2095820Z 
2019-07-30T01:00:22.2098980Z command did not execute successfully: "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/stage0-tools-bin/compiletest" "--compile-lib-path" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/stage2/lib" "--run-lib-path" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib" "--rustc-path" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/stage2/bin/rustc" "--src-base" "/Users/vsts/agent/2.154.3/work/1/s/src/test/ui" "--build-base" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/test/ui" "--stage-id" "stage2-x86_64-apple-darwin" "--mode" "ui" "--target" "x86_64-apple-darwin" "--host" "x86_64-apple-darwin" "--llvm-filecheck" "/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/llvm/build/bin/FileCheck" "--nodejs" "/usr/local/bin/node" "--host-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Cdebuginfo=0 -Zunstable-options  -Lnative=/Users/vsts/agent/2.154.3/work/1/s/build/x86_64-apple-darwin/native/rust-test-helpers" "--docck-python" "/usr/local/bin/python2.7" "--lldb-python" "/usr/bin/python" "--lldb-version" "lldb-902.0.79.2\n  Swift-4.1\n" "--lldb-python-dir" "/Applications/Xcode_9.3.app/Contents/SharedFrameworks/LLDB.framework/Resources/Python" "--llvm-version" "9.0.0-rust-1.38.0-dev\n" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
2019-07-30T01:00:22.2100400Z 
2019-07-30T01:00:22.2100460Z 
2019-07-30T01:00:22.2112430Z failed to run: /Users/vsts/agent/2.154.3/work/1/s/build/bootstrap/debug/bootstrap test
2019-07-30T01:00:22.2112610Z Build completed unsuccessfully in 1:06:31
2019-07-30T01:00:22.2112610Z Build completed unsuccessfully in 1:06:31
2019-07-30T01:00:22.2386090Z ##[error]Bash exited with code '1'.
2019-07-30T01:00:22.2425590Z ##[section]Starting: Upload CPU usage statistics
2019-07-30T01:00:22.2430590Z ==============================================================================
2019-07-30T01:00:22.2430710Z Task         : Bash
2019-07-30T01:00:22.2430790Z Description  : Run a Bash script on macOS, Linux, or Windows

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 30, 2019
@Centril Centril closed this Jul 30, 2019
@Centril Centril deleted the rollup-fykplr4 branch July 30, 2019 01:05
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.