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

Link to more detailed docs in slice::from_raw_parts_mut #53928

Merged
merged 1 commit into from
Sep 4, 2018

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Sep 3, 2018

No description provided.

@frewsxcv
Copy link
Member

frewsxcv commented Sep 4, 2018

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Sep 4, 2018

📌 Commit fe56878 has been approved by frewsxcv

@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 Sep 4, 2018
@bors
Copy link
Contributor

bors commented Sep 4, 2018

⌛ Testing commit fe56878 with merge 8f735a865334e31e842961acbd957af7d7d125f8...

@bors
Copy link
Contributor

bors commented Sep 4, 2018

💔 Test failed - status-travis

@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 Sep 4, 2018
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-aux 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.
[01:33:50] 
[01:33:50] testing https://github.com/servo/servo
[01:33:50] Initialized empty Git repository in /checkout/obj/build/ct/servo/.git/
[01:33:50] fatal: Could not parse object '17e97b9320fdb7cdb33bbc5f4d0fde0653bbf2e4'.
[01:34:10] fatal: unable to access 'https://github.com/servo/servo/': Could not resolve host: github.com
[01:34:10] thread 'main' panicked at 'assertion failed: status.success()', tools/cargotest/main.rs:128:13
[01:34:10] 
[01:34:10] 
[01:34:10] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/cargotest" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "/checkout/obj/build/ct"
[01:34:10] expected success, got: exit code: 101
[01:34:10] expected success, got: exit code: 101
[01:34:10] 
[01:34:10] 
[01:34:10] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test src/test/pretty src/test/run-pass/pretty src/test/run-fail/pretty src/test/run-pass-valgrind/pretty src/test/run-pass-fulldeps/pretty src/test/run-fail-fulldeps/pretty src/tools/cargo src/tools/cargotest
[01:34:10] Build completed unsuccessfully in 0:35:49
[01:34:10] make: *** [check-aux] Error 1
[01:34:10] Makefile:60: recipe for target 'check-aux' failed

The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:07732863
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
---
travis_time:end:00e10dc8:start=1536043573788894490,finish=1536043573795916053,duration=7021563
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:00881aee
$ 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:15e09cce
travis_time:start:15e09cce
$ 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:07db1f26
$ 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)

@kennytm
Copy link
Member

kennytm commented Sep 4, 2018

@bors retry travis-ci/travis-ci#9696

@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 Sep 4, 2018
@bors
Copy link
Contributor

bors commented Sep 4, 2018

⌛ Testing commit fe56878 with merge 4efc0a7...

bors added a commit that referenced this pull request Sep 4, 2018
Link to more detailed docs in `slice::from_raw_parts_mut`
@bors
Copy link
Contributor

bors commented Sep 4, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: frewsxcv
Pushing 4efc0a7 to master...

@bors bors merged commit fe56878 into rust-lang:master Sep 4, 2018
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.

5 participants