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

Stabilize `transpose_result` in 1.33 #57567

Merged
merged 1 commit into from Jan 13, 2019

Conversation

Projects
None yet
5 participants
@Centril
Copy link
Contributor

Centril commented Jan 13, 2019

fixes #47338.

FCP completed: #47338 (comment)

r? @alexreg

@Centril

This comment has been minimized.

Copy link
Contributor Author

Centril commented Jan 13, 2019

@bors delegate=alexreg

@bors p=1

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jan 13, 2019

✌️ @alexreg can now approve this pull request

Show resolved Hide resolved src/libcore/option.rs Outdated
Show resolved Hide resolved src/libcore/result.rs Outdated
@rust-highfive

This comment was marked as resolved.

Copy link
Collaborator

rust-highfive commented Jan 13, 2019

The job x86_64-gnu-llvm-6.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.
travis_time:end:0016d983:start=1547350826893746304,finish=1547350827803811255,duration=910064951
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-6.0
---
travis_time:start:tidy
tidy check
[00:03:59] * 569 error codes
[00:03:59] * highest error code: E0721
[00:03:59] tidy error: /checkout/src/libcore/option.rs:1024: malformed stability attribute
[00:03:59] tidy error: /checkout/src/libcore/result.rs:983: malformed stability attribute
[00:04:00] some tidy checks failed
[00:04:00] 
[00:04:00] 
[00:04:00] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/tidy" "/checkout/src" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "--no-vendor" "--quiet"
[00:04:00] 
[00:04:00] 
[00:04:00] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/tools/tidy
[00:04:00] Build completed unsuccessfully in 0:00:48
[00:04:00] Build completed unsuccessfully in 0:00:48
[00:04:00] make: *** [tidy] Error 1
[00:04:00] Makefile:69: recipe for target 'tidy' failed
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:031834da
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
Sun Jan 13 03:44:39 UTC 2019
---
travis_time:end:0dac1fa1:start=1547351080154265745,finish=1547351080158992100,duration=4726355
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:00fec0e8
$ 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 --batch -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:0b00c403
travis_time:start:0b00c403
$ 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:13131c4b
$ 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)

@Centril Centril force-pushed the Centril:stabilize-transpose branch from 1dad774 to 338d238 Jan 13, 2019

@alexreg

This comment has been minimized.

Copy link
Contributor

alexreg commented Jan 13, 2019

@bors r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jan 13, 2019

📌 Commit 338d238 has been approved by alexreg

@rust-highfive

This comment was marked as resolved.

Copy link
Collaborator

rust-highfive commented Jan 13, 2019

The job x86_64-gnu-llvm-6.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.
travis_time:end:0f1def41:start=1547351398709526095,finish=1547351399572320227,duration=862794132
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
Setting environment variables from .travis.yml
$ export IMAGE=x86_64-gnu-llvm-6.0

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)

@Centril Centril force-pushed the Centril:stabilize-transpose branch from 338d238 to 6d7a4a6 Jan 13, 2019

@Centril

This comment has been minimized.

Copy link
Contributor Author

Centril commented Jan 13, 2019

@bors r=alexreg

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jan 13, 2019

📌 Commit 6d7a4a6 has been approved by alexreg

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jan 13, 2019

⌛️ Testing commit 6d7a4a6 with merge 1c561d9...

bors added a commit that referenced this pull request Jan 13, 2019

Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg
Stabilize `transpose_result` in 1.33

fixes #47338.

FCP completed: #47338 (comment)

r? @alexreg
@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jan 13, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: alexreg
Pushing 1c561d9 to master...

@bors bors merged commit 6d7a4a6 into rust-lang:master Jan 13, 2019

1 check passed

homu Test successful
Details

@Centril Centril deleted the Centril:stabilize-transpose branch Jan 13, 2019

@clarfon

This comment has been minimized.

Copy link
Contributor

clarfon commented Jan 14, 2019

Was the discussion in the tracking issue taken into account when stabilising? There was discrepancy on the name that wasn't resolved.

@Centril

This comment has been minimized.

Copy link
Contributor Author

Centril commented Jan 14, 2019

@clarcharr I read the discussion but was personally not convinced that it should stop stabilization; however, I'm not on the libs team. The FCP completed, so no one in the libs team found the bikeshed sufficiently important to raise a concern. If you think it's important enough, talk to a libs member and convince them to backport a name change to beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.