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

Correct the todo! stabilization version #67436

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

meithecatte
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(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 19, 2019
@alexcrichton
Copy link
Member

@bors: r+ rollup

Thanks!

@bors
Copy link
Contributor

bors commented Dec 19, 2019

📌 Commit df93bab has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Dec 19, 2019

🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened

@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 19, 2019
@rust-highfive
Copy link
Collaborator

The job mingw-check of your PR failed (pretty log, 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-12-19T19:47:02.0539728Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-12-19T19:47:02.0554552Z ##[command]git config gc.auto 0
2019-12-19T19:47:02.0560005Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-12-19T19:47:02.0575053Z ##[command]git config --get-all http.proxy
2019-12-19T19:47:02.0583438Z ##[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/67436/merge:refs/remotes/pull/67436/merge
2019-12-19T19:47:02.9819078Z fatal: remote error: upload-pack: not our ref f5a30f554f9cadcd0286dbb6133a6d2434fd82e5
2019-12-19T19:47:02.9930323Z fatal: the remote end hung up unexpectedly
2019-12-19T19:47:03.1041661Z ##[warning]Git fetch failed with exit code 128, back off 7.741 seconds before retry.
2019-12-19T19:47:10.7646431Z ##[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/67436/merge:refs/remotes/pull/67436/merge
---
2019-12-19T19:58:09.8440196Z configure: build.locked-deps    := True
2019-12-19T19:58:09.8440405Z configure: llvm.ccache          := sccache
2019-12-19T19:58:09.8440792Z configure: build.cargo-native-static := True
2019-12-19T19:58:09.8441212Z configure: dist.missing-tools   := True
2019-12-19T19:58:09.8441707Z configure: build.configure-args := ['--enable-sccache', '--disable-manage-submodu ...
2019-12-19T19:58:09.8442085Z configure: writing `config.toml` in current directory
2019-12-19T19:58:09.8442270Z configure: 
2019-12-19T19:58:09.8442702Z configure: run `python /checkout/x.py --help`
2019-12-19T19:58:09.8442921Z configure: 
---
2019-12-19T20:07:07.0046280Z Build completed successfully in 0:01:45
2019-12-19T20:07:07.0053158Z + /scripts/validate-toolstate.sh
2019-12-19T20:07:07.0117723Z Cloning into 'rust-toolstate'...
2019-12-19T20:07:07.6179234Z Traceback (most recent call last):
2019-12-19T20:07:07.6179360Z   File "../../src/tools/publish_toolstate.py", line 303, in <module>
2019-12-19T20:07:07.6179405Z     cur_datetime
2019-12-19T20:07:07.6179451Z   File "../../src/tools/publish_toolstate.py", line 182, in update_latest
2019-12-19T20:07:07.6180169Z     for os in ['windows', 'linux']
2019-12-19T20:07:07.6180222Z   File "../../src/tools/publish_toolstate.py", line 182, in <dictcomp>
2019-12-19T20:07:07.6180452Z     for os in ['windows', 'linux']
2019-12-19T20:07:07.6180523Z   File "../../src/tools/publish_toolstate.py", line 111, in read_current_status
2019-12-19T20:07:07.6180763Z     (commit, status) = line.split('\t', 1)
2019-12-19T20:07:07.6180812Z ValueError: need more than 1 value to unpack
2019-12-19T20:07:08.4326870Z   local time: Thu Dec 19 20:07:07 UTC 2019
2019-12-19T20:07:08.4326958Z   network time: Thu, 19 Dec 2019 20:07:07 GMT
2019-12-19T20:07:08.4327035Z == end clock drift check ==
2019-12-19T20:07:09.4069153Z 
2019-12-19T20:07:09.4069153Z 
2019-12-19T20:07:09.4073915Z ##[error]Bash exited with code '1'.
2019-12-19T20:07:09.4115091Z ##[section]Starting: Checkout
2019-12-19T20:07:09.4117003Z ==============================================================================
2019-12-19T20:07:09.4117055Z Task         : Get sources
2019-12-19T20:07:09.4117119Z 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)

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Dec 19, 2019
…r=alexcrichton

Correct the todo! stabilization version

None
bors added a commit that referenced this pull request Dec 19, 2019
Rollup of 6 pull requests

Successful merges:

 - #67253 (Add more delegations to the fmt docs and add doctests)
 - #67281 (add string.insert benchmarks)
 - #67351 (Set release channel on non-dist builders)
 - #67421 (Fix internal documentation typo)
 - #67432 (Fix toolstate history format)
 - #67436 (Correct the todo! stabilization version)

Failed merges:

r? @ghost
@bors bors merged commit df93bab into rust-lang:master Dec 20, 2019
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.

4 participants