[INFO] cloning repository https://github.com/afilini/bdk-practice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/afilini/bdk-practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafilini%2Fbdk-practice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafilini%2Fbdk-practice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 949004e227c4a9d1cab4867d0d79efe630ba6495
[INFO] checking afilini/bdk-practice against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafilini%2Fbdk-practice" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/afilini/bdk-practice
[INFO] finished tweaking git repo https://github.com/afilini/bdk-practice
[INFO] tweaked toml for git repo https://github.com/afilini/bdk-practice written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/afilini/bdk-practice on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/afilini/bdk-practice already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded secp256k1 v0.22.1
[INFO] [stderr]   Downloaded bitcoin_hashes v0.10.0
[INFO] [stderr]   Downloaded bech32 v0.8.1
[INFO] [stderr]   Downloaded base64-compat v1.0.0
[INFO] [stderr]   Downloaded miniscript v7.0.0
[INFO] [stderr]   Downloaded bitcoin v0.28.1
[INFO] [stderr]   Downloaded secp256k1-sys v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8
[INFO] running `Command { std: "docker" "start" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking bitcoin_hashes v0.10.0
[INFO] [stderr]     Checking bech32 v0.8.1
[INFO] [stderr]     Checking recursive-macro v0.1.0 (/opt/rustwide/workdir/recursive-macro)
[INFO] [stderr]     Checking bdk-practice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> recursive-macro/src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `parse`
[INFO] [stdout]   --> recursive-macro/src/main.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `recursive_macro`
[INFO] [stdout]   --> recursive-macro/src/main.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `recursive-macro/src/main.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `pk`
[INFO] [stdout]   --> recursive-macro/src/main.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    | ------------------ when calling this macro
[INFO] [stdout] ...
[INFO] [stdout] 26 |     let macro_parser = parse!(pk("key"));
[INFO] [stdout]    |                               ^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout]    = note: while trying to match end of macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `v`
[INFO] [stdout]   --> recursive-macro/src/main.rs:35:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    | ------------------ when calling this macro
[INFO] [stdout] ...
[INFO] [stdout] 35 |     let macro_parser = parse!(v:pk("key"));
[INFO] [stdout]    |                               ^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout]    = note: while trying to match end of macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `v`
[INFO] [stdout]   --> recursive-macro/src/main.rs:44:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    | ------------------ when calling this macro
[INFO] [stdout] ...
[INFO] [stdout] 44 |     let macro_parser = parse!(v:v:v:pk("key"));
[INFO] [stdout]    |                               ^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout]    = note: while trying to match end of macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `thresh`
[INFO] [stdout]   --> recursive-macro/src/main.rs:53:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    | ------------------ when calling this macro
[INFO] [stdout] ...
[INFO] [stdout] 53 |     let macro_parser = parse!(thresh(2, pk("alice"), after(10)));
[INFO] [stdout]    |                               ^^^^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout]    = note: while trying to match end of macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `thresh`
[INFO] [stdout]   --> recursive-macro/src/main.rs:62:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    | ------------------ when calling this macro
[INFO] [stdout] ...
[INFO] [stdout] 62 |     let macro_parser = parse!(thresh(2,v:pk("alice"),after(10)));
[INFO] [stdout]    |                               ^^^^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout]    = note: while trying to match end of macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: no rules expected `thresh`
[INFO] [stdout]   --> recursive-macro/src/main.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | macro_rules! parse {
[INFO] [stdout]    | ------------------ when calling this macro
[INFO] [stdout] ...
[INFO] [stdout] 71 |     let macro_parser = parse!(thresh(2,v:v:pk("alice"),v:after(10)));
[INFO] [stdout]    |                               ^^^^^^ no rules expected this token in macro call
[INFO] [stdout]    |
[INFO] [stdout]    = note: while trying to match end of macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `recursive-macro` (bin "recursive-macro" test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `recursive-macro` (bin "recursive-macro") due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8", kill_on_drop: false }`
[INFO] [stdout] d31b53bfa688064bf4e6f5ff41460c48d4a4555acd20d84cf0a8004a4eb58cd8
