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

Switch to bootstrapping from 1.29 beta #52949

Merged
merged 1 commit into from
Aug 2, 2018
Merged

Conversation

Mark-Simulacrum
Copy link
Member

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

@bors: r+

@bors
Copy link
Contributor

bors commented Aug 1, 2018

📌 Commit 7c217974a7b5072d3d2eb909fb3353acbe72f9d3 has been approved by alexcrichton

@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 Aug 1, 2018
@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.
[00:42:32] ....................................................................................................
[00:42:35] ....................................................................................................
[00:42:38] ....................................................................................................
[00:42:41] ....................................................................................................
[00:42:44] ................................................F...................................i...............
[00:42:51] ....................................................................................................
[00:42:54] ....................................................................................................
[00:42:57] ....................................................................................................
[00:43:01] .
[00:43:01] .
[00:43:01] failures:
[00:43:01] 
[00:43:01] ---- [ui] ui/macros/trace-macro.rs stdout ----
[00:43:01] diff of stderr:
[00:43:01] 
[00:43:01] 5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:43:01] 6    |
[00:43:01] 7    = note: expanding `println! { "Hello, World!" }`
[00:43:01] -    = note: to `{
[00:43:01] -            # [ cfg ( not ( stage0 ) ) ] {
[00:43:01] -            ( $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ) ; } # [
[00:43:01] -            cfg ( stage0 ) ] { print ! ( "{}/n" , format_args ! ( "Hello, World!" ) ) } }`
[00:43:01] +    = note: to `{ $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ; }`
[00:43:01] 13 
[00:43:01] 
[00:43:01] 
[00:43:01] The actual stderr differed from the expected stderr.
[00:43:01] The actual stderr differed from the expected stderr.
[00:43:01] Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/macros/trace-macro/trace-macro.stderr
[00:43:01] To update references, rerun the tests and pass the `--bless` flag
[00:43:01] To only update this specific test, also pass `--test-args macros/trace-macro.rs`
[00:43:01] error: 1 errors occurred comparing output.
[00:43:01] status: exit code: 0
[00:43:01] status: exit code: 0
[00:43:01] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/macros/trace-macro.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/macros/trace-macro/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "trace-macros" 3227688 .
2269684 ./obj/build
1666164 ./obj/build/x86_64-unknown-linux-gnu
786452 ./src
466256 ./obj/build/x86_64-unknown-linux-gnu/stage0
---
149132 ./src/llvm-emscripten/test
147656 ./obj/build/bootstrap/debug/incremental
133568 ./obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu
133564 ./obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release
133232 ./obj/build/bootstrap/debug/incremental/bootstrap-jdsuci5s9dha
133228 ./obj/build/bootstrap/debug/incremental/bootstrap-jdsuci5s9dha/s-f3gae0dp99-17brhro-30ju1irgdh905
128592 ./obj/build/x86_64-unknown-linux-gnu/stage0-bootstrap-tools/x86_64-unknown-linux-gnu/release
122492 ./obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu8690943357,finish=1533141558699204611,duration=8261254
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_fold:start:after_failure.4
travis_time:start:0095c6f1
$ 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 -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:0c7d4117
travis_time:start:0c7d4117
$ 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:1256c09a
$ 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 Author

@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 Aug 1, 2018
@Mark-Simulacrum
Copy link
Member Author

@bors r=alexcrichton

@bors
Copy link
Contributor

bors commented Aug 1, 2018

📌 Commit 683a3db has been approved by alexcrichton

@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 Aug 1, 2018
@pietroalbini
Copy link
Member

@bors p=1

@bors
Copy link
Contributor

bors commented Aug 2, 2018

⌛ Testing commit 683a3db with merge 03da14b...

bors added a commit that referenced this pull request Aug 2, 2018
@bors
Copy link
Contributor

bors commented Aug 2, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 03da14b to master...

@bors bors merged commit 683a3db into rust-lang:master Aug 2, 2018
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #52949!

Tested on commit 03da14b.
Direct link to PR: #52949

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

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Aug 2, 2018
Tested on commit rust-lang/rust@03da14b.
Direct link to PR: <rust-lang/rust#52949>

💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
💔 rls on windows: test-pass → build-fail (cc @nrc, @rust-lang/infra).
💔 rls on linux: test-pass → build-fail (cc @nrc, @rust-lang/infra).
alexcrichton added a commit to rust-lang/rust-clippy that referenced this pull request Aug 2, 2018
@alexcrichton
Copy link
Member

I've attempted to fix the clippy breakage in rust-lang/rust-clippy@40349b2, and the submodule update should be happening as part of #52919

@Mark-Simulacrum Mark-Simulacrum deleted the snap branch June 8, 2019 13:49
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.

None yet

5 participants