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

[beta] Rollup backports #59642

Closed
wants to merge 6 commits into from
Closed

Conversation

pietroalbini
Copy link
Member

@pietroalbini pietroalbini commented Apr 2, 2019

Cherry-picked:

Rolled up:

r? @ghost

@pietroalbini
Copy link
Member Author

@bors r+ p=50

@bors
Copy link
Contributor

bors commented Apr 2, 2019

📌 Commit f825294ddeb5e370bfe4f272151fed03f0eb60e6 has been approved by pietroalbini

@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 Apr 2, 2019
@rust-highfive
Copy link
Collaborator

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:27f82cf7:start=1554235015031692802,finish=1554235117419707651,duration=102388014849
$ 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
$ export GCP_CACHE_BUCKET=rust-lang-ci-cache
Setting environment variables from .travis.yml
---
[00:03:11]  ---> db9a066852ee
[00:03:11] Successfully built db9a066852ee
[00:03:11] Successfully tagged rust-ci:latest
[00:03:11] Built container sha256:db9a066852eee64eab0a084abd5b7f9d4e3635b47821fd20b076f8e66ac131fb
[00:03:11] Uploading finished image to s3://rust-lang-ci-sccache2/docker/973de87470b38111ed63aaa9e3fc83e135764932f8cac26887a71ca620c6032c14db7f27b0283baf1c1a98f66c5250c601c891a572bcee56949feaa946b80dc4
[00:03:58] upload failed: - to s3://rust-lang-ci-sccache2/docker/973de87470b38111ed63aaa9e3fc83e135764932f8cac26887a71ca620c6032c14db7f27b0283baf1c1a98f66c5250c601c891a572bcee56949feaa946b80dc4 Unable to locate credentials

