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 6 pull requests #60640

Closed
wants to merge 12 commits into from
Closed

Conversation

Centril
Copy link
Contributor

@Centril Centril commented May 8, 2019

stepancheg and others added 12 commits May 5, 2019 23:07
... on different platforms.

Official rustdoc of
[`usize::to_le_bytes`](https://doc.rust-lang.org/std/primitive.usize.html#method.to_le_bytes)
displays signature

```
pub fn to_ne_bytes(self) -> [u8; 8]
```

which might be misleading: this function returns 4 bytes on 32-bit
systems.
This renames wasm32-unknown-wasi to wasm32-wasi, omitting the vendor
component. This follows aarch64-linux-android, x86_64-fuchsia, and others in
omitting the vendor field, which has the advantage of aligning with the
[multiarch tuple](https://wiki.debian.org/Multiarch/Tuples), and of being
less noisy.
It was fixed somewhere between 1.28.0 and 1.31.1

closes rust-lang#50518
Pulls in a fix for ensuring that wasm targets have code in
compiler-builtins for `ldexp` which LLVM can generate references to.
to_xe_bytes for isize and usize returns an array of different size

... on different platforms.

Official rustdoc of
[`usize::to_le_bytes`](https://doc.rust-lang.org/std/primitive.usize.html#method.to_le_bytes)
displays signature

```
pub fn to_ne_bytes(self) -> [u8; 8]
```

which might be misleading: this function returns 4 bytes on 32-bit
systems.

With this commit applied rustdoc for `isize` and `usize` is this:
<img width="740" alt="2019-04-15_0020" src="https://user-images.githubusercontent.com/28969/56100765-9f69b380-5f14-11e9-974c-daa25edaa881.png">
std: Update compiler-builtins crate

Pulls in a fix for ensuring that wasm targets have code in
compiler-builtins for `ldexp` which LLVM can generate references to.
…hton

Omit the vendor component in the WASI triple

This renames wasm32-unknown-wasi to wasm32-wasi, omitting the vendor
component. This follows aarch64-linux-android, x86_64-fuchsia, and others in
omitting the vendor field, which has the advantage of aligning with the
[multiarch tuple](https://wiki.debian.org/Multiarch/Tuples), and of being
less noisy.

r? @alexcrichton
test for rust-lang#50518

It was fixed somewhere between 1.28.0 and 1.31.1

closes rust-lang#50518

r? @estebank

Where's the best place to add this test? I *think* we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.

Should this be UI test with empty stdout, stderr and zero return code?
Document + Cleanup lang_items.rs

Byproduct of work on rust-lang#60607.

r? @oli-obk
@Centril
Copy link
Contributor Author

Centril commented May 8, 2019

@bors r+ p=6 rollup=never

@bors
Copy link
Contributor

bors commented May 8, 2019

📌 Commit 4b6d565 has been approved by Centril

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

bors commented May 8, 2019

⌛ Testing commit 4b6d565 with merge b9c76a0e3e69fa6cca430e97eb87e8538929ff3b...

@bors
Copy link
Contributor

bors commented May 8, 2019

💔 Test failed - checks-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 May 8, 2019
@rust-highfive
Copy link
Collaborator

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:01:03]   404  Not Found [IP: 91.189.91.26 80]
[00:01:03] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:03] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:03] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:04] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:04]   404  Not Found [IP: 91.189.88.149 80]
[00:01:04] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:04]   404  Not Found [IP: 91.189.88.149 80]
[00:01:04] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:04]   404  Not Found [IP: 91.189.88.149 80]
[00:01:04] Reading package lists...
[00:01:04] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:04] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:04] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:04] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:04] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:05] Sending build context to Docker daemon  520.7kB
[00:01:05] Step 1/39 : FROM ubuntu:17.10
[00:01:05]  ---> e211a66937c6
[00:01:05] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:06]   404  Not Found [IP: 91.189.91.26 80]
[00:01:11] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:11] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:11] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:11] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:11]   404  Not Found [IP: 91.189.88.149 80]
[00:01:11] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:11]   404  Not Found [IP: 91.189.88.149 80]
[00:01:11] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:11]   404  Not Found [IP: 91.189.88.149 80]
[00:01:11] Reading package lists...
[00:01:11] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:11] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:11] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:11] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:12] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:14] Sending build context to Docker daemon  520.7kB
[00:01:14] Step 1/39 : FROM ubuntu:17.10
[00:01:14]  ---> e211a66937c6
[00:01:14] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:14]   404  Not Found [IP: 91.189.91.26 80]
[00:01:15] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:15] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:15] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:15] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:15]   404  Not Found [IP: 91.189.88.149 80]
[00:01:15] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:15]   404  Not Found [IP: 91.189.88.149 80]
[00:01:15] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:15]   404  Not Found [IP: 91.189.88.149 80]
[00:01:15] Reading package lists...
[00:01:15] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:15] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:15] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:15] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:15] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:19] Sending build context to Docker daemon  520.7kB
[00:01:19] Step 1/39 : FROM ubuntu:17.10
[00:01:19]  ---> e211a66937c6
[00:01:19] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:19]   404  Not Found [IP: 91.189.91.26 80]
[00:01:19] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:19] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:19] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:20] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:20]   404  Not Found [IP: 91.189.88.149 80]
[00:01:20] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:20]   404  Not Found [IP: 91.189.88.149 80]
[00:01:20] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:20]   404  Not Found [IP: 91.189.88.149 80]
[00:01:20] Reading package lists...
[00:01:20] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:20] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:20] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:20] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:20] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:24] Sending build context to Docker daemon  520.7kB
[00:01:24] Step 1/39 : FROM ubuntu:17.10
[00:01:24]  ---> e211a66937c6
[00:01:24] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:25]   404  Not Found [IP: 91.189.91.26 80]
[00:01:25] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:25] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:25] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:25] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:25]   404  Not Found [IP: 91.189.88.149 80]
[00:01:25] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:25]   404  Not Found [IP: 91.189.88.149 80]
[00:01:25] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:25]   404  Not Found [IP: 91.189.88.149 80]
[00:01:25] Reading package lists...
[00:01:25] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:25] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:25] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:25] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:26] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
travis_time:end:0e87b4e8:start=1557340105914480257,finish=1557340192235998093,duration=86321517836
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 1.
travis_time:start:05cb1c74
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
---
travis_time:end:1142126c:start=1557340193016757235,finish=1557340193024372275,duration=7615040
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:07c7a081
$ 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:23b2fe85
travis_time:start:23b2fe85
$ 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:17562600
$ 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
Copy link
Contributor Author

Centril commented May 8, 2019

@bors retry

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

bors commented May 8, 2019

⌛ Testing commit 4b6d565 with merge 15d41309c1566c7c62446097922664b59a3d1fd7...

@bors
Copy link
Contributor

bors commented May 8, 2019

💔 Test failed - checks-travis

@rust-highfive
Copy link
Collaborator

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:01:04]   404  Not Found [IP: 91.189.91.26 80]
[00:01:04] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:04] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:04] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:04] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:04]   404  Not Found [IP: 91.189.88.162 80]
[00:01:04] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:04]   404  Not Found [IP: 91.189.88.162 80]
[00:01:04] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:04]   404  Not Found [IP: 91.189.88.162 80]
[00:01:04] Reading package lists...
[00:01:04] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:04] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:04] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:04] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:05] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:06] Sending build context to Docker daemon  520.7kB
[00:01:06] Step 1/39 : FROM ubuntu:17.10
[00:01:06]  ---> e211a66937c6
[00:01:06] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:06]   404  Not Found [IP: 91.189.91.26 80]
[00:01:06] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:06] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:07] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:07] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:07]   404  Not Found [IP: 91.189.88.162 80]
[00:01:07] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:07]   404  Not Found [IP: 91.189.88.162 80]
[00:01:07] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:07]   404  Not Found [IP: 91.189.88.162 80]
[00:01:07] Reading package lists...
[00:01:07] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:07] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:07] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:07] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:07] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:09] Sending build context to Docker daemon  520.7kB
[00:01:09] Step 1/39 : FROM ubuntu:17.10
[00:01:09]  ---> e211a66937c6
[00:01:09] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:10]   404  Not Found [IP: 91.189.91.26 80]
[00:01:10] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:10] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:10] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:10] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:10]   404  Not Found [IP: 91.189.88.162 80]
[00:01:10] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:10]   404  Not Found [IP: 91.189.88.162 80]
[00:01:10] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:10]   404  Not Found [IP: 91.189.88.162 80]
[00:01:10] Reading package lists...
[00:01:10] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:10] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:10] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:10] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:11] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:14] Sending build context to Docker daemon  520.7kB
[00:01:14] Step 1/39 : FROM ubuntu:17.10
[00:01:14]  ---> e211a66937c6
[00:01:14] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:14]   404  Not Found [IP: 91.189.91.26 80]
[00:01:15] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:15] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:15] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:15] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:15]   404  Not Found [IP: 91.189.88.162 80]
[00:01:15] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:15]   404  Not Found [IP: 91.189.88.162 80]
[00:01:15] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:15]   404  Not Found [IP: 91.189.88.162 80]
[00:01:15] Reading package lists...
[00:01:15] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:15] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:15] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:15] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:15] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
[00:01:20] Sending build context to Docker daemon  520.7kB
[00:01:20] Step 1/39 : FROM ubuntu:17.10
[00:01:20]  ---> e211a66937c6
[00:01:20] Step 2/39 : COPY scripts/cross-apt-packages.sh /scripts/
---
[00:01:20]   404  Not Found [IP: 91.189.91.26 80]
[00:01:20] Ign:3 http://archive.ubuntu.com/ubuntu artful InRelease
[00:01:20] Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
[00:01:20] Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
[00:01:20] Err:6 http://archive.ubuntu.com/ubuntu artful Release
[00:01:20]   404  Not Found [IP: 91.189.88.162 80]
[00:01:21] Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
[00:01:21]   404  Not Found [IP: 91.189.88.162 80]
[00:01:21] Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
[00:01:21]   404  Not Found [IP: 91.189.88.162 80]
[00:01:21] Reading package lists...
[00:01:21] E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
[00:01:21] E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
[00:01:21] E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
[00:01:21] E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
[00:01:21] The command '/bin/sh -c sh /scripts/cross-apt-packages.sh' returned a non-zero code: 100
travis_time:end:128ab25e:start=1557340503250081709,finish=1557340584761254970,duration=81511173261
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 1.
travis_time:start:0582392e
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
---
travis_time:end:08b4e7b8:start=1557340585505638620,finish=1557340585514127179,duration=8488559
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:199b9697
$ 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:028609db
travis_time:start:028609db
$ 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:2c46c00c
$ 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)

@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 May 8, 2019
@pietroalbini
Copy link
Member

Indirectly caused by #60585.

@Centril Centril closed this May 8, 2019
@Centril Centril deleted the rollup-k1s4ubq branch May 8, 2019 20:05
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 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.

None yet

9 participants