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 5 pull requests #67396

Closed

Conversation

Mark-Simulacrum
Copy link
Member

Successful merges:

Failed merges:

r? @ghost

cuviper and others added 10 commits December 13, 2019 14:00
The actual fields in `config.toml.example` have dashes, not underscores.
Toolstate publication only runs if the channel is "nightly" and
previously the toolstate builders did not know that the channel was
nightly (since they are not dist builders).

A look through bootstrap seems to indicate that nothing should directly
depend on the channel being set to `-dev` on the test builders, though
this may cause some problems with UI tests (if for some reason they're
dumping the channel into stderr), but we cannot find evidence of such so
hopefully this is fine.
…=dtolnay

Implement `DebugStruct::non_exhaustive`.

This patch adds a function (finish_non_exhaustive) to add ellipsis before the closing brace when formatting using `DebugStruct`.

 ## Example

 ```rust
 #![feature(debug_non_exhaustive)]
 use std::fmt;

 struct Bar {
     bar: i32,
     hidden: f32,
 }

 impl fmt::Debug for Bar {
     fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
         fmt.debug_struct("Bar")
            .field("bar", &self.bar)
            .non_exhaustive(true) // Show that some other field(s) exist.
            .finish()
     }
 }

 assert_eq!(
     format!("{:?}", Bar { bar: 10, hidden: 1.0 }),
     "Bar { bar: 10, .. }",
 );
 ```
Fix the configure.py TOML field for a couple LLVM options

The actual fields in `config.toml.example` have dashes, not underscores.
make htons const fn

This may partially help rust-lang#67315.
…ietroalbini

Set release channel on non-dist builders

Toolstate publication only runs if the channel is "nightly" and
previously the toolstate builders did not know that the channel was
nightly (since they are not dist builders).

A look through bootstrap seems to indicate that nothing should directly
depend on the channel being set to `-dev` on the test builders, though
this may cause some problems with UI tests (if for some reason they're
dumping the channel into stderr), but we cannot find evidence of such so
hopefully this is fine.

r? @pietroalbini
…stants, r=michaelwoerister

Remove some unnecessary `ATTR_*` constants.

r? @michaelwoerister
@Mark-Simulacrum
Copy link
Member Author

@bors r+ p=100

@bors
Copy link
Contributor

bors commented Dec 18, 2019

📌 Commit f9d80cd has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Dec 18, 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 the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Dec 18, 2019
@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit f9d80cd with merge 8b291406337e24e1f78f16fb3925555c28ab7551...

@rust-highfive
Copy link
Collaborator

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-18T14:31:56.7722398Z do so (now or later) by using -b with the checkout command again. Example:
2019-12-18T14:31:56.7722451Z 
2019-12-18T14:31:56.7722678Z   git checkout -b <new-branch-name>
2019-12-18T14:31:56.7722796Z 
2019-12-18T14:31:56.7722888Z HEAD is now at 8b2914063 Auto merge of #67396 - Mark-Simulacrum:rollup-85lxz7h, r=Mark-Simulacrum
2019-12-18T14:31:56.8084334Z ##[section]Starting: Setup environment
2019-12-18T14:31:56.8190146Z ==============================================================================
2019-12-18T14:31:56.8190258Z Task         : Bash
2019-12-18T14:31:56.8190333Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-12-18T14:33:59.1464466Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-18T14:33:59.1464600Z  See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2019-12-18T14:33:59.1468827Z 
2019-12-18T14:33:59.1473023Z Failures
2019-12-18T14:33:59.1479467Z  - msys2 (exited 1) - msys2 not installed. An error occurred during installation:
2019-12-18T14:33:59.1479638Z  The remote server returned an error: (503) Server Unavailable. Service Unavailable
2019-12-18T14:33:59.6377500Z 
2019-12-18T14:33:59.6474746Z ##[error]Bash exited with code '1'.
2019-12-18T14:33:59.6616639Z ##[section]Starting: Checkout
2019-12-18T14:33:59.6731803Z ==============================================================================
2019-12-18T14:33:59.6731987Z Task         : Get sources
2019-12-18T14:33:59.6732082Z 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 Dec 18, 2019

💔 Test failed - checks-azure

@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 18, 2019
@Mark-Simulacrum
Copy link
Member Author

@bors retry chocalatey

@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 18, 2019
@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit f9d80cd with merge f2df3f7069bb28ca4f4895b40fc7dd3b3e39cc2e...

@rust-highfive
Copy link
Collaborator

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-18T14:39:34.9711261Z do so (now or later) by using -b with the checkout command again. Example:
2019-12-18T14:39:34.9711640Z 
2019-12-18T14:39:34.9712205Z   git checkout -b <new-branch-name>
2019-12-18T14:39:34.9712639Z 
2019-12-18T14:39:34.9712986Z HEAD is now at f2df3f706 Auto merge of #67396 - Mark-Simulacrum:rollup-85lxz7h, r=Mark-Simulacrum
2019-12-18T14:39:35.0080834Z ##[section]Starting: Setup environment
2019-12-18T14:39:35.0185896Z ==============================================================================
2019-12-18T14:39:35.0186002Z Task         : Bash
2019-12-18T14:39:35.0186073Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-12-18T14:39:48.8288541Z Chocolatey v0.10.15
2019-12-18T14:40:22.8063983Z Installing the following packages:
2019-12-18T14:40:22.8069194Z msys2
2019-12-18T14:40:22.8073058Z By installing you accept licenses for the packages.
2019-12-18T14:42:03.4933945Z Error retrieving packages from source 'https://chocolatey.org/api/v2/':
2019-12-18T14:42:03.4934993Z  Could not connect to the feed specified at 'https://chocolatey.org/api/v2/'. Please verify that the package source (located in the Package Manager Settings) is valid and ensure your network connectivity.
2019-12-18T14:42:03.4942177Z msys2 not installed. The package was not found with the source(s) listed.
2019-12-18T14:42:03.4942663Z  Source(s): 'https://chocolatey.org/api/v2/'
2019-12-18T14:42:03.4943146Z  NOTE: When you specify explicit sources, it overrides default sources.
2019-12-18T14:42:03.4943915Z If the package version is a prerelease and you didn't specify `--pre`,
2019-12-18T14:42:03.4944639Z Please see https://chocolatey.org/docs/troubleshooting for more 
2019-12-18T14:42:03.4945508Z  assistance.
2019-12-18T14:42:03.5053892Z 
2019-12-18T14:42:03.5054493Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-18T14:42:03.5054493Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-18T14:42:03.5055102Z  See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2019-12-18T14:42:03.5058765Z 
2019-12-18T14:42:03.5064937Z Failures
2019-12-18T14:42:03.5072164Z  - msys2 - msys2 not installed. The package was not found with the source(s) listed.
2019-12-18T14:42:03.5072847Z  Source(s): 'https://chocolatey.org/api/v2/'
2019-12-18T14:42:03.5073340Z  NOTE: When you specify explicit sources, it overrides default sources.
2019-12-18T14:42:03.5073777Z If the package version is a prerelease and you didn't specify `--pre`,
2019-12-18T14:42:03.5074929Z Please see https://chocolatey.org/docs/troubleshooting for more 
2019-12-18T14:42:03.5075282Z  assistance.
2019-12-18T14:42:03.8728106Z 
2019-12-18T14:42:03.8728106Z 
2019-12-18T14:42:03.8807137Z ##[error]Bash exited with code '1'.
2019-12-18T14:42:03.8934423Z ##[section]Starting: Checkout
2019-12-18T14:42:03.9045784Z ==============================================================================
2019-12-18T14:42:03.9045899Z Task         : Get sources
2019-12-18T14:42:03.9045982Z 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 Dec 18, 2019

💔 Test failed - checks-azure

@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 18, 2019
@Mark-Simulacrum
Copy link
Member Author

@bors retry chocalatey

@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 18, 2019
@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit f9d80cd with merge b746a58...

bors added a commit that referenced this pull request Dec 18, 2019
Rollup of 5 pull requests

Successful merges:

 - #66716 (Implement `DebugStruct::non_exhaustive`.)
 - #67286 (Fix the configure.py TOML field for a couple LLVM options)
 - #67321 (make htons const fn)
 - #67351 (Set release channel on non-dist builders)
 - #67382 (Remove some unnecessary `ATTR_*` constants.)

Failed merges:

r? @ghost
@rust-highfive
Copy link
Collaborator

The job i686-mingw-1 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-18T15:04:41.6741937Z do so (now or later) by using -b with the checkout command again. Example:
2019-12-18T15:04:41.6743277Z 
2019-12-18T15:04:41.6743430Z   git checkout -b <new-branch-name>
2019-12-18T15:04:41.6744317Z 
2019-12-18T15:04:41.6744949Z HEAD is now at b746a58b5 Auto merge of #67396 - Mark-Simulacrum:rollup-85lxz7h, r=Mark-Simulacrum
2019-12-18T15:04:41.7153715Z ##[section]Starting: Setup environment
2019-12-18T15:04:41.7267257Z ==============================================================================
2019-12-18T15:04:41.7267353Z Task         : Bash
2019-12-18T15:04:41.7267593Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-12-18T17:07:43.9688576Z 
2019-12-18T17:07:43.9688616Z 
2019-12-18T17:07:44.0267980Z failed to run: D:\a\1\s\build\bootstrap\debug\bootstrap test --exclude src/test/ui --exclude src/test/compile-fail
2019-12-18T17:07:44.0268253Z Build completed unsuccessfully in 1:52:28
2019-12-18T17:07:44.0678290Z make: *** [Makefile:89: ci-mingw-subset-1] Error 1
2019-12-18T17:07:44.1284014Z   local time: Wed Dec 18 17:07:44 CUT 2019
2019-12-18T17:07:44.6572318Z   network time: Wed, 18 Dec 2019 17:07:44 GMT
2019-12-18T17:07:44.6573441Z == end clock drift check ==
2019-12-18T17:07:44.7335947Z 
2019-12-18T17:07:44.7335947Z 
2019-12-18T17:07:45.0825834Z ##[error]Bash exited with code '2'.
2019-12-18T17:07:45.1539621Z ##[section]Starting: Checkout
2019-12-18T17:07:45.2318210Z ==============================================================================
2019-12-18T17:07:45.2318374Z Task         : Get sources
2019-12-18T17:07:45.2318462Z 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 Dec 18, 2019

💔 Test failed - checks-azure

@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 18, 2019
@Mark-Simulacrum
Copy link
Member Author

@bors retry hopefully spurious access denied on trying to delete file

@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 18, 2019
@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit f9d80cd with merge eb07728...

bors added a commit that referenced this pull request Dec 18, 2019
Rollup of 5 pull requests

Successful merges:

 - #66716 (Implement `DebugStruct::non_exhaustive`.)
 - #67286 (Fix the configure.py TOML field for a couple LLVM options)
 - #67321 (make htons const fn)
 - #67351 (Set release channel on non-dist builders)
 - #67382 (Remove some unnecessary `ATTR_*` constants.)

Failed merges:

r? @ghost
@JohnTitor JohnTitor added the rollup A PR which is a rollup label Dec 18, 2019
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-tools 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-18T19:09:21.6488565Z  123 │ declared [`UniversalRegionRelations`].
2019-12-18T19:09:21.6488886Z      │          ^ Server responded with 404 Not Found
2019-12-18T19:09:21.6489160Z      │
2019-12-18T19:09:21.6489206Z 
2019-12-18T19:09:21.6489345Z error: The server responded with 503 Service Unavailable for "https://www.usenix.org/legacy/events/hotos03/tech/full_papers/candea/candea.pdf"
2019-12-18T19:09:21.6489741Z     ┌── appendix/bibliography.md:40:3 ───
2019-12-18T19:09:21.6490210Z     │
2019-12-18T19:09:21.6490210Z     │
2019-12-18T19:09:21.6490647Z  40 │ * [Crash-only software](https://www.usenix.org/legacy/events/hotos03/tech/full_papers/candea/candea.pdf)
2019-12-18T19:09:21.6491144Z     │   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Server responded with 503 Service Unavailable
2019-12-18T19:09:21.6491502Z 
2019-12-18T19:09:21.6491502Z 
2019-12-18T19:09:21.6491946Z error: The server responded with 503 Service Unavailable for "https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea"
2019-12-18T19:09:21.6492356Z     ┌── appendix/bibliography.md:50:3 ───
2019-12-18T19:09:21.6492629Z     │
2019-12-18T19:09:21.6492629Z     │
2019-12-18T19:09:21.6492946Z  50 │   * [Parallel closures: a new twist on an old
2019-12-18T19:09:21.6493224Z     │ ╭───^
2019-12-18T19:09:21.6493604Z  51 │ │   idea](https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea)
2019-12-18T19:09:21.6510691Z     │ ╰────────────────────────────────────────────────────────────────────────────────────────^ Server responded with 503 Service Unavailable
2019-12-18T19:09:21.6511127Z 
2019-12-18T19:09:21.6511840Z Error: One or more incorrect links
2019-12-18T19:09:21.6512009Z 
2019-12-18T19:09:21.6512051Z 
---
2019-12-18T20:01:59.7808817Z +For more information about this error, try `rustc --explain E0658`.
2019-12-18T20:01:59.7808926Z +
2019-12-18T20:01:59.7808968Z 
2019-12-18T20:01:59.7809100Z The actual stderr differed from the expected stderr.
2019-12-18T20:01:59.7809451Z Actual stderr saved to /tmp/compiletestqIwf9c/async-fn.stderr
2019-12-18T20:01:59.7809570Z To update references, run this command from build directory:
2019-12-18T20:01:59.7809902Z tests/run-pass/update-references.sh '/tmp/compiletestqIwf9c' 'async-fn.rs'
2019-12-18T20:01:59.7810074Z error: 1 errors occurred comparing output.
2019-12-18T20:01:59.7810171Z status: exit code: 1
2019-12-18T20:01:59.7810171Z status: exit code: 1
2019-12-18T20:01:59.7811077Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/async-fn.rs" "-L" "/tmp/compiletestqIwf9c" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestqIwf9c/async-fn.stage-id" "--edition" "2018" "-Astable-features" "--sysroot" "/home/user/.cache/miri/HOST" "-L" "/tmp/compiletestqIwf9c/async-fn.stage-id.aux" "-A" "unused"
2019-12-18T20:01:59.7811697Z ------------------------------------------
2019-12-18T20:01:59.7811760Z 
2019-12-18T20:01:59.7812056Z ------------------------------------------
2019-12-18T20:01:59.7812157Z stderr:
---
2019-12-18T20:02:05.8553238Z +For more information about this error, try `rustc --explain E0658`.
2019-12-18T20:02:05.8553335Z +
2019-12-18T20:02:05.8553662Z 
2019-12-18T20:02:05.8553768Z The actual stderr differed from the expected stderr.
2019-12-18T20:02:05.8554525Z Actual stderr saved to /tmp/compiletestqIwf9c/generator.stderr
2019-12-18T20:02:05.8554618Z To update references, run this command from build directory:
2019-12-18T20:02:05.8555389Z tests/run-pass/update-references.sh '/tmp/compiletestqIwf9c' 'generator.rs'
2019-12-18T20:02:05.8555588Z error: 1 errors occurred comparing output.
2019-12-18T20:02:05.8592833Z status: exit code: 1
2019-12-18T20:02:05.8592833Z status: exit code: 1
2019-12-18T20:02:05.8594421Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/generator.rs" "-L" "/tmp/compiletestqIwf9c" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestqIwf9c/generator.stage-id" "--edition" "2018" "-Astable-features" "--sysroot" "/home/user/.cache/miri/HOST" "-L" "/tmp/compiletestqIwf9c/generator.stage-id.aux" "-A" "unused"
2019-12-18T20:02:05.8596532Z ------------------------------------------
2019-12-18T20:02:05.8596729Z 
2019-12-18T20:02:05.8597047Z ------------------------------------------
2019-12-18T20:02:05.8597165Z stderr:
---
2019-12-18T20:02:11.4363219Z +For more information about this error, try `rustc --explain E0658`.
2019-12-18T20:02:11.4363314Z +
2019-12-18T20:02:11.4363351Z 
2019-12-18T20:02:11.4363447Z The actual stderr differed from the expected stderr.
2019-12-18T20:02:11.4363745Z Actual stderr saved to /tmp/compiletestqIwf9c/loop-break-value.stderr
2019-12-18T20:02:11.4363854Z To update references, run this command from build directory:
2019-12-18T20:02:11.4364158Z tests/run-pass/update-references.sh '/tmp/compiletestqIwf9c' 'loop-break-value.rs'
2019-12-18T20:02:11.4364311Z error: 1 errors occurred comparing output.
2019-12-18T20:02:11.4364397Z status: exit code: 1
2019-12-18T20:02:11.4364397Z status: exit code: 1
2019-12-18T20:02:11.4365243Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/loop-break-value.rs" "-L" "/tmp/compiletestqIwf9c" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestqIwf9c/loop-break-value.stage-id" "--edition" "2018" "-Astable-features" "--sysroot" "/home/user/.cache/miri/HOST" "-L" "/tmp/compiletestqIwf9c/loop-break-value.stage-id.aux" "-A" "unused"
2019-12-18T20:02:11.4365761Z ------------------------------------------
2019-12-18T20:02:11.4365829Z 
2019-12-18T20:02:11.4366074Z ------------------------------------------
2019-12-18T20:02:11.4366153Z stderr:
---
2019-12-18T20:02:13.4106327Z +For more information about this error, try `rustc --explain E0658`.
2019-12-18T20:02:13.4106411Z  
2019-12-18T20:02:13.4106458Z 
2019-12-18T20:02:13.4106545Z The actual stderr differed from the expected stderr.
2019-12-18T20:02:13.4106633Z Actual stderr saved to /tmp/compiletestqIwf9c/panic/catch_panic.stderr
2019-12-18T20:02:13.4106751Z To update references, run this command from build directory:
2019-12-18T20:02:13.4107078Z tests/run-pass/update-references.sh '/tmp/compiletestqIwf9c' 'panic/catch_panic.rs'
2019-12-18T20:02:13.4107234Z error: 1 errors occurred comparing output.
2019-12-18T20:02:13.4107308Z status: exit code: 1
2019-12-18T20:02:13.4107308Z status: exit code: 1
2019-12-18T20:02:13.4108182Z command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/panic/catch_panic.rs" "-L" "/tmp/compiletestqIwf9c" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestqIwf9c/panic/catch_panic.stage-id" "--edition" "2018" "-Astable-features" "--sysroot" "/home/user/.cache/miri/HOST" "-L" "/tmp/compiletestqIwf9c/panic/catch_panic.stage-id.aux" "-A" "unused"
2019-12-18T20:02:13.4108721Z ------------------------------------------
2019-12-18T20:02:13.4108777Z 
2019-12-18T20:02:13.4109033Z ------------------------------------------
2019-12-18T20:02:13.4109127Z stderr:
---
2019-12-18T20:02:22.8084859Z Verifying status of miri...
2019-12-18T20:02:22.8085359Z Verifying status of embedded-book...
2019-12-18T20:02:22.8085864Z Verifying status of rustc-guide...
2019-12-18T20:02:22.8150102Z Cloning into 'rust-toolstate'...
2019-12-18T20:02:23.3538665Z thread 'main' panicked at 'linux/windows only', src/libcore/option.rs:1185:5
2019-12-18T20:02:23.3589161Z failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test check-tools
2019-12-18T20:02:23.3589715Z Build completed unsuccessfully in 0:00:01
2019-12-18T20:02:23.3703356Z == clock drift check ==
2019-12-18T20:02:23.3720337Z   local time: Wed Dec 18 20:02:23 UTC 2019
2019-12-18T20:02:23.3720337Z   local time: Wed Dec 18 20:02:23 UTC 2019
2019-12-18T20:02:23.6375820Z   network time: Wed, 18 Dec 2019 20:02:23 GMT
2019-12-18T20:02:23.6376940Z == end clock drift check ==
2019-12-18T20:02:24.5516566Z 
2019-12-18T20:02:24.5630629Z ##[error]Bash exited with code '1'.
2019-12-18T20:02:24.5680601Z ##[section]Starting: Checkout
2019-12-18T20:02:24.5682697Z ==============================================================================
2019-12-18T20:02:24.5682817Z Task         : Get sources
2019-12-18T20:02:24.5682909Z 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 Dec 18, 2019

💔 Test failed - checks-azure

@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 18, 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.

8 participants