[INFO] fetching crate get_errno 0.0.3...
[INFO] checking get_errno-0.0.3 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate get_errno 0.0.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate get_errno 0.0.3 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate get_errno 0.0.3
[INFO] finished tweaking crates.io crate get_errno 0.0.3
[INFO] tweaked toml for crates.io crate get_errno 0.0.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded regex_macros v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dfea6a5f609f6e3f82d67f3a5af7ad5088dc249ea2c744e71d3061e8d9fe7100
[INFO] running `Command { std: "docker" "start" "-a" "dfea6a5f609f6e3f82d67f3a5af7ad5088dc249ea2c744e71d3061e8d9fe7100", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dfea6a5f609f6e3f82d67f3a5af7ad5088dc249ea2c744e71d3061e8d9fe7100", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfea6a5f609f6e3f82d67f3a5af7ad5088dc249ea2c744e71d3061e8d9fe7100", kill_on_drop: false }`
[INFO] [stdout] dfea6a5f609f6e3f82d67f3a5af7ad5088dc249ea2c744e71d3061e8d9fe7100
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef6c58d28573b0848d2ca58d83524fc5c2807b56139323efe90539b036de883c
[INFO] running `Command { std: "docker" "start" "-a" "ef6c58d28573b0848d2ca58d83524fc5c2807b56139323efe90539b036de883c", kill_on_drop: false }`
[INFO] [stderr]    Compiling ucd-util v0.1.10
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling regex-syntax v0.4.2
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling regex_macros v0.2.0
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | #![feature(plugin_registrar, quote, rustc_private)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:18:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | #![feature(plugin_registrar, quote, rustc_private)]
[INFO] [stdout]    |                              ^^^^^ feature has been removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | extern crate rustc_plugin;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `syntax`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | extern crate syntax;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `plugin_registrar` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[plugin_registrar]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `plugin_registrar` is in scope, but it is a function, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:119:21
[INFO] [stdout]     |
[INFO] [stdout] 119 |                     quote_expr!(cx, Some($name))
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:133:21
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     quote_expr!(cx, ($name, $group_idx))
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         quote_expr!(self.cx, {
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:352:29
[INFO] [stdout]     |
[INFO] [stdout] 352 | ...                   quote_expr!(self.cx, {
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:360:29
[INFO] [stdout]     |
[INFO] [stdout] 360 | ...                   quote_expr!(self.cx, {
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:367:29
[INFO] [stdout]     |
[INFO] [stdout] 367 | ...                   quote_expr!(self.cx, {
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:375:29
[INFO] [stdout]     |
[INFO] [stdout] 375 | ...                   quote_expr!(self.cx, {
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:384:33
[INFO] [stdout]     |
[INFO] [stdout] 384 | ...                   quote_expr!(self.cx, { w1 ^ w2 })
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:386:33
[INFO] [stdout]     |
[INFO] [stdout] 386 | ...                   quote_expr!(self.cx, { !(w1 ^ w2) })
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:388:29
[INFO] [stdout]     |
[INFO] [stdout] 388 | ...                   quote_expr!(self.cx, {
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:406:21
[INFO] [stdout]     |
[INFO] [stdout] 406 |                     quote_expr!(self.cx, {
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:419:21
[INFO] [stdout]     |
[INFO] [stdout] 419 |                     quote_expr!(self.cx, {
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:425:22
[INFO] [stdout]     |
[INFO] [stdout] 425 |                 _ => quote_expr!(self.cx, {
[INFO] [stdout]     |                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:442:35
[INFO] [stdout]     |
[INFO] [stdout] 442 |                 Inst::Match(_) => quote_expr!(self.cx, {
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:451:21
[INFO] [stdout]     |
[INFO] [stdout] 451 |                     quote_expr!(self.cx, {
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:461:21
[INFO] [stdout]     |
[INFO] [stdout] 461 |                     quote_expr!(self.cx, {
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:472:22
[INFO] [stdout]     |
[INFO] [stdout] 472 |                 _ => quote_expr!(self.cx, { return false; }),
[INFO] [stdout]     |                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:487:21
[INFO] [stdout]     |
[INFO] [stdout] 487 |                     quote_expr!(self.cx, $start), quote_expr!(self.cx, $end)));
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:487:51
[INFO] [stdout]     |
[INFO] [stdout] 487 |                     quote_expr!(self.cx, $start), quote_expr!(self.cx, $end)));
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:488:45
[INFO] [stdout]     |
[INFO] [stdout] 488 |             self.cx.arm(self.sp, vec!(pat), quote_expr!(self.cx, true))
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:491:38
[INFO] [stdout]     |
[INFO] [stdout] 491 |         arms.push(self.wild_arm_expr(quote_expr!(self.cx, false)));
[INFO] [stdout]     |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:492:24
[INFO] [stdout]     |
[INFO] [stdout] 492 |         let match_on = quote_expr!(self.cx, c);
[INFO] [stdout]     |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:525:37
[INFO] [stdout]     |
[INFO] [stdout] 525 |         self.cx.expr_match(self.sp, quote_expr!(self.cx, pc), arms)
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 |         quote_expr!(self.cx, {})
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quote_expr` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex_macros-0.2.0/src/lib.rs:535:47
[INFO] [stdout]     |
[INFO] [stdout] 535 |         let pc_pat = self.cx.pat_lit(self.sp, quote_expr!(self.cx, $pc));
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 30 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0463, E0557.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `regex_macros` (lib) due to 31 previous errors
[INFO] running `Command { std: "docker" "inspect" "ef6c58d28573b0848d2ca58d83524fc5c2807b56139323efe90539b036de883c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef6c58d28573b0848d2ca58d83524fc5c2807b56139323efe90539b036de883c", kill_on_drop: false }`
[INFO] [stdout] ef6c58d28573b0848d2ca58d83524fc5c2807b56139323efe90539b036de883c
