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

implement size_hint on sys iterators #71308

Closed
wants to merge 2 commits into from

Conversation

Dylan-DPC-zz
Copy link

Addresses #49205

Rework of #49552

@rust-highfive
Copy link
Contributor

r? @sfackler

(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 Apr 19, 2020
@Dylan-DPC-zz Dylan-DPC-zz marked this pull request as draft April 19, 2020 01:01
@Dylan-DPC-zz
Copy link
Author

Marking as draft because i'm expecting some CI failures

@@ -140,6 +140,10 @@ impl Iterator for ReadDir {
fn next(&mut self) -> Option<io::Result<DirEntry>> {
match self.0 {}
}

fn size_hint(&self) -> (usize, Option<usize>) {
(0, Some(0))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This type is uninhabited - does it really need a size_hint override?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that makes sense to remove it. I just ported the old pr :D

@rust-highfive
Copy link
Contributor

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.
2020-04-19T01:02:01.5274176Z ========================== Starting Command Output ===========================
2020-04-19T01:02:01.5290002Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/a79a38af-7446-4e2f-badf-19fe207abd86.sh
2020-04-19T01:02:01.5492652Z 
2020-04-19T01:02:01.5556609Z ##[section]Finishing: Disable git automatic line ending conversion
2020-04-19T01:02:01.5576934Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/71308/merge to s
2020-04-19T01:02:01.5581949Z Task         : Get sources
2020-04-19T01:02:01.5582344Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-19T01:02:01.5582755Z Version      : 1.0.0
2020-04-19T01:02:01.5582964Z Author       : Microsoft
---
2020-04-19T01:02:02.4036158Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-04-19T01:02:02.4154879Z ##[command]git config gc.auto 0
2020-04-19T01:02:02.4209980Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-04-19T01:02:02.4223187Z ##[command]git config --get-all http.proxy
2020-04-19T01:02:02.4308485Z ##[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/71308/merge:refs/remotes/pull/71308/merge
---
2020-04-19T01:05:02.8701121Z  ---> 78ad2f4d4aca
2020-04-19T01:05:02.8703050Z Step 6/7 : ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2020-04-19T01:05:02.8703623Z  ---> Using cache
2020-04-19T01:05:02.8703935Z  ---> 4d2dc61c4d00
2020-04-19T01:05:02.8705453Z Step 7/7 : ENV SCRIPT python3 ../x.py test src/tools/expand-yaml-anchors &&            python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu &&            python3 ../x.py build --stage 0 src/tools/build-manifest &&            python3 ../x.py test --stage 0 src/tools/compiletest &&            python3 ../x.py test src/tools/tidy &&            /scripts/validate-toolstate.sh
2020-04-19T01:05:02.8706785Z  ---> 776b6266a8b7
2020-04-19T01:05:02.8736385Z Successfully built 776b6266a8b7
2020-04-19T01:05:02.8781595Z Successfully tagged rust-ci:latest
2020-04-19T01:05:03.0484990Z Built container sha256:776b6266a8b7d63e2d3c2b5a784dbf521184a904fb10bf818c6b5c7e1ab74d4a
2020-04-19T01:05:03.0484990Z Built container sha256:776b6266a8b7d63e2d3c2b5a784dbf521184a904fb10bf818c6b5c7e1ab74d4a
2020-04-19T01:05:03.0500603Z Looks like docker image is the same as before, not uploading
2020-04-19T01:05:11.1198566Z [CI_JOB_NAME=mingw-check]
2020-04-19T01:05:11.1648959Z [CI_JOB_NAME=mingw-check]
2020-04-19T01:05:11.1673097Z == clock drift check ==
2020-04-19T01:05:11.1685320Z   local time: Sun Apr 19 01:05:11 UTC 2020
2020-04-19T01:05:11.4732226Z   network time: Sun, 19 Apr 2020 01:05:11 GMT
2020-04-19T01:05:11.4762213Z Starting sccache server...
2020-04-19T01:05:11.5840673Z configure: processing command line
2020-04-19T01:05:11.5841011Z configure: 
2020-04-19T01:05:11.5841873Z configure: rust.parallel-compiler := True
---
2020-04-19T01:08:59.1829465Z     Checking rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-19T01:08:59.1982379Z     Checking fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-19T01:08:59.3980750Z     Checking rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-19T01:08:59.6007120Z     Checking rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-19T01:09:00.0506890Z     Checking rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-19T01:09:03.0976492Z     Checking rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-19T01:09:03.5794931Z     Checking rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-19T01:09:05.7231039Z     Checking rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-19T01:09:06.1577951Z     Checking rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-19T01:10:54.0765640Z configure: rust.channel         := nightly
2020-04-19T01:10:54.0766053Z configure: rust.debug-assertions := True
2020-04-19T01:10:54.0766743Z configure: build.cargo-native-static := True
2020-04-19T01:10:54.0767209Z configure: build.locked-deps    := True
2020-04-19T01:10:54.0767724Z configure: build.configure-args := ['--enable-sccache', '--disable-manage-submodu ...
2020-04-19T01:10:54.0768208Z configure: writing `config.toml` in current directory
2020-04-19T01:10:54.0768410Z configure: 
2020-04-19T01:10:54.0768895Z configure: run `python /checkout/x.py --help`
2020-04-19T01:10:54.0769243Z configure: 
---
2020-04-19T01:12:27.9384378Z Hugepagesize:       2048 kB
2020-04-19T01:12:27.9384581Z DirectMap4k:      122816 kB
2020-04-19T01:12:27.9384767Z DirectMap2M:     5120000 kB
2020-04-19T01:12:27.9384953Z DirectMap1G:     4194304 kB
2020-04-19T01:12:27.9449842Z + python3 ../x.py test src/tools/expand-yaml-anchors
2020-04-19T01:12:29.2711146Z Ensuring the YAML anchors in the GitHub Actions config were expanded
2020-04-19T01:12:29.2711146Z Ensuring the YAML anchors in the GitHub Actions config were expanded
2020-04-19T01:12:29.2713684Z Building stage0 tool expand-yaml-anchors (x86_64-unknown-linux-gnu)
2020-04-19T01:12:29.4925105Z    Compiling unicode-xid v0.2.0
2020-04-19T01:12:29.6193049Z    Compiling syn v1.0.11
2020-04-19T01:12:30.4723003Z    Compiling linked-hash-map v0.5.2
2020-04-19T01:12:30.5012916Z    Compiling lazy_static v1.4.0
2020-04-19T01:12:30.5012916Z    Compiling lazy_static v1.4.0
2020-04-19T01:12:30.6968467Z    Compiling yaml-rust v0.4.3
2020-04-19T01:12:35.0305718Z    Compiling quote v1.0.2
2020-04-19T01:12:49.6848046Z    Compiling thiserror-impl v1.0.5
2020-04-19T01:12:54.4420398Z    Compiling thiserror v1.0.5
2020-04-19T01:12:54.5015521Z    Compiling yaml-merge-keys v0.4.0
2020-04-19T01:12:55.7210401Z    Compiling expand-yaml-anchors v0.1.0 (/checkout/src/tools/expand-yaml-anchors)
2020-04-19T01:12:58.0748494Z Build completed successfully in 0:00:30
2020-04-19T01:12:58.0849453Z + python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu
2020-04-19T01:12:58.3443717Z     Finished dev [unoptimized] target(s) in 0.17s
2020-04-19T01:12:59.4129452Z Checking rustdoc artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-gnu)
---
2020-04-19T01:15:07.0357295Z     Checking rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-19T01:15:07.0892245Z     Checking fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-19T01:15:07.2927443Z     Checking rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-19T01:15:07.4601549Z     Checking rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-19T01:15:07.9471730Z     Checking rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-19T01:15:10.3211427Z     Checking rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-19T01:15:10.8310074Z     Checking rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-19T01:15:12.9594233Z     Checking rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-19T01:15:13.4157382Z     Checking rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-19T01:19:17.2123404Z Diff in /checkout/src/libstd/path.rs at line 847:
2020-04-19T01:19:17.2125272Z          self.inner.next().map(Component::as_os_str)
2020-04-19T01:19:17.2125652Z      }
2020-04-19T01:19:17.2125897Z  
2020-04-19T01:19:17.2127230Z -    fn size_hint(&self) -> (usize, Option<usize>) { self.inner.size_hint() }
2020-04-19T01:19:17.2131405Z +    fn size_hint(&self) -> (usize, Option<usize>) {
2020-04-19T01:19:17.2132008Z +        self.inner.size_hint()
2020-04-19T01:19:17.2132516Z  }
2020-04-19T01:19:17.2132740Z  
2020-04-19T01:19:17.2133008Z  #[stable(feature = "rust1", since = "1.0.0")]
2020-04-19T01:19:17.2133008Z  #[stable(feature = "rust1", since = "1.0.0")]
2020-04-19T01:19:17.2149860Z Running `"/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/rustfmt" "--config-path" "/checkout" "--edition" "2018" "--unstable-features" "--skip-children" "--check" "/checkout/src/libstd/path.rs"` failed.
2020-04-19T01:19:17.2150937Z If you're running `tidy`, try again with `--bless` flag. Or, you just want to format code, run `./x.py fmt` instead.
2020-04-19T01:19:17.2164654Z Build completed unsuccessfully in 0:00:36
2020-04-19T01:19:17.2267606Z == clock drift check ==
2020-04-19T01:19:17.2284852Z   local time: Sun Apr 19 01:19:17 UTC 2020
2020-04-19T01:19:17.2284852Z   local time: Sun Apr 19 01:19:17 UTC 2020
2020-04-19T01:19:17.4949425Z   network time: Sun, 19 Apr 2020 01:19:17 GMT
2020-04-19T01:19:19.2283094Z 
2020-04-19T01:19:19.2283094Z 
2020-04-19T01:19:19.2353873Z ##[error]Bash exited with code '1'.
2020-04-19T01:19:19.2368715Z ##[section]Finishing: Run build
2020-04-19T01:19:19.2416656Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/71308/merge to s
2020-04-19T01:19:19.2421405Z Task         : Get sources
2020-04-19T01:19:19.2421836Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-19T01:19:19.2422137Z Version      : 1.0.0
2020-04-19T01:19:19.2422347Z Author       : Microsoft
2020-04-19T01:19:19.2422347Z Author       : Microsoft
2020-04-19T01:19:19.2422671Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-04-19T01:19:19.2423053Z ==============================================================================
2020-04-19T01:19:19.6010634Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-04-19T01:19:19.6060321Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/71308/merge to s
2020-04-19T01:19:19.6159514Z Cleaning up task key
2020-04-19T01:19:19.6161091Z Start cleaning up orphan processes.
2020-04-19T01:19:19.6369502Z Terminate orphan process: pid (4562) (python)
2020-04-19T01:19:19.6665408Z ##[section]Finishing: Finalize Job

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 @rust-lang/infra. (Feature Requests)

Verified

This commit was signed with the committer’s verified signature.
@@ -299,6 +299,9 @@ impl Iterator for LookupHost {
fn next(&mut self) -> Option<SocketAddr> {
match self.0 {}
}
fn size_hint(&self) -> (usize, Option<usize>) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these are uninhabited as well.

@rust-highfive
Copy link
Contributor

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.
2020-04-19T16:22:42.1960283Z ========================== Starting Command Output ===========================
2020-04-19T16:22:42.1965524Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/fc5d1123-f478-42f5-a255-9b3dc0d0032d.sh
2020-04-19T16:22:42.1966050Z 
2020-04-19T16:22:42.1970846Z ##[section]Finishing: Disable git automatic line ending conversion
2020-04-19T16:22:42.1988752Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/71308/merge to s
2020-04-19T16:22:42.1992140Z Task         : Get sources
2020-04-19T16:22:42.1992422Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-19T16:22:42.1992851Z Version      : 1.0.0
2020-04-19T16:22:42.1993036Z Author       : Microsoft
---
2020-04-19T16:22:43.8818499Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-04-19T16:22:43.8828374Z ##[command]git config gc.auto 0
2020-04-19T16:22:43.8833269Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-04-19T16:22:43.8837359Z ##[command]git config --get-all http.proxy
2020-04-19T16:22:43.8847688Z ##[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/71308/merge:refs/remotes/pull/71308/merge
---
2020-04-19T16:26:02.9723380Z  ---> 78ad2f4d4aca
2020-04-19T16:26:02.9723632Z Step 6/7 : ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2020-04-19T16:26:02.9724034Z  ---> Using cache
2020-04-19T16:26:02.9724390Z  ---> 4d2dc61c4d00
2020-04-19T16:26:02.9726038Z Step 7/7 : ENV SCRIPT python3 ../x.py test src/tools/expand-yaml-anchors &&            python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu &&            python3 ../x.py build --stage 0 src/tools/build-manifest &&            python3 ../x.py test --stage 0 src/tools/compiletest &&            python3 ../x.py test src/tools/tidy &&            /scripts/validate-toolstate.sh
2020-04-19T16:26:02.9727350Z  ---> 776b6266a8b7
2020-04-19T16:26:02.9771843Z Successfully built 776b6266a8b7
2020-04-19T16:26:02.9803525Z Successfully tagged rust-ci:latest
2020-04-19T16:26:03.1256298Z Built container sha256:776b6266a8b7d63e2d3c2b5a784dbf521184a904fb10bf818c6b5c7e1ab74d4a
2020-04-19T16:26:03.1256298Z Built container sha256:776b6266a8b7d63e2d3c2b5a784dbf521184a904fb10bf818c6b5c7e1ab74d4a
2020-04-19T16:26:03.1273322Z Looks like docker image is the same as before, not uploading
2020-04-19T16:26:10.3096623Z [CI_JOB_NAME=mingw-check]
2020-04-19T16:26:10.3375696Z [CI_JOB_NAME=mingw-check]
2020-04-19T16:26:10.3407000Z == clock drift check ==
2020-04-19T16:26:10.3415474Z   local time: Sun Apr 19 16:26:10 UTC 2020
2020-04-19T16:26:10.6553680Z   network time: Sun, 19 Apr 2020 16:26:10 GMT
2020-04-19T16:26:10.6581034Z Starting sccache server...
2020-04-19T16:26:10.7733449Z configure: processing command line
2020-04-19T16:26:10.7737516Z configure: 
2020-04-19T16:26:10.7738509Z configure: rust.parallel-compiler := True
---
2020-04-19T16:30:18.9968830Z     Checking fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-19T16:30:18.9970484Z     Checking rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-19T16:30:18.9971307Z     Checking rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-19T16:30:18.9972143Z     Checking rustc_session v0.0.0 (/checkout/src/librustc_session)
2020-04-19T16:30:20.6476854Z     Checking rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-19T16:30:22.1720804Z     Checking rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-19T16:30:24.4151095Z     Checking rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-19T16:30:24.9063262Z     Checking rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
2020-04-19T16:30:26.2124702Z     Checking rustc_ast_passes v0.0.0 (/checkout/src/librustc_ast_passes)
---
2020-04-19T16:32:19.4333702Z configure: build.submodules     := False
2020-04-19T16:32:19.4333925Z configure: llvm.ccache          := sccache
2020-04-19T16:32:19.4334323Z configure: rust.dist-src        := False
2020-04-19T16:32:19.4334713Z configure: build.cargo-native-static := True
2020-04-19T16:32:19.4335190Z configure: build.configure-args := ['--enable-sccache', '--disable-manage-submodu ...
2020-04-19T16:32:19.4335631Z configure: writing `config.toml` in current directory
2020-04-19T16:32:19.4335819Z configure: 
2020-04-19T16:32:19.4336169Z configure: run `python /checkout/x.py --help`
2020-04-19T16:32:19.4336347Z configure: 
---
2020-04-19T16:34:01.7665372Z Hugepagesize:       2048 kB
2020-04-19T16:34:01.7665598Z DirectMap4k:      139200 kB
2020-04-19T16:34:01.7665841Z DirectMap2M:     3006464 kB
2020-04-19T16:34:01.7666066Z DirectMap1G:     6291456 kB
2020-04-19T16:34:01.7691992Z + python3 ../x.py test src/tools/expand-yaml-anchors
2020-04-19T16:34:03.2002480Z Ensuring the YAML anchors in the GitHub Actions config were expanded
2020-04-19T16:34:03.2002480Z Ensuring the YAML anchors in the GitHub Actions config were expanded
2020-04-19T16:34:03.2010134Z Building stage0 tool expand-yaml-anchors (x86_64-unknown-linux-gnu)
2020-04-19T16:34:03.4608984Z    Compiling unicode-xid v0.2.0
2020-04-19T16:34:03.6050923Z    Compiling syn v1.0.11
2020-04-19T16:34:04.4732512Z    Compiling linked-hash-map v0.5.2
2020-04-19T16:34:04.4789705Z    Compiling lazy_static v1.4.0
2020-04-19T16:34:04.4789705Z    Compiling lazy_static v1.4.0
2020-04-19T16:34:04.7392236Z    Compiling yaml-rust v0.4.3
2020-04-19T16:34:09.3426356Z    Compiling quote v1.0.2
2020-04-19T16:34:24.7756185Z    Compiling thiserror-impl v1.0.5
2020-04-19T16:34:29.8032243Z    Compiling thiserror v1.0.5
2020-04-19T16:34:29.8594610Z    Compiling yaml-merge-keys v0.4.0
2020-04-19T16:34:33.7093548Z    Compiling expand-yaml-anchors v0.1.0 (/checkout/src/tools/expand-yaml-anchors)
2020-04-19T16:34:35.3618569Z Build completed successfully in 0:00:33
2020-04-19T16:34:35.3700260Z + python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu
2020-04-19T16:34:35.6210309Z     Finished dev [unoptimized] target(s) in 0.16s
2020-04-19T16:34:36.7940366Z Checking rustdoc artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-gnu)
---
2020-04-19T16:36:51.6124167Z     Checking rustc_feature v0.0.0 (/checkout/src/librustc_feature)
2020-04-19T16:36:51.6392790Z     Checking fmt_macros v0.0.0 (/checkout/src/libfmt_macros)
2020-04-19T16:36:51.8504106Z     Checking rustc_ast_pretty v0.0.0 (/checkout/src/librustc_ast_pretty)
2020-04-19T16:36:52.0584832Z     Checking rustc_hir v0.0.0 (/checkout/src/librustc_hir)
2020-04-19T16:36:52.4978993Z     Checking rustc_query_system v0.0.0 (/checkout/src/librustc_query_system)
2020-04-19T16:36:54.9003143Z     Checking rustc_attr v0.0.0 (/checkout/src/librustc_attr)
2020-04-19T16:36:55.4320589Z     Checking rustc_parse v0.0.0 (/checkout/src/librustc_parse)
2020-04-19T16:36:57.8235540Z     Checking rustc_hir_pretty v0.0.0 (/checkout/src/librustc_hir_pretty)
2020-04-19T16:36:58.3321835Z     Checking rustc_ast_lowering v0.0.0 (/checkout/src/librustc_ast_lowering)
---
2020-04-19T16:41:16.8626626Z skip untracked path cpu-usage.csv during rustfmt invocations
2020-04-19T16:41:16.8630435Z skip untracked path src/doc/book/ during rustfmt invocations
2020-04-19T16:41:16.8631212Z skip untracked path src/doc/rust-by-example/ during rustfmt invocations
2020-04-19T16:41:16.8635210Z skip untracked path src/llvm-project/ during rustfmt invocations
2020-04-19T16:41:24.3645123Z Diff in /checkout/src/libstd/sys/cloudabi/shims/fs.rs at line 140:
2020-04-19T16:41:24.3648560Z      fn next(&mut self) -> Option<io::Result<DirEntry>> {
2020-04-19T16:41:24.3648858Z          match self.0 {}
2020-04-19T16:41:24.3649363Z -
2020-04-19T16:41:24.3649494Z  }
2020-04-19T16:41:24.3649616Z  
2020-04-19T16:41:24.3649795Z  impl DirEntry {
2020-04-19T16:41:24.3649795Z  impl DirEntry {
2020-04-19T16:41:24.3650772Z Running `"/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/rustfmt" "--config-path" "/checkout" "--edition" "2018" "--unstable-features" "--skip-children" "--check" "/checkout/src/libstd/sys/cloudabi/shims/fs.rs"` failed.
2020-04-19T16:41:24.3651765Z If you're running `tidy`, try again with `--bless` flag. Or, you just want to format code, run `./x.py fmt` instead.
2020-04-19T16:41:24.3677811Z Build completed unsuccessfully in 0:00:44
2020-04-19T16:41:24.3777994Z == clock drift check ==
2020-04-19T16:41:24.3841415Z   local time: Sun Apr 19 16:41:24 UTC 2020
2020-04-19T16:41:24.3841415Z   local time: Sun Apr 19 16:41:24 UTC 2020
2020-04-19T16:41:24.9745145Z   network time: Sun, 19 Apr 2020 16:41:24 GMT
2020-04-19T16:41:26.6094464Z 
2020-04-19T16:41:26.6094464Z 
2020-04-19T16:41:26.6192145Z ##[error]Bash exited with code '1'.
2020-04-19T16:41:26.6218927Z ##[section]Finishing: Run build
2020-04-19T16:41:26.6271351Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/71308/merge to s
2020-04-19T16:41:26.6277086Z Task         : Get sources
2020-04-19T16:41:26.6277440Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-04-19T16:41:26.6277766Z Version      : 1.0.0
2020-04-19T16:41:26.6278021Z Author       : Microsoft
2020-04-19T16:41:26.6278021Z Author       : Microsoft
2020-04-19T16:41:26.6278388Z Help         : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
2020-04-19T16:41:26.6279600Z ==============================================================================
2020-04-19T16:41:26.9959804Z Cleaning any cached credential from repository: rust-lang/rust (GitHub)
2020-04-19T16:41:27.0006557Z ##[section]Finishing: Checkout rust-lang/rust@refs/pull/71308/merge to s
2020-04-19T16:41:27.0106425Z Cleaning up task key
2020-04-19T16:41:27.0107931Z Start cleaning up orphan processes.
2020-04-19T16:41:27.0338618Z Terminate orphan process: pid (3642) (python)
2020-04-19T16:41:27.0515124Z ##[section]Finishing: Finalize Job

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 @rust-lang/infra. (Feature Requests)

@Dylan-DPC-zz
Copy link
Author

I don't see much gain from this though.. guess i'll close it for now :D

@Dylan-DPC-zz Dylan-DPC-zz deleted the feature/size-hint branch April 19, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

4 participants