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

Bump to 1.33.0 #56536

Merged
merged 1 commit into from
Dec 14, 2018
Merged

Bump to 1.33.0 #56536

merged 1 commit into from
Dec 14, 2018

Conversation

alexcrichton
Copy link
Member

  • Update bootstrap compiler
  • Update version to 1.33.0
  • Remove some #[cfg(stage0)] annotations

@rust-highfive
Copy link
Collaborator

r? @joshtriplett

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 5, 2018
@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-5.0 of your PR failed on Travis (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.
travis_time:end:051648c6:start=1544021123821145053,finish=1544021124871997896,duration=1050852843
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-5.0
---
[00:02:50]    Compiling build_helper v0.1.0 (/checkout/src/build_helper)
[00:02:56]    Compiling compiler_builtins v0.0.0 (/checkout/src/rustc/compiler_builtins_shim)
[00:02:56]    Compiling cmake v0.1.33
[00:02:56]    Compiling std v0.0.0 (/checkout/src/libstd)
[00:02:56] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:56]    --> src/libcore/any.rs:123:6
[00:02:56]     |
[00:02:56] 123 | impl fmt::Debug for dyn Any {
[00:02:56]     |      ^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:56]    --> src/libcore/any.rs:133:6
[00:02:56]     |
[00:02:56] 133 | impl fmt::Debug for dyn Any + Send {
[00:02:56]     |      ^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:56]    --> src/libcore/any.rs:140:6
[00:02:56]     |
[00:02:56] 140 | impl fmt::Debug for dyn Any + Send + Sync {
[00:02:56]     |      ^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:56]    --> src/libcore/any.rs:146:6
[00:02:56]     |
[00:02:56] 146 | impl dyn Any {
[00:02:56]     |      ^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:56]    --> src/libcore/any.rs:251:6
[00:02:56]     |
[00:02:56] 251 | impl dyn Any+Send {
[00:02:56]     |      ^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:56]    --> src/libcore/any.rs:335:6
[00:02:56]     |
[00:02:56] 335 | impl dyn Any+Send+Sync {
[00:02:56]     |      ^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `iter::iterator::Iterator` cannot be made into an object
[00:02:56]    |
[00:02:56]    |
[00:02:56] 21 | fn _assert_is_object_safe(_: &dyn Iterator<Item=()>) {}
[00:02:56]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `iter::iterator::Iterator` cannot be made into an object
[00:02:56]    |
[00:02:56]    = note: method `next`'s receiver cannot be dispatched on
[00:02:56]    = note: method `size_hint`'s receiver cannot be dispatched on
[00:02:56]    = note: method `nth`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `fmt::Write` cannot be made into an object
[00:02:56]   --> src/libcore/fmt/builders.rs:14:5
[00:02:56]    |
[00:02:56] 14 |     buf: &'a mut (dyn fmt::Write + 'a),
[00:02:56]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Write` cannot be made into an object
[00:02:56]    |
[00:02:56]    = note: method `write_str`'s receiver cannot be dispatched on
[00:02:56]    = note: method `write_char`'s receiver cannot be dispatched on
[00:02:56]    = note: method `write_fmt`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `fmt::Write` cannot be made into an object
[00:02:56]    --> src/libcore/fmt/mod.rs:257:5
[00:02:56]     |
[00:02:56] 257 |     buf: &'a mut (dyn Write+'a),
[00:02:56]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Write` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `write_str`'s receiver cannot be dispatched on
[00:02:56]     = note: method `write_char`'s receiver cannot be dispatched on
[00:02:56]     = note: method `write_fmt`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `ops::function::Fn` cannot be made into an object
[00:02:56]    --> src/libcore/fmt/mod.rs:274:5
[00:02:56]     |
[00:02:56] 274 |     _oibit_remover: PhantomData<*mut dyn Fn()>,
[00:02:56]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ops::function::Fn` cannot be made into an object
[00:02:56]     |
[00:02:56]     = note: method `call`'s receiver cannot be dispatched on
[00:02:56]     = note: method `call_mut`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `fmt::Write` cannot be made into an object
[00:02:56]     --> src/libcore/fmt/mod.rs:1022:1
[00:02:56]      |
[00:02:56] 1022 | pub fn write(output: &mut dyn Write, args: Arguments) -> Result {
[00:02:56]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Write` cannot be made into an object
[00:02:56]      |
[00:02:56]      = note: method `write_str`'s receiver cannot be dispatched on
[00:02:56]      = note: method `write_char`'s receiver cannot be dispatched on
[00:02:56]      = note: method `write_fmt`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `fmt::Write` cannot be made into an object
[00:02:56]     --> src/libcore/fmt/mod.rs:1374:9
[00:02:56]      |
[00:02:56] 1374 |         fn write_bytes(buf: &mut dyn Write, s: &[u8]) -> Result {
[00:02:56]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Write` cannot be made into an object
[00:02:56]      |
[00:02:56]      = note: method `write_str`'s receiver cannot be dispatched on
[00:02:56]      = note: method `write_char`'s receiver cannot be dispatched on
[00:02:56]      = note: method `write_fmt`'s receiver cannot be dispatched on
[00:02:56] 
[00:02:56] error[E0038]: the trait `task::wake::UnsafeWake` cannot be made into an object
[00:02:56]   --> src/libcore/task/wake.rs:26:5
[00:02:56]    |
[00:02:56] 26 |     inner: NonNull<dyn UnsafeWake>,
[00:02:56]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `task::wake::UnsafeWake` cannot be made into an object
[00:02:56]    |
[00:02:56]    = note: method `clone_raw`'s receiver cannot be dispatched on
[00:02:56]    = note: method `drop_raw`'s receiver cannot be dispatched on
[00:02:56]    = note: method `wake`'s receiver cannot be dispatched on
[00:02:56]    = note: method `wake_local`'s receiver cannot be dispatched on
12m--> src/libcore/panic.rs:274:5
[00:02:57]     |
[00:02:57]     |
[00:02:57] 274 |     fn get(&mut self) -> &(dyn Any + Send);
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:124:5
[00:02:57] 124 |     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[00:02:57] 124 |     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:134:5
[00:02:57] 134 |     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[00:02:57] 134 |     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:141:5
[00:02:57] 141 |     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[00:02:57] 141 |     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:169:5
[00:02:57]     |
[00:02:57] 169 |     pub fn is<T: Any>(&self) -> bool {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:203:5
[00:02:57]     |
[00:02:57] 203 |     pub fn downcast_ref<T: Any>(&self) -> Option<&T> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:240:5
[00:02:57]     |
[00:02:57] 240 |     pub fn downcast_mut<T: Any>(&mut self) -> Option<&mut T> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:274:5
[00:02:57]     |
[00:02:57] 274 |     pub fn is<T: Any>(&self) -> bool {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:300:5
[00:02:57]     |
[00:02:57] 300 |     pub fn downcast_ref<T: Any>(&self) -> Option<&T> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:330:5
[00:02:57]     |
[00:02:57] 330 |     pub fn downcast_mut<T: Any>(&mut self) -> Option<&mut T> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:358:5
[00:02:57]     |
[00:02:57] 358 |     pub fn is<T: Any>(&self) -> bool {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:384:5
[00:02:57]     |
[00:02:57] 384 |     pub fn downcast_ref<T: Any>(&self) -> Option<&T> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `any::Any` cannot be made into an object
[00:02:57]    --> src/libcore/any.rs:414:5
[00:02:57]     |
[00:02:57] 414 |     pub fn downcast_mut<T: Any>(&mut self) -> Option<&mut T> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `any::Any` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `get_type_id`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]src/libcore/fmt/builders.rs:110:5
[00:02:57]     |
[00:02:57] 110 |     pub fn field(&mut self, name: &str, value: &dyn fmt::Debug) -> &mut DebugStruct<'a, 'b> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Debug` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `fmt`'s receiver cannot be dispatched on
[00:02:57] error[E0038]: the trait `fmt::Debug` cannot be made into an object
[00:02:57]    --> src/libcore/fmt/builders.rs:207:5
[00:02:57]     |
[00:02:57]     |
[00:02:57] 207 |     pub fn field(&mut self, value: &dyn fmt::Debug) -> &mut DebugTuple<'a, 'b> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Debug` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `fmt`'s receiver cannot be dispatched on
[00:02:57] error[E0038]: the trait `fmt::Debug` cannot be made into an object
[00:02:57]    --> src/libcore/fmt/builders.rs:261:5
[00:02:57]     |
[00:02:57]     |
[00:02:57] 261 |     fn entry(&mut self, entry: &dyn fmt::Debug) {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Debug` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `fmt`'s receiver cannot be dispatched on
[00:02:57] error[E0038]: the trait `fmt::Debug` cannot be made into an object
[00:02:57]    --> src/libcore/fmt/builders.rs:343:5
[00:02:57]     |
[00:02:57]     |
[00:02:57] 343 |     pub fn entry(&mut self, entry: &dyn fmt::Debug) -> &mut DebugSet<'a, 'b> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Debug` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `fmt`'s receiver cannot be dispatched on
[00:02:57] error[E0038]: the trait `fmt::Debug` cannot be made into an object
[00:02:57]    --> src/libcore/fmt/builders.rs:414:5
[00:02:57]     |
[00:02:57]     |
[00:02:57] 414 |     pub fn entry(&mut self, entry: &dyn fmt::Debug) -> &mut DebugList<'a, 'b> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Debug` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `fmt`'s receiver cannot be dispatched on
[00:02:57] error[E0038]: the trait `fmt::Debug` cannot be made into an object
[00:02:57]    --> src/libcore/fmt/builders.rs:485:5
[00:02:57]     |
[00:02:57]     |
[00:02:57] 485 |     pub fn entry(&mut self, key: &dyn fmt::Debug, value: &dyn fmt::Debug) -> &mut DebugMap<'a, 'b> {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `fmt::Debug` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `fmt`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `fmt::Write` cannot be made into an object
[00:02:57]     --> src/libcore/fmt/mod.rs:1063:5
[00:02:57]      |
[00:02:57] 1063 | /     fn wrap_buf<'b, 'c, F>(&'b mut self, wrap: F) -> Formatter<'c>
[00:02:57] 1064 | |         where 'b: 'c, F: FnOnce(&'b mut (dyn Write+'b)) -> &'c mut (dyn Write+'c)
[00:02:57] 1066 | |         Formatter {
[00:02:57] ...    |
[00:02:57] 1081 | |         }
[00:02:57] 1082 | |     }
[00:02:57] 1082 | |     }
[00:02:57]      | |_____^ the trait `fmt::Write` cannot be made into an object
[00:02:57]      |
[00:02:57]      = note: method `write_str`'s receiver cannot be dispatched on
[00:02:57]      = note: method `write_char`'s receiver cannot be dispatched on
[00:02:57]      = note: method `write_fmt`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `task::wake::UnsafeWake` cannot be made into an object
[00:02:57]   --> src/libcore/task/wake.rs:44:5
[00:02:57]    |
[00:02:57] 44 |     pub unsafe fn new(inner: NonNull<dyn UnsafeWake>) -> Self {
[00:02:57]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `task::wake::UnsafeWake` cannot be made into an object
[00:02:57]    |
[00:02:57]    = note: method `clone_raw`'s receiver cannot be dispatched on
[00:02:57]    = note: method `drop_raw`'s receiver cannot be dispatched on
[00:02:57]    = note: method `wake`'s receiver cannot be dispatched on
[00:02:57]    = note: method `wake_local`'s receiver cannot be dispatched on
[00:02:57] 
[00:02:57] error[E0038]: the trait `task::wake::UnsafeWake` cannot be made into an object
[00:02:57]    --> src/libcore/task/wake.rs:135:5
[00:02:57]     |
[00:02:57] 135 |     pub unsafe fn new(inner: NonNull<dyn UnsafeWake>) -> Self {
[00:02:57]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `task::wake::UnsafeWake` cannot be made into an object
[00:02:57]     |
[00:02:57]     = note: method `clone_raw`'s receiver cannot be dispatched on
[00:02:57]     = note: method `drop_raw`'s receiver cannot be dispatched on
[00:02:57]     = note: method `wake`'s receiver cannot be dispatched on
[00:02:57]     = note: method `wake_local`'s receiver cannot be dispatched on

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-5.0 of your PR failed on Travis (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.
travis_time:end:13f715f3:start=1544024759698311935,finish=1544024761069629778,duration=1371317843
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-5.0
---
[00:18:03]    Compiling libc v0.0.0 (/checkout/src/rustc/libc_shim)
[00:18:03]    Compiling alloc v0.0.0 (/checkout/src/liballoc)
[00:18:04]    Compiling panic_abort v0.0.0 (/checkout/src/libpanic_abort)
[00:18:08]    Compiling panic_unwind v0.0.0 (/checkout/src/libpanic_unwind)
[00:18:10] error: use of deprecated item 'error::Error::cause': replaced by Error::source, which can support downcasting
[00:18:10]     |
[00:18:10]     |
[00:18:10] 537 |         Error::cause(&**self)
[00:18:10]     |
[00:18:10]     = note: `-D deprecated` implied by `-D warnings`
[00:18:10] 
[00:18:10] 
[00:18:12] error: use of deprecated item 'error::Error::cause': replaced by Error::source, which can support downcasting
[00:18:12]    --> src/libstd/io/error.rs:562:44
[00:18:12]     |
[00:18:12] 562 |             Repr::Custom(ref c) => c.error.cause(),
[00:18:12] 
[00:18:13] error: aborting due to 2 previous errors
[00:18:13] 
[00:18:13] error: Could not compile `std`.
[00:18:13] error: Could not compile `std`.
[00:18:13] 
[00:18:13] To learn more, run the command again with --verbose.
[00:18:13] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-j" "4" "--release" "--locked" "--color" "always" "--features" "panic-unwind backtrace" "--manifest-path" "/checkout/src/libstd/Cargo.toml" "--message-format" "json"
[00:18:13] expected success, got: exit code: 101
[00:18:13] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap build
[00:18:13] Build completed unsuccessfully in 0:14:49
[00:18:13] make: *** [all] Error 1
[00:18:13] Makefile:28: recipe for target 'all' failed
1467436 ./obj
1467396 ./obj/build
1165712 ./src
813580 ./obj/build/x86_64-unknown-linux-gnu
---
187088 ./obj/build/cache/2018-12-05
159656 ./obj/build/bootstrap/debug/incremental
153292 ./src/tools/clang
149800 ./.git
143564 ./obj/build/bootstrap/debug/incremental/bootstrap-gg4wocctfx8q
143560 ./obj/build/bootstrap/debug/incremental/bootstrap-gg4wocctfx8q/s-f7b78p2if9-z7c6ad-1jpjqomavnfay
134544 ./.git/modules/src
115356 ./src/llvm/test/CodeGen
111160 ./obj/build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends
107416 ./src/tools/lldb
---
travis_time:end:1e8fe18e:start=1544025864147140979,finish=1544025864153696500,duration=6555521
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:0edd22c4
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:004457dc
travis_time:start:004457dc
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:05c20430
$ dmesg | grep -i kill

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)

@Mark-Simulacrum
Copy link
Member

r=me with Travis passing

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-5.0 of your PR failed on Travis (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.
travis_time:end:26a2f0f0:start=1544107249429051519,finish=1544107306844819004,duration=57415767485
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-5.0
---
[00:20:06]    Compiling rustc-rayon v0.1.1
[00:20:09]    Compiling rustc_data_structures v0.0.0 (/checkout/src/librustc_data_structures)
[00:20:12]    Compiling arena v0.0.0 (/checkout/src/libarena)
[00:20:13]    Compiling syntax_pos v0.0.0 (/checkout/src/libsyntax_pos)
[00:20:14] error: use of deprecated item 'core::str::<impl str>::trim_left_matches': superseded by `trim_start_matches`
[00:20:14]   --> src/libsyntax_pos/symbol.rs:58:49
[00:20:14]    |
[00:20:14] 58 |         Ident::new(Symbol::intern(self.as_str().trim_left_matches('\'')), self.span)
[00:20:14]    |
[00:20:14]    = note: `-D deprecated` implied by `-D warnings`
[00:20:14] 
[00:20:14] error: aborting due to previous error
---
187096 ./obj/build/cache
187092 ./obj/build/cache/2018-12-05
159656 ./obj/build/bootstrap/debug/incremental
153280 ./src/tools/clang
143564 ./obj/build/bootstrap/debug/incremental/bootstrap-gg4wocctfx8q
143560 ./obj/build/bootstrap/debug/incremental/bootstrap-gg4wocctfx8q/s-f7c95n485k-v2rsjd-1jpjqomavnfay
134904 ./.git/modules/src
115356 ./src/llvm/test/CodeGen
111164 ./obj/build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends
107420 ./src/tools/lldb

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)

@alexcrichton alexcrichton force-pushed the update-master branch 3 times, most recently from dc2c4f4 to a8f385f Compare December 6, 2018 15:36
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Dec 6, 2018

📌 Commit a8f385f has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 6, 2018
@bors
Copy link
Contributor

bors commented Dec 7, 2018

⌛ Testing commit a8f385f with merge 964d2bb...

bors added a commit that referenced this pull request Dec 7, 2018
Bump to 1.33.0

* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations
@bors
Copy link
Contributor

bors commented Dec 7, 2018

💔 Test failed - status-appveyor

@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 Dec 7, 2018
@kennytm

This comment has been minimized.

@kennytm kennytm added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 7, 2018
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Dec 7, 2018

📌 Commit 437621fc2994243a89c18c06fe1a0e52897bec9c has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Dec 11, 2018

💔 Test failed - status-appveyor

@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 Dec 11, 2018
@rust-highfive
Copy link
Collaborator

Your PR failed on Travis (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.
Checking out files: 100% (17616/17616), done.
travis_time:end:1b8154a8:start=1544571509482429000,finish=1544571519139883000,duration=9657454000
$ cd rust-lang/rust
$ git checkout -qf 11c5249434b3d61db445ba6b22c62b111fa83baa
fatal: reference is not a tree: 11c5249434b3d61db445ba6b22c62b111fa83baa
The command "git checkout -qf 11c5249434b3d61db445ba6b22c62b111fa83baa" failed and exited with 128 during .
Your build has been stopped.

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)

@alexcrichton
Copy link
Member Author

@bors: retry

  • CI automation hiccup

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 11, 2018
@bors
Copy link
Contributor

bors commented Dec 12, 2018

☔ The latest upstream changes (presumably #56092) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 12, 2018
* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations

Actually updating the version number is blocked on updating Cargo
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Dec 12, 2018

📌 Commit cf47a19 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 12, 2018
@kennytm
Copy link
Member

kennytm commented Dec 14, 2018

@bors p=6

@bors
Copy link
Contributor

bors commented Dec 14, 2018

⌛ Testing commit cf47a19 with merge 664ede8...

bors added a commit that referenced this pull request Dec 14, 2018
Bump to 1.33.0

* Update bootstrap compiler
* Update version to 1.33.0
* Remove some `#[cfg(stage0)]` annotations
@bors
Copy link
Contributor

bors commented Dec 14, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing 664ede8 to master...

@bors bors merged commit cf47a19 into rust-lang:master Dec 14, 2018
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #56536!

Tested on commit 664ede8.
Direct link to PR: #56536

💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
💔 clippy-driver on linux: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Dec 14, 2018
Tested on commit rust-lang/rust@664ede8.
Direct link to PR: <rust-lang/rust#56536>

💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
💔 clippy-driver on linux: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
matthiaskrgr added a commit to matthiaskrgr/rust-clippy that referenced this pull request Dec 14, 2018
trim_left => trim_start
trim_right => trim_end
@alexcrichton alexcrichton deleted the update-master branch July 8, 2019 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants