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

Remove rustc_mir dependency from rustc_borrowck #61590

Merged
merged 2 commits into from
Jul 12, 2019

Conversation

matthewjasper
Copy link
Contributor

Also renames rustc_borrowck to rustc_ast_borrowck and removes all error reporting from it.

cc #59193

@rust-highfive
Copy link
Collaborator

Some changes occurred in diagnostic error codes

cc @GuillaumeGomez

@rust-highfive
Copy link
Collaborator

r? @varkor

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 6, 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:278bb030:start=1559839369089445410,finish=1559839369906830173,duration=817384763
$ 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
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
#######################################################                   76.7%
######################################################################## 100.0%
[00:06:06] extracting /checkout/obj/build/cache/2019-05-23/cargo-beta-x86_64-unknown-linux-gnu.tar.gz
[00:06:06]     Updating crates.io index
[00:06:26] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:06:26] Build completed unsuccessfully in 0:00:37
[00:06:26] make: *** [prepare] Error 1
[00:06:26] Makefile:69: recipe for target 'prepare' failed
[00:06:27] Command failed. Attempt 2/5:
[00:06:27] Command failed. Attempt 2/5:
[00:06:27] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:06:27] Build completed unsuccessfully in 0:00:00
[00:06:27] Makefile:69: recipe for target 'prepare' failed
[00:06:27] make: *** [prepare] Error 1
[00:06:29] Command failed. Attempt 3/5:
[00:06:29] Command failed. Attempt 3/5:
[00:06:29] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:06:29] Build completed unsuccessfully in 0:00:00
[00:06:29] make: *** [prepare] Error 1
[00:06:29] Makefile:69: recipe for target 'prepare' failed
[00:06:32] Command failed. Attempt 4/5:
[00:06:32] Command failed. Attempt 4/5:
[00:06:32] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:06:32] Build completed unsuccessfully in 0:00:00
[00:06:32] Makefile:69: recipe for target 'prepare' failed
[00:06:32] make: *** [prepare] Error 1
[00:06:36] Command failed. Attempt 5/5:
[00:06:36] Command failed. Attempt 5/5:
[00:06:36] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:06:36] Build completed unsuccessfully in 0:00:00
[00:06:36] make: *** [prepare] Error 1
[00:06:36] Makefile:69: recipe for target 'prepare' failed
[00:06:36] The command has failed after 5 attempts.
---
travis_time:end:02413ffa:start=1559839778182776331,finish=1559839778188257376,duration=5481045
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:11ebc894
$ 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:1d060dae
travis_time:start:1d060dae
$ 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:31c855d4
$ 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)

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from e847a0f to 0100cc2 Compare June 7, 2019 07:59
@varkor
Copy link
Member

varkor commented Jun 10, 2019

I don't think I'll have time to review something this large very soon, so I'm going to reassign.

r? @pnkfelix

@rust-highfive rust-highfive assigned pnkfelix and unassigned varkor Jun 10, 2019
@bors
Copy link
Contributor

bors commented Jun 11, 2019

☔ The latest upstream changes (presumably #61735) made this pull request unmergeable. Please resolve the merge conflicts.

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from 0100cc2 to 6b30007 Compare June 14, 2019 20:42
@bors
Copy link
Contributor

bors commented Jun 16, 2019

☔ The latest upstream changes (presumably #60730) made this pull request unmergeable. Please resolve the merge conflicts.

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from 6b30007 to 9f56232 Compare June 16, 2019 20:05
@bors
Copy link
Contributor

bors commented Jun 18, 2019

☔ The latest upstream changes (presumably #61915) made this pull request unmergeable. Please resolve the merge conflicts.

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from 9f56232 to e71878d Compare June 19, 2019 21:02
@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:0ddc6458:start=1560978219817211093,finish=1560978220675733124,duration=858522031
$ 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
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
[00:40:18]    --> src/librustc_ast_borrowck/lib.rs:4:9
[00:40:18]     |
[00:40:18] 4   | #![deny(rust_2018_idioms)]
[00:40:18]     |         ^^^^^^^^^^^^^^^^
[00:40:18]     = note: #[deny(explicit_outlives_requirements)] implied by #[deny(rust_2018_idioms)]
[00:40:18] error: aborting due to previous error
[00:40:18] 
[00:40:18] error: Could not compile `rustc_ast_borrowck`.
[00:40:18] warning: build failed, waiting for other jobs to finish...
---
travis_time:end:055f0864:start=1560980938363642735,finish=1560980938371029584,duration=7386849
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:0c0eaac4
$ 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:17699b68
$ 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
Copy link
Contributor

bors commented Jun 22, 2019

☔ The latest upstream changes (presumably #62041) made this pull request unmergeable. Please resolve the merge conflicts.

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from e71878d to bfccc1e Compare June 22, 2019 20:12
@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:0176a7d2:start=1561234408016249841,finish=1561234408832294141,duration=816044300
$ 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
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
[00:43:16]    --> src/librustc_ast_borrowck/lib.rs:4:9
[00:43:16]     |
[00:43:16] 4   | #![deny(rust_2018_idioms)]
[00:43:16]     |         ^^^^^^^^^^^^^^^^
[00:43:16]     = note: #[deny(explicit_outlives_requirements)] implied by #[deny(rust_2018_idioms)]
[00:43:16] error: aborting due to previous error
[00:43:16] 
[00:43:17] error: Could not compile `rustc_ast_borrowck`.
[00:43:17] warning: build failed, waiting for other jobs to finish...
---
travis_time:end:00d1944e:start=1561237190124343615,finish=1561237190129058476,duration=4714861
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:20a1a32c
$ 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:01c9f2db
travis_time:start:01c9f2db
$ 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:12ecc500
$ 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)

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from bfccc1e to e71dabf Compare June 22, 2019 22:16
@bors
Copy link
Contributor

bors commented Jun 25, 2019

☔ The latest upstream changes (presumably #62119) made this pull request unmergeable. Please resolve the merge conflicts.

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from e71dabf to 49eff23 Compare June 26, 2019 19:35
@pnkfelix
Copy link
Member

Sorry it’s taken me so long to see this

The diff for at least one file (borrowck/mod.rs) seems like github did not see the initial move due to the crate rename. Could we save the rename for a different PR? Or at least a separate commit in the series?

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from 49eff23 to ff7b500 Compare June 29, 2019 16:37
@matthewjasper
Copy link
Contributor Author

This is now split into two commits

@bors
Copy link
Contributor

bors commented Jul 4, 2019

☔ The latest upstream changes (presumably #62355) made this pull request unmergeable. Please resolve the merge conflicts.

@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from ff7b500 to 965b06d Compare July 6, 2019 20:45
@bors
Copy link
Contributor

bors commented Jul 7, 2019

☔ The latest upstream changes (presumably #59800) made this pull request unmergeable. Please resolve the merge conflicts.

@pnkfelix
Copy link
Member

pnkfelix commented Jul 10, 2019

r=me once merge conflicts are resolved. Sorry for taking so long to get back around to this.

Update: as a mea culpa for taking so long, I went ahead and rebased the PR, double-checked that it built locally, and force-pushed up to @matthewjasper 's branch, in the hopes of r+'ing this myself now.

@pnkfelix pnkfelix 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 Jul 10, 2019
@pnkfelix pnkfelix force-pushed the remove-borrowck-mir-dependency branch from 965b06d to 151cf12 Compare July 10, 2019 10:41
@pnkfelix
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jul 10, 2019

📌 Commit 151cf12677cee27e5b880473cd023dc66e08b7ca has been approved by pnkfelix

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

The job x86_64-gnu-llvm-6.0 of your PR failed (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.
2019-07-10T10:41:38.8613733Z ##[command]git remote add origin https://github.com/rust-lang/rust
2019-07-10T10:41:38.8795047Z ##[command]git config gc.auto 0
2019-07-10T10:41:38.8870669Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2019-07-10T10:41:38.8927724Z ##[command]git config --get-all http.proxy
2019-07-10T10:41:38.9075165Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/61590/merge:refs/remotes/pull/61590/merge
---
2019-07-10T10:42:13.5209960Z do so (now or later) by using -b with the checkout command again. Example:
2019-07-10T10:42:13.5210053Z 
2019-07-10T10:42:13.5210290Z   git checkout -b <new-branch-name>
2019-07-10T10:42:13.5210314Z 
2019-07-10T10:42:13.5210350Z HEAD is now at 050095660 Merge 151cf12677cee27e5b880473cd023dc66e08b7ca into 0324a2b309cd66cb7bd4a156bd0b84cb136e254f
2019-07-10T10:42:13.5363533Z ##[section]Starting: Collect CPU-usage statistics in the background
2019-07-10T10:42:13.5366492Z ==============================================================================
2019-07-10T10:42:13.5366553Z Task         : Bash
2019-07-10T10:42:13.5366617Z Description  : Run a Bash script on macOS, Linux, or Windows
---
2019-07-10T10:44:04.9683554Z Attempting with retry: curl -y 30 -Y 10 --connect-timeout 30 -f -L -C - -o /tmp/rustci_docker_cache https://.s3.amazonaws.com/docker/c7688a42c3598c0b7dfe0f9f69838f24b25841ef6f7f87b4686f4da367d970f5a477b9c1277bdc58ebfc14a49c51c0e2ddb2b3366d867d7aae1de3d9233c8624
2019-07-10T10:44:04.9743028Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2019-07-10T10:44:04.9747723Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-07-10T10:44:04.9747767Z 
2019-07-10T10:44:04.9748225Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: .s3.amazonaws.com
2019-07-10T10:44:05.9816278Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2019-07-10T10:44:05.9816439Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-07-10T10:44:05.9816470Z 
2019-07-10T10:44:05.9816470Z 
2019-07-10T10:44:05.9861387Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: .s3.amazonaws.com
2019-07-10T10:44:07.9936721Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2019-07-10T10:44:07.9937592Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-07-10T10:44:07.9937655Z 
2019-07-10T10:44:07.9937655Z 
2019-07-10T10:44:07.9979311Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: .s3.amazonaws.com
2019-07-10T10:44:11.0050276Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2019-07-10T10:44:11.0050725Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-07-10T10:44:11.0050913Z 
2019-07-10T10:44:11.0050913Z 
2019-07-10T10:44:11.0100527Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: .s3.amazonaws.com
2019-07-10T10:44:15.0175170Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2019-07-10T10:44:15.0175727Z                                  Dload  Upload   Total   Spent    Left  Speed
2019-07-10T10:44:15.0188100Z 
2019-07-10T10:44:15.0188100Z 
2019-07-10T10:44:15.0218235Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: .s3.amazonaws.com
2019-07-10T10:44:15.0224493Z The command has failed after 5 attempts.
2019-07-10T10:44:15.0467660Z open /tmp/rustci_docker_cache: no such file or directory
2019-07-10T10:44:15.0494243Z Attempting with retry: docker build --rm -t rust-ci -f /home/vsts/work/1/s/src/ci/docker/x86_64-gnu-llvm-6.0/Dockerfile /home/vsts/work/1/s/src/ci/docker
2019-07-10T10:44:15.2278163Z Sending build context to Docker daemon  521.7kB
2019-07-10T10:44:15.2278885Z 
2019-07-10T10:44:15.2520051Z Step 1/8 : FROM ubuntu:16.04
---
2019-07-10T10:44:33.7482317Z Reading package lists...
2019-07-10T10:44:34.6674107Z Reading package lists...
2019-07-10T10:44:34.8569945Z Building dependency tree...
2019-07-10T10:44:34.8570054Z Reading state information...
2019-07-10T10:44:34.9805270Z The following additional packages will be installed:
2019-07-10T10:44:34.9806092Z   binfmt-support binutils bzip2 cmake-data cpp cpp-5 dpkg-dev g++-5 gcc gcc-5
2019-07-10T10:44:34.9806432Z   git-man libarchive13 libasan2 libasn1-8-heimdal libatomic1
2019-07-10T10:44:34.9806708Z   libbabeltrace-ctf1 libbabeltrace1 libbsd-dev libbsd0 libbz2-1.0 libc-dev-bin
2019-07-10T10:44:34.9807263Z   libedit2 liberror-perl libexpat1 libffi-dev libffi6 libgcc-5-dev libgdbm3
2019-07-10T10:44:34.9807515Z   libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2
2019-07-10T10:44:34.9807783Z   libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
2019-07-10T10:44:34.9808102Z   libheimntlm0-heimdal libhogweed4 libhx509-5-heimdal libicu55 libidn11
2019-07-10T10:44:34.9808102Z   libheimntlm0-heimdal libhogweed4 libhx509-5-heimdal libicu55 libidn11
2019-07-10T10:44:34.9808577Z   libisl15 libitm1 libjsoncpp1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal
2019-07-10T10:44:34.9808804Z   libkrb5-3 libkrb5support0 libldap-2.4-2 libllvm6.0 liblsan0 liblzo2-2
2019-07-10T10:44:34.9809074Z   libmagic1 libmpc3 libmpdec2 libmpfr4 libmpx0 libnettle6 libp11-kit0
2019-07-10T10:44:34.9809300Z   libperl5.22 libpipeline1 libpython-stdlib libpython2.7-minimal
2019-07-10T10:44:34.9809528Z   libpython2.7-stdlib libpython3.5 libpython3.5-minimal libpython3.5-stdlib
2019-07-10T10:44:34.9809802Z   libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db
2019-07-10T10:44:34.9810037Z   libsqlite3-0 libssl1.0.0 libstdc++-5-dev libtasn1-6 libtinfo-dev libtsan0
2019-07-10T10:44:34.9810262Z   libubsan0 libwind0-heimdal libxml2 linux-libc-dev llvm-6.0 llvm-6.0-dev
2019-07-10T10:44:34.9810545Z   llvm-6.0-runtime mime-support openssl patch perl perl-modules-5.22 python
2019-07-10T10:44:34.9810755Z   python-minimal python2.7-minimal
2019-07-10T10:44:34.9810800Z Suggested packages:
2019-07-10T10:44:34.9811065Z   binutils-doc bzip2-doc codeblocks eclipse ninja-build cpp-doc gcc-5-locales
2019-07-10T10:44:34.9811296Z   debian-keyring g++-multilib g++-5-multilib gcc-5-doc libstdc++6-5-dbg
2019-07-10T10:44:34.9811516Z   gcc-multilib manpages-dev autoconf automake libtool flex bison gcc-doc
2019-07-10T10:44:34.9812013Z   libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg
2019-07-10T10:44:34.9812232Z   libmpx0-dbg libquadmath0-dbg gdb-doc gettext-base git-daemon-run
2019-07-10T10:44:34.9812232Z   libmpx0-dbg libquadmath0-dbg gdb-doc gettext-base git-daemon-run
2019-07-10T10:44:34.9812455Z   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch
2019-07-10T10:44:34.9812723Z   git-cvs git-mediawiki git-svn lrzip glibc-doc gnutls-bin krb5-doc krb5-user
2019-07-10T10:44:34.9812953Z   libstdc++-5-doc llvm-6.0-doc make-doc ed diffutils-doc perl-doc
2019-07-10T10:44:34.9813184Z   libterm-readline-gnu-perl | libterm-readline-perl-perl python-doc python-tk
2019-07-10T10:44:34.9813402Z   python2.7-doc
2019-07-10T10:44:34.9813446Z Recommended packages:
2019-07-10T10:44:34.9813663Z   build-essential fakeroot libalgorithm-merge-perl libc-dbg gdbserver less
2019-07-10T10:44:34.9813919Z   rsync ssh-client manpages manpages-dev libfile-fcntllock-perl
2019-07-10T10:44:34.9814148Z   libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales libsasl2-modules
2019-07-10T10:44:34.9814342Z   libssl-doc xml-core netbase rename
2019-07-10T10:44:34.9814435Z The following NEW packages will be installed:
2019-07-10T10:44:34.9814790Z   binfmt-support binutils bzip2 ca-certificates cmake cmake-data cpp cpp-5
2019-07-10T10:44:34.9815225Z   curl dpkg-dev file g++ g++-5 gcc gcc-5 gdb git git-man libarchive13 libasan2
2019-07-10T10:44:34.9815537Z   libasn1-8-heimdal libatomic1 libbabeltrace-ctf1 libbabeltrace1 libbsd-dev
2019-07-10T10:44:34.9816212Z   libbsd0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3 libcurl3-gnutls
2019-07-10T10:44:34.9816501Z   libdpkg-perl libedit-dev libedit2 liberror-perl libexpat1 libffi-dev libffi6
2019-07-10T10:44:34.9816814Z   libgcc-5-dev libgdbm3 libglib2.0-0 libgmp10 libgnutls30 libgomp1
2019-07-10T10:44:34.9817321Z   libheimntlm0-heimdal libhogweed4 libhx509-5-heimdal libicu55 libidn11
2019-07-10T10:44:34.9817634Z   libisl15 libitm1 libjsoncpp1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal
2019-07-10T10:44:34.9817886Z   libkrb5-3 libkrb5support0 libldap-2.4-2 libllvm6.0 liblsan0 liblzo2-2
2019-07-10T10:44:34.9818134Z   libmagic1 libmpc3 libmpdec2 libmpfr4 libmpx0 libnettle6 libp11-kit0
2019-07-10T10:44:34.9818134Z   libmagic1 libmpc3 libmpdec2 libmpfr4 libmpx0 libnettle6 libp11-kit0
2019-07-10T10:44:34.9818745Z   libperl5.22 libpipeline1 libpython-stdlib libpython2.7-minimal
2019-07-10T10:44:34.9818974Z   libpython2.7-stdlib libpython3.5 libpython3.5-minimal libpython3.5-stdlib
2019-07-10T10:44:34.9819222Z   libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db
2019-07-10T10:44:34.9819508Z   libsqlite3-0 libssl-dev libssl1.0.0 libstdc++-5-dev libtasn1-6 libtinfo-dev
2019-07-10T10:44:34.9819732Z   libtsan0 libubsan0 libwind0-heimdal libxml2 linux-libc-dev llvm-6.0
2019-07-10T10:44:34.9819960Z   llvm-6.0-dev llvm-6.0-runtime llvm-6.0-tools make mime-support openssl patch
2019-07-10T10:44:34.9820233Z   perl perl-modules-5.22 pkg-config python python-minimal python2.7
2019-07-10T10:44:34.9820434Z   python2.7-minimal sudo xz-utils zlib1g-dev
2019-07-10T10:44:34.9820481Z The following packages will be upgraded:
2019-07-10T10:44:35.3961894Z 1 upgraded, 115 newly installed, 0 to remove and 4 not upgraded.
2019-07-10T10:44:35.3963192Z Need to get 121 MB of archives.
2019-07-10T10:44:35.3963353Z After this operation, 592 MB of additional disk space will be used.
2019-07-10T10:44:35.3964404Z Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB]
---
2019-07-10T10:44:37.8390411Z Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sudo amd64 1.8.16-0ubuntu1.7 [390 kB]
2019-07-10T10:44:37.9114344Z Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.15 [492 kB]
2019-07-10T10:44:37.9186010Z Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20170717~16.04.2 [167 kB]
2019-07-10T10:44:37.9217996Z Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.13 [184 kB]
2019-07-10T10:44:37.9249088Z Get:65 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB]
2019-07-10T10:44:37.9268995Z Get:66 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpipeline1 amd64 1.4.1-2 [24.6 kB]
2019-07-10T10:44:37.9270728Z Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 binfmt-support amd64 2.1.6-1 [50.7 kB]
2019-07-10T10:44:38.0547483Z Get:69 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
2019-07-10T10:44:38.0614803Z Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.11 [7660 kB]
2019-07-10T10:44:38.3878046Z Get:71 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
2019-07-10T10:44:38.3885895Z Get:72 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.13 [139 kB]
---
2019-07-10T10:44:59.0852859Z Unpacking ca-certificates (20170717~16.04.2) ...
2019-07-10T10:44:59.2632870Z Selecting previously unselected package libcurl3-gnutls:amd64.
2019-07-10T10:44:59.2651986Z Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.13_amd64.deb ...
2019-07-10T10:44:59.2781078Z Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.13) ...
2019-07-10T10:44:59.4205756Z Selecting previously unselected package libedit2:amd64.
2019-07-10T10:44:59.4228343Z Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ...
2019-07-10T10:44:59.4371723Z Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ...
2019-07-10T10:44:59.5685561Z Selecting previously unselected package libpipeline1:amd64.
2019-07-10T10:44:59.5704659Z Preparing to unpack .../libpipeline1_1.4.1-2_amd64.deb ...
2019-07-10T10:44:59.5838321Z Unpacking libpipeline1:amd64 (1.4.1-2) ...
2019-07-10T10:44:59.8281472Z Selecting previously unselected package binfmt-support.
2019-07-10T10:44:59.8297126Z Preparing to unpack .../binfmt-support_2.1.6-1_amd64.deb ...
2019-07-10T10:44:59.8431312Z Unpacking binfmt-support (2.1.6-1) ...
2019-07-10T10:44:59.9725124Z Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.8_amd64.deb ...
2019-07-10T10:44:59.9879575Z Unpacking binutils (2.26.1-1ubuntu1~16.04.8) ...
2019-07-10T10:45:00.4592499Z Selecting previously unselected package libisl15:amd64.
2019-07-10T10:45:00.4612004Z Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
---
2019-07-10T10:45:12.3739017Z Selecting previously unselected package libtinfo-dev:amd64.
2019-07-10T10:45:12.3761030Z Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ...
2019-07-10T10:45:12.3913303Z Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ...
2019-07-10T10:45:12.4995383Z Selecting previously unselected package libedit-dev:amd64.
2019-07-10T10:45:12.5019988Z Preparing to unpack .../libedit-dev_3.1-20150325-1ubuntu2_amd64.deb ...
2019-07-10T10:45:12.5175111Z Unpacking libedit-dev:amd64 (3.1-20150325-1ubuntu2) ...
2019-07-10T10:45:12.6332698Z Selecting previously unselected package libllvm6.0:amd64.
2019-07-10T10:45:12.6355263Z Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ...
2019-07-10T10:45:12.6496862Z Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:15.4957180Z Selecting previously unselected package zlib1g-dev:amd64.
2019-07-10T10:45:15.4976629Z Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ...
2019-07-10T10:45:15.5105936Z Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
2019-07-10T10:45:15.6182620Z Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.15_amd64.deb ...
2019-07-10T10:45:15.6322080Z Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.15) ...
2019-07-10T10:45:15.9400917Z Selecting previously unselected package llvm-6.0-runtime.
2019-07-10T10:45:15.9400917Z Selecting previously unselected package llvm-6.0-runtime.
2019-07-10T10:45:15.9424037Z Preparing to unpack .../llvm-6.0-runtime_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ...
2019-07-10T10:45:15.9565588Z Unpacking llvm-6.0-runtime (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:16.0867714Z Selecting previously unselected package llvm-6.0.
2019-07-10T10:45:16.0889704Z Preparing to unpack .../llvm-6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ...
2019-07-10T10:45:16.1036084Z Unpacking llvm-6.0 (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:16.7158990Z Selecting previously unselected package libffi-dev:amd64.
2019-07-10T10:45:16.7177688Z Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ...
2019-07-10T10:45:16.7313439Z Unpacking libffi-dev:amd64 (3.2.1-4) ...
2019-07-10T10:45:16.8595281Z Selecting previously unselected package llvm-6.0-dev.
2019-07-10T10:45:16.8616363Z Preparing to unpack .../llvm-6.0-dev_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ...
2019-07-10T10:45:16.8769511Z Unpacking llvm-6.0-dev (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:21.3853196Z Selecting previously unselected package llvm-6.0-tools.
2019-07-10T10:45:21.3875797Z Preparing to unpack .../llvm-6.0-tools_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ...
2019-07-10T10:45:21.4011271Z Unpacking llvm-6.0-tools (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:21.5618008Z Selecting previously unselected package pkg-config.
2019-07-10T10:45:21.5645292Z Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ...
2019-07-10T10:45:21.5784321Z Unpacking pkg-config (0.29.1-0ubuntu1) ...
2019-07-10T10:45:22.2115306Z Processing triggers for systemd (229-4ubuntu21.21) ...
2019-07-10T10:45:22.2116443Z Setting up libgdbm3:amd64 (1.8.3-13.1) ...
2019-07-10T10:45:22.2117461Z Setting up libffi6:amd64 (3.2.1-4) ...
2019-07-10T10:45:22.2117961Z Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.3) ...
---
2019-07-10T10:45:26.0705710Z debconf: unable to initialize frontend: Dialog
2019-07-10T10:45:26.0706976Z debconf: (TERM is not set, so the dialog frontend is not usable.)
2019-07-10T10:45:26.0707369Z debconf: falling back to frontend: Readline
2019-07-10T10:45:26.6119560Z Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.13) ...
2019-07-10T10:45:26.6518520Z Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ...
2019-07-10T10:45:26.7034391Z Setting up libpipeline1:amd64 (1.4.1-2) ...
2019-07-10T10:45:26.7452967Z Setting up binfmt-support (2.1.6-1) ...
2019-07-10T10:45:26.8236987Z mount: permission denied
2019-07-10T10:45:26.8238631Z update-binfmts: warning: Couldn't mount the binfmt_misc filesystem on /proc/sys/fs/binfmt_misc.
2019-07-10T10:45:26.8254043Z mount: permission denied
2019-07-10T10:45:26.8256722Z update-binfmts: warning: Couldn't mount the binfmt_misc filesystem on /proc/sys/fs/binfmt_misc.
2019-07-10T10:45:26.9792693Z invoke-rc.d: could not determine current runlevel
2019-07-10T10:45:26.9823893Z invoke-rc.d: policy-rc.d denied execution of start.
2019-07-10T10:45:27.0486800Z Setting up libisl15:amd64 (0.16.1-1) ...
2019-07-10T10:45:27.0939254Z Setting up cpp-5 (5.4.0-6ubuntu1~16.04.11) ...
2019-07-10T10:45:27.1346056Z Setting up cpp (4:5.3.1-1ubuntu1) ...
2019-07-10T10:45:27.1878433Z Setting up curl (7.47.0-1ubuntu2.13) ...
---
2019-07-10T10:45:28.9226745Z Setting up libedit-dev:amd64 (3.1-20150325-1ubuntu2) ...
2019-07-10T10:45:28.9616693Z Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:29.0137609Z Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
2019-07-10T10:45:29.0522709Z Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.15) ...
2019-07-10T10:45:29.0918736Z Setting up llvm-6.0-runtime (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:29.1232646Z mount: permission denied
2019-07-10T10:45:29.1241784Z update-binfmts: warning: Couldn't mount the binfmt_misc filesystem on /proc/sys/fs/binfmt_misc.
2019-07-10T10:45:29.1461655Z Setting up llvm-6.0 (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:29.1886185Z Setting up libffi-dev:amd64 (3.2.1-4) ...
2019-07-10T10:45:29.2289176Z Setting up llvm-6.0-dev (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:29.2746858Z Setting up llvm-6.0-tools (1:6.0-1ubuntu2~16.04.1) ...
2019-07-10T10:45:29.3205434Z Setting up pkg-config (0.29.1-0ubuntu1) ...
2019-07-10T10:45:29.4604697Z Processing triggers for ca-certificates (20170717~16.04.2) ...
2019-07-10T10:45:29.4774462Z Updating certificates in /etc/ssl/certs...
2019-07-10T10:45:31.0688317Z 148 added, 0 removed; done.
2019-07-10T10:45:31.0693095Z Running hooks in /etc/ca-certificates/update.d...
---
2019-07-10T10:46:04.4915412Z Removing intermediate container e0e0b8899d3a
2019-07-10T10:46:04.4916627Z  ---> a0cf3b9db550
2019-07-10T10:46:04.4953495Z Successfully built a0cf3b9db550
2019-07-10T10:46:04.7078493Z Successfully tagged rust-ci:latest
2019-07-10T10:46:04.7838268Z Built container sha256:a0cf3b9db5505c4e9cb33e856686cb48e128561ae2985ac2b9481917f55fcc7d
2019-07-10T10:46:04.7855435Z Uploading finished image to https://.s3.amazonaws.com/docker/c7688a42c3598c0b7dfe0f9f69838f24b25841ef6f7f87b4686f4da367d970f5a477b9c1277bdc58ebfc14a49c51c0e2ddb2b3366d867d7aae1de3d9233c8624
2019-07-10T10:47:05.2463584Z upload failed: - to s3:///docker/c7688a42c3598c0b7dfe0f9f69838f24b25841ef6f7f87b4686f4da367d970f5a477b9c1277bdc58ebfc14a49c51c0e2ddb2b3366d867d7aae1de3d9233c8624 Parameter validation failed:
2019-07-10T10:47:05.2464504Z Invalid bucket name "": Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$"
2019-07-10T10:47:06.0368162Z [CI_JOB_NAME=x86_64-gnu-llvm-6.0]
2019-07-10T10:47:06.0428115Z Starting sccache server...
2019-07-10T10:47:06.0969082Z configure: processing command line
2019-07-10T10:47:06.0969220Z configure: 
---
2019-07-10T10:47:22.6177997Z ######################################################################## 100.0%
2019-07-10T10:47:23.5123312Z extracting /checkout/obj/build/cache/2019-07-04/cargo-beta-x86_64-unknown-linux-gnu.tar.gz
2019-07-10T10:47:23.5507036Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:24.7730770Z     Updating crates.io index
2019-07-10T10:47:44.8015564Z error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
2019-07-10T10:47:44.8046185Z failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
2019-07-10T10:47:44.8046441Z Build completed unsuccessfully in 0:00:38
2019-07-10T10:47:44.8098457Z make: *** [prepare] Error 1
2019-07-10T10:47:44.8099096Z Makefile:69: recipe for target 'prepare' failed
2019-07-10T10:47:45.8816294Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:45.8816294Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:46.0310515Z error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
2019-07-10T10:47:46.0328203Z failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
2019-07-10T10:47:46.0328279Z Build completed unsuccessfully in 0:00:00
2019-07-10T10:47:46.0379934Z make: *** [prepare] Error 1
2019-07-10T10:47:46.0383610Z Makefile:69: recipe for target 'prepare' failed
2019-07-10T10:47:48.1172018Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:48.1172018Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:48.2633008Z error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
2019-07-10T10:47:48.2647107Z failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
2019-07-10T10:47:48.2647178Z Build completed unsuccessfully in 0:00:00
2019-07-10T10:47:48.2694810Z Makefile:69: recipe for target 'prepare' failed
2019-07-10T10:47:48.2694875Z make: *** [prepare] Error 1
2019-07-10T10:47:51.3406937Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:51.3406937Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:51.4947661Z error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
2019-07-10T10:47:51.4964980Z failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
2019-07-10T10:47:51.4965913Z Build completed unsuccessfully in 0:00:00
2019-07-10T10:47:51.5017314Z Makefile:69: recipe for target 'prepare' failed
2019-07-10T10:47:51.5029652Z make: *** [prepare] Error 1
2019-07-10T10:47:55.5703071Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:55.5703071Z warning: /checkout/src/tools/miri/Cargo.toml: the cargo feature `default-run` is now stable and is no longer necessary to be listed in the manifest
2019-07-10T10:47:55.7245146Z error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
2019-07-10T10:47:55.7266413Z failed to run: /checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path /checkout/src/bootstrap/Cargo.toml --locked
2019-07-10T10:47:55.7266543Z Build completed unsuccessfully in 0:00:00
2019-07-10T10:47:55.7317094Z Makefile:69: recipe for target 'prepare' failed
2019-07-10T10:47:55.7318266Z make: *** [prepare] Error 1
2019-07-10T10:47:55.7323420Z The command has failed after 5 attempts.
2019-07-10T10:48:00.2407097Z ##[error]Bash exited with code '1'.
2019-07-10T10:48:00.2436725Z ##[section]Starting: Checkout
2019-07-10T10:48:00.2438146Z ==============================================================================
2019-07-10T10:48:00.2438189Z Task         : Get sources
2019-07-10T10:48:00.2438225Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

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)

@matthewjasper
Copy link
Contributor 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 Jul 10, 2019
@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from 151cf12 to 6f5bb5b Compare July 10, 2019 18:27
@matthewjasper
Copy link
Contributor Author

@bors r=pnkfelix

@bors
Copy link
Contributor

bors commented Jul 10, 2019

📌 Commit 6f5bb5b0c30f27df16949448ae08d20e098336b6 has been approved by pnkfelix

@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 Jul 10, 2019
@matthewjasper matthewjasper force-pushed the remove-borrowck-mir-dependency branch from 6f5bb5b to 34ddc70 Compare July 11, 2019 17:54
@matthewjasper
Copy link
Contributor Author

@bors r=pnkfelix

@bors
Copy link
Contributor

bors commented Jul 11, 2019

📌 Commit 34ddc70 has been approved by pnkfelix

@Centril
Copy link
Contributor

Centril commented Jul 12, 2019

@bors rollup=never

@Centril
Copy link
Contributor

Centril commented Jul 12, 2019

@bors p=30

@bors
Copy link
Contributor

bors commented Jul 12, 2019

⌛ Testing commit 34ddc70 with merge 1b1b538...

bors added a commit that referenced this pull request Jul 12, 2019
…r=pnkfelix

Remove rustc_mir dependency from rustc_borrowck

Also renames `rustc_borrowck` to `rustc_ast_borrowck` and removes all error reporting from it.

cc #59193
@bors
Copy link
Contributor

bors commented Jul 12, 2019

☀️ Test successful - checks-azure, checks-travis, status-appveyor
Approved by: pnkfelix
Pushing 1b1b538 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 12, 2019
@bors bors merged commit 34ddc70 into rust-lang:master Jul 12, 2019
@matthewjasper matthewjasper deleted the remove-borrowck-mir-dependency branch July 12, 2019 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

6 participants