[00:03:58] travis_time:end:14e4f0e6:start=1554235239896928490,finish=1554235364464513262,duration=124567584772
[CI_JOB_NAME=x86_64-gnu-llvm-6.0]
[00:03:58] [CI_JOB_NAME=x86_64-gnu-llvm-6.0]
---
travis_time:start:test_incremental
Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
[01:18:05] 
[01:18:05] running 98 tests
[01:18:20] .............................F...F................................................................
[01:18:20] failures:
[01:18:20] 
[01:18:20] ---- [incremental] incremental/hashes/function_interfaces.rs stdout ----
[01:18:20] 
[01:18:20] 
[01:18:20] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:18:20] status: exit code: 1
[01:18:20] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/hashes/function_interfaces.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/function_interfaces/function_interfaces.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/function_interfaces/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Zincremental-ignore-spans" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/function_interfaces/auxiliary"
[01:18:20] ------------------------------------------
[01:18:20] 
[01:18:20] ------------------------------------------
[01:18:20] stderr:
[01:18:20] stderr:
[01:18:20] ------------------------------------------
[01:18:20] {"message":"`MirBuilt(make_extern)` should be dirty but is not","code":null,"level":"error","spans":[{"file_name":"/checkout/src/test/incremental/hashes/function_interfaces.rs","byte_start":2817,"byte_end":2851,"line_start":99,"line_end":99,"column_start":1,"column_end":35,"is_primary":true,"text":[{"text":"pub extern \"C\" fn make_extern() {}","highlight_start":1,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"error: `MirBuilt(make_extern)` should be dirty but is not\n  --> /checkout/src/test/incremental/hashes/function_interfaces.rs:99:1\n   |\nLL | pub extern \"C\" fn make_extern() {}\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n"}
[01:18:20] 
[01:18:20] ------------------------------------------
[01:18:20] 
[01:18:20] thread '[incremental] incremental/hashes/function_interfaces.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3295:9
[01:18:20] thread '[incremental] incremental/hashes/function_interfaces.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3295:9
[01:18:20] note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
[01:18:20] 
[01:18:20] ---- [incremental] incremental/hashes/inherent_impls.rs stdout ----
[01:18:20] 
[01:18:20] error in revision `cfail2`: test compilation failed although it shouldn't!
[01:18:20] status: exit code: 1
[01:18:20] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/incremental/hashes/inherent_impls.rs" "-Zthreads=1" "--target=x86_64-unknown-linux-gnu" "--cfg" "cfail2" "-C" "incremental=/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/inherent_impls/inherent_impls.inc" "-Z" "incremental-verify-ich" "-Z" "incremental-queries" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/inherent_impls/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-Z" "query-dep-graph" "-Zincremental-ignore-spans" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental/hashes/inherent_impls/auxiliary"
[01:18:20] ------------------------------------------
[01:18:20] 
[01:18:20] ------------------------------------------
[01:18:20] stderr:
[01:18:20] stderr:
[01:18:20] ------------------------------------------
[01:18:20] {"message":"`MirBuilt(Foo::make_method_extern)` should be dirty but is not","code":null,"level":"error","spans":[{"file_name":"/checkout/src/test/incremental/hashes/inherent_impls.rs","byte_start":6595,"byte_end":6638,"line_start":268,"line_end":268,"column_start":5,"column_end":48,"is_primary":true,"text":[{"text":"    pub extern fn make_method_extern(&self) { }","highlight_start":5,"highlight_end":48}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"error: `MirBuilt(Foo::make_method_extern)` should be dirty but is not\n  --> /checkout/src/test/incremental/hashes/inherent_impls.rs:268:5\n   |\nLL |     pub extern fn make_method_extern(&self) { }\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n"}
[01:18:20] 
[01:18:20] ------------------------------------------
[01:18:20] 
[01:18:20] thread '[incremental] incremental/hashes/inherent_impls.rs' panicked at 'explicit panic', src/tools/compiletest/src/runtest.rs:3295:9
---
[01:18:20] test result: FAILED. 96 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out
[01:18:20] 
[01:18:20] 
[01:18:20] 
[01:18:20] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/incremental" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/incremental" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "incremental" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-6.0/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--target-rustcflags" "-Crpath -O -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "6.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
[01:18:20] 
[01:18:20] 
[01:18:20] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[01:18:20] Build completed unsuccessfully in 0:11:46
[01:18:20] Build completed unsuccessfully in 0:11:46
[01:18:20] Makefile:48: recipe for target 'check' failed
[01:18:20] make: *** [check] Error 1
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:0a71785d
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
Tue Apr  2 21:17:07 UTC 2019

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)

@pietroalbini
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 Apr 2, 2019
@pietroalbini
Copy link
Member Author

Removed #59640.

@bors r+

@bors
Copy link
Contributor

bors commented Apr 2, 2019

📌 Commit 1f0a9f7 has been approved by pietroalbini

@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 Apr 2, 2019
@bors
Copy link
Contributor

bors commented Apr 3, 2019

⌛ Testing commit 1f0a9f7 with merge 81842dc5fe4a15e68bffb5589dec2434133d6c85...

@bors
Copy link
Contributor

bors commented Apr 3, 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:03:29] Questions should be asked at https://answers.launchpad.net/gcc-arm-embedded
[00:03:29] 
[00:03:29] Bug can be filed at https://bugs.launchpad.net/gcc-arm-embedded/+filebug. It is highly encouraged to ask question first before filing a bug.
[00:03:29]  More info: https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa
[00:03:30] gpg: keyring `/tmp/tmpyxxphw6m/secring.gpg' created
[00:03:30] gpg: keyring `/tmp/tmpyxxphw6m/pubring.gpg' created
[00:03:30] gpg: requesting key F64D33B0 from hkp server keyserver.ubuntu.com
[00:03:30] gpg: /tmp/tmpyxxphw6m/trustdb.gpg: trustdb created
[00:03:30] gpg: no ultimately trusted keys found
[00:03:30] gpg: Total number processed: 1
[00:03:30] gpg:               imported: 1  (RSA: 1)
[00:03:30] OK
---
[00:09:13] Step 7/52 : COPY dist-various-1/install-x86_64-redox.sh /build
[00:09:13]  ---> 64988100452e
[00:09:13] Step 8/52 : RUN ./install-x86_64-redox.sh
[00:09:13]  ---> Running in 7caf3a174b3f
[00:09:14] + wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz
[00:09:14] ./install-x86_64-redox.sh: line 6: wget: command not found
[00:09:14] + tar --extract --gzip --directory /usr/local
[00:09:14] gzip: stdin: unexpected end of file
[00:09:14] tar: Child returned status 1
[00:09:14] tar: Error is not recoverable: exiting now
[00:09:14] The command '/bin/sh -c ./install-x86_64-redox.sh' returned a non-zero code: 2
---
[00:09:15]  ---> Using cache
[00:09:15]  ---> 64988100452e
[00:09:15] Step 8/52 : RUN ./install-x86_64-redox.sh
[00:09:15]  ---> Running in a11ff6bd0064
[00:09:16] + wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz
[00:09:16] ./install-x86_64-redox.sh: line 6: wget: command not found
[00:09:16] + tar --extract --gzip --directory /usr/local
[00:09:16] gzip: stdin: unexpected end of file
[00:09:16] tar: Child returned status 1
[00:09:16] tar: Error is not recoverable: exiting now
[00:09:16] The command '/bin/sh -c ./install-x86_64-redox.sh' returned a non-zero code: 2
---
[00:09:18]  ---> Using cache
[00:09:18]  ---> 64988100452e
[00:09:18] Step 8/52 : RUN ./install-x86_64-redox.sh
[00:09:18]  ---> Running in 53aff84e2819
[00:09:18] + wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz
[00:09:18] ./install-x86_64-redox.sh: line 6: wget: command not found
[00:09:18] + tar --extract --gzip --directory /usr/local
[00:09:18] gzip: stdin: unexpected end of file
[00:09:18] tar: Child returned status 1
[00:09:18] tar: Error is not recoverable: exiting now
[00:09:19] The command '/bin/sh -c ./install-x86_64-redox.sh' returned a non-zero code: 2
---
[00:09:22]  ---> Using cache
[00:09:22]  ---> 64988100452e
[00:09:22] Step 8/52 : RUN ./install-x86_64-redox.sh
[00:09:22]  ---> Running in 009af8d64262
[00:09:22] + wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz
[00:09:22] ./install-x86_64-redox.sh: line 6: wget: command not found
[00:09:22] + tar --extract --gzip --directory /usr/local
[00:09:22] gzip: stdin: unexpected end of file
[00:09:22] tar: Child returned status 1
[00:09:22] tar: Error is not recoverable: exiting now
[00:09:23] The command '/bin/sh -c ./install-x86_64-redox.sh' returned a non-zero code: 2
---
[00:09:27]  ---> Using cache
[00:09:27]  ---> 64988100452e
[00:09:27] Step 8/52 : RUN ./install-x86_64-redox.sh
[00:09:27]  ---> Running in 25117cf7725b
[00:09:27] + wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz
[00:09:27] ./install-x86_64-redox.sh: line 6: wget: command not found
[00:09:27] + tar --extract --gzip --directory /usr/local
[00:09:27] gzip: stdin: unexpected end of file
[00:09:27] tar: Child returned status 1
[00:09:27] tar: Error is not recoverable: exiting now
[00:09:28] The command '/bin/sh -c ./install-x86_64-redox.sh' returned a non-zero code: 2
---
travis_time:end:2623a4bc:start=1554252884802889357,finish=1554252884808625428,duration=5736071
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:0923fdac
$ 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:0d34cca2
travis_time:start:0d34cca2
$ 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:1a9f8aac
$ 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 Apr 3, 2019
@kennytm
Copy link
Member

kennytm commented Apr 3, 2019

@bors r=pietroalbini

Included the fix #59257 (review), which was accidentally lost due to OP rebasing, but the PR was nevertheless merged without re-r+ because it was included in another rollup that contained the pre-force-push commit.

@bors
Copy link
Contributor

bors commented Apr 3, 2019

📌 Commit 31e6705 has been approved by pietroalbini

@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 Apr 3, 2019
@bors
Copy link
Contributor

bors commented Apr 3, 2019

⌛ Testing commit 31e6705 with merge 6bd02a7a48026d70812567720f2f8822e5c6540c...

@bors
Copy link
Contributor

bors commented Apr 3, 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:04:19]                                  Dload  Upload   Total   Spent    Left  Speed
[00:04:20] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0    261      0 --:--:-- --:--:-- --:--:--   261
[00:04:20] xz: (stdin): File format not recognized
[00:04:20] tar: Error is not recoverable: exiting now
[00:04:21] The command '/bin/sh -c /tmp/freebsd-toolchain.sh i686' returned a non-zero code: 2
[00:04:22] Command failed. Attempt 2/5:
[00:04:22] Sending build context to Docker daemon  504.8kB
---
[00:05:40]                                  Dload  Upload   Total   Spent    Left  Speed
[00:05:40] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0   1285      0 --:--:-- --:--:-- --:--:--  1285
[00:05:40] xz: (stdin): File format not recognized
[00:05:40] tar: Error is not recoverable: exiting now
[00:05:40] The command '/bin/sh -c /tmp/freebsd-toolchain.sh i686' returned a non-zero code: 2
[00:05:42] Command failed. Attempt 3/5:
[00:05:43] Sending build context to Docker daemon  504.8kB
---
[00:07:02] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0    259      0 --:--:-- --:--:-- --:--:--   258
[00:07:02] xz: (stdin): File format not recognized
[00:07:02] tar: Error is not recoverable: exiting now
[00:07:02] The command '/bin/sh -c /tmp/freebsd-toolchain.sh i686' returned a non-zero code: 2
[00:07:05] Command failed. Attempt 4/5:
[00:07:06] Sending build context to Docker daemon  504.8kB
---
[00:08:25]                                  Dload  Upload   Total   Spent    Left  Speed
[00:08:25] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0   1246      0 --:--:-- --:--:-- --:--:--  1246
[00:08:25] xz: (stdin): File format not recognized
[00:08:25] tar: Error is not recoverable: exiting now
[00:08:26] The command '/bin/sh -c /tmp/freebsd-toolchain.sh i686' returned a non-zero code: 2
[00:08:30] Command failed. Attempt 5/5:
[00:08:30] Sending build context to Docker daemon  504.8kB
---
[00:09:48]                                  Dload  Upload   Total   Spent    Left  Speed
[00:09:49] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0    925      0 --:--:-- --:--:-- --:--:--   925
[00:09:49] xz: (stdin): File format not recognized
[00:09:49] tar: Error is not recoverable: exiting now
[00:09:49] The command '/bin/sh -c /tmp/freebsd-toolchain.sh i686' returned a non-zero code: 2
[00:09:49] The command has failed after 5 attempts.
travis_time:end:21d1f5b0:start=1554312307079683909,finish=1554312896806699246,duration=589727015337
---
travis_time:end:18af502c:start=1554312897967478491,finish=1554312897974419545,duration=6941054
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:08c581b0
$ 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:163ed7b2
travis_time:start:163ed7b2
$ 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:0b00e2d6
$ 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 Apr 3, 2019
@kennytm kennytm 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-review Status: Awaiting review from the assignee but also interested parties. labels Apr 3, 2019
@kennytm
Copy link
Member

kennytm commented Apr 5, 2019

We need to include #59704 here.

@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-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants