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.27.0 #49590

Merged
merged 1 commit into from
Apr 3, 2018
Merged

Bump to 1.27.0 #49590

merged 1 commit into from
Apr 3, 2018

Conversation

alexcrichton
Copy link
Member

Also update some Cargo.lock dependencies, finishing up some final steps of our
release process!

This doesn't update the bootstrap compiler just yet but that will come in a
follow-up PR.

@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum

@Mark-Simulacrum
Copy link
Member

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Apr 2, 2018

📌 Commit 5d0a7dc has been approved by Mark-Simulacrum

@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 Apr 2, 2018
@TimNN
Copy link
Contributor

TimNN commented Apr 2, 2018

Your PR failed on Travis. 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.
[00:00:58] configure: rust.quiet-tests     := True
---
[00:40:15] .........................................................................i..........................
[00:40:21] ................i...................................................................................
---
[00:40:56] ............................................................................................i.......
[00:41:03] .................................................................i..................................
---
[00:41:57] .............................................i......................................................
---
[00:45:46] .............................i......................................................................
[00:46:00] ..............................................................i.....................................
[00:46:15] ...............................................i....................................................
[00:46:35] ....................................................................................................
[00:46:57] ....................................................................................................
[00:47:18] ....................................................................................................
[00:47:42] .i................................................................................................i.
[00:48:10] .....................................................................................test [run-pass] run-pass/mir_heavy_promoted.rs has been running for over 60 seconds
[00:48:18] ...............
[00:48:48] ....................................................................................................
[00:49:23] ...............................................................ii...................................
[00:50:09] ..........................i....................................................i.ii.......test [run-pass] run-pass/saturating-float-casts.rs has been running for over 60 seconds
[00:50:12] ..........
[00:50:51] .......................................................................................iiiiiii......
---
[00:52:48] ....................................i...............................................................
[00:52:55] ....................................................................................................
[00:53:03] ..................i............................................................ii.iii...............
[00:53:10] ....................................................................................................
[00:53:18] ........i..............................i............................................................
[00:53:25] ....................................................................................................
[00:53:32] .....................i..............................................................................
[00:53:40] ....................................................................................................
[00:53:50] ....................................................................................................
[00:54:00] ....................................................................................................
[00:54:11] ....................................................................................................
[00:54:24] ....................................................................................................
[00:54:33] ..............i.....................................................................................
[00:54:43] .................i..ii..............................................................................
[00:54:52] ....................................................................................................
[00:55:02] ....................................................................................................
[00:55:12] ....................................................................................i...............
[00:55:22] ..............................i.....................................................................
---
[00:55:58] ...........................i........................................................................
[00:56:00] ....................................................................i...............................
[00:56:01] ................i.......................................................
---
[00:56:15] ...........i........................
---
[00:56:45] i...i..ii.....i............ii........iii......i..i...i...ii..i..i..ii.....
---
[00:56:48] i.......i......................i......
---
[00:57:24] iiii.......i..i........i..i.i.............i..........iiii...........i...i..........ii.i.i.......ii..
[00:57:26] ....ii...
---
[01:06:25] ...i................................................................................................
---
[01:08:13] ......................................i.............................................................
[01:08:32] ....................................................................................................
[01:08:52] .............................................i......................................................
---
[01:10:18] ........................................................ii..........................................
---
[01:11:21] .............................................................i......................................
---
[01:16:03] ii..................................................................................................
[01:16:22] ....................................................................................................
[01:16:37] ...................iii......i......i...i......i.....................................................
[01:16:47] ....................................................................................................
[01:17:02] ........................................iiii........ii..............................................
[01:17:13] ....................................................................................................
[01:17:29] .......................................................................................i............
---
[01:23:54] cargo/print.html:2017: broken link fragment `#-sys-packages` pointing to `cargo/print.html`
[01:23:54] cargo/reference/build-scripts.html:290: broken link fragment `#-sys-packages` pointing to `cargo/reference/build-scripts.html`
[01:24:07] rustdoc/passes.html:142: broken link fragment `#--passes-add-more-rustdoc-passes` pointing to `rustdoc/command-line-arguments.html`
[01:24:07] rustdoc/passes.html:143: broken link fragment `#--no-defaults-dont-run-default-passes` pointing to `rustdoc/command-line-arguments.html`
[01:24:07] rustdoc/print.html:788: broken link fragment `#--passes-add-more-rustdoc-passes` pointing to `rustdoc/command-line-arguments.html`
[01:24:07] rustdoc/print.html:789: broken link fragment `#--no-defaults-dont-run-default-passes` pointing to `rustdoc/command-line-arguments.html`
[01:24:09] thread 'main' panicked at 'found some broken links', tools/linkchecker/main.rs:49:9
---
[01:24:09] Makefile:58: recipe for target 'check' failed
[01:24:09] make: *** [check] Error 1
---
$ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true
find: `/home/travis/Library/Logs/DiagnosticReports': No such file or directory
travis_time:end:1fbe56a8:start=1522689183236473843,finish=1522689183244230312,duration=7756469
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:2d81430f
$ dmesg | grep -i kill
[   10.442310] init: failsafe main process (1092) killed by TERM signal

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.

@Mark-Simulacrum
Copy link
Member

@bors r-

@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 Apr 2, 2018
Also update some `Cargo.lock` dependencies, finishing up some final steps of our
[release process]!

This doesn't update the bootstrap compiler just yet but that will come in a
follow-up PR.

[release process]: https://forge.rust-lang.org/release-process.html
@alexcrichton
Copy link
Member Author

@bors: r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Apr 2, 2018

📌 Commit e9d8983 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 Apr 2, 2018
@bors
Copy link
Contributor

bors commented Apr 2, 2018

⌛ Testing commit e9d8983 with merge 5ee891c...

bors added a commit that referenced this pull request Apr 2, 2018
Bump to 1.27.0

Also update some `Cargo.lock` dependencies, finishing up some final steps of our
[release process]!

This doesn't update the bootstrap compiler just yet but that will come in a
follow-up PR.

[release process]: https://forge.rust-lang.org/release-process.html
@bors
Copy link
Contributor

bors commented Apr 3, 2018

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

@bors bors merged commit e9d8983 into rust-lang:master Apr 3, 2018
@alexcrichton alexcrichton deleted the update-deps branch April 20, 2018 06:04
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jul 26, 2022
…Dylan-DPC

Fix some broken link fragments.

An exception for link fragments starting with `-` was added in rust-lang#49590. However, it is not clear what issues were encountered at the time. Perhaps those were fixed in the meantime.

This removes the exception, and fixes a couple of broken links that were skipped due to it.
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.

5 participants