[INFO] fetching crate repeated 0.1.2... [INFO] checking repeated-0.1.2 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate repeated 0.1.2 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate repeated 0.1.2 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate repeated 0.1.2 [INFO] finished tweaking crates.io crate repeated 0.1.2 [INFO] tweaked toml for crates.io crate repeated 0.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.77) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 615005d00606752a1ae9be539d8ed9873eaba0f4882d518c96153e1de464af86 [INFO] running `Command { std: "docker" "start" "-a" "615005d00606752a1ae9be539d8ed9873eaba0f4882d518c96153e1de464af86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "615005d00606752a1ae9be539d8ed9873eaba0f4882d518c96153e1de464af86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "615005d00606752a1ae9be539d8ed9873eaba0f4882d518c96153e1de464af86", kill_on_drop: false }` [INFO] [stdout] 615005d00606752a1ae9be539d8ed9873eaba0f4882d518c96153e1de464af86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfc88a42fd9890061fd80f944459bdf0309437acafcf3282afe55fc3513a2108 [INFO] running `Command { std: "docker" "start" "-a" "cfc88a42fd9890061fd80f944459bdf0309437acafcf3282afe55fc3513a2108", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unicode-ident v1.0.13 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling repeated v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: missing parameters for function definition [INFO] [stdout] --> tests/smoke.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a parameter list [INFO] [stdout] | [INFO] [stdout] 11 | })(); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `->`, `<`, `where`, or `{`, found `%` [INFO] [stdout] --> tests/smoke.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | / repeated!(for x in [0;9;3] { [INFO] [stdout] 6 | | fn Welcome_%%x%%() { [INFO] [stdout] 7 | | repeated!(for y in [1;%%x%%;2] { [INFO] [stdout] 8 | | println!("From within the macro %%x%%:%%y%%!"); [INFO] [stdout] 9 | | }); [INFO] [stdout] 10 | | } [INFO] [stdout] 11 | | }); [INFO] [stdout] | |______^ expected one of `->`, `<`, `where`, or `{` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected pattern, found `%` [INFO] [stdout] --> tests/smoke.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / repeated!( [INFO] [stdout] 20 | | %% my prelude [INFO] [stdout] 21 | | match t { [INFO] [stdout] 22 | | prelude my %% [INFO] [stdout] ... | [INFO] [stdout] 31 | | postlude my %% [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_____^ expected pattern [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected pattern, found `%` [INFO] [stdout] --> tests/smoke.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | / repeated!( [INFO] [stdout] 39 | | %% my prelude [INFO] [stdout] 40 | | match t { [INFO] [stdout] 41 | | prelude my %% [INFO] [stdout] ... | [INFO] [stdout] 50 | | postlude my %% [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_____^ expected pattern [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected pattern, found `%` [INFO] [stdout] --> tests/smoke.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | / repeated!( [INFO] [stdout] 59 | | %% my prelude [INFO] [stdout] 60 | | match t { [INFO] [stdout] 61 | | prelude my %% [INFO] [stdout] ... | [INFO] [stdout] 70 | | postlude my %% [INFO] [stdout] 71 | | ); [INFO] [stdout] | |_____^ expected pattern [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected expression, found `%` [INFO] [stdout] --> tests/smoke.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / repeated!( [INFO] [stdout] 102 | | %% s prelude [INFO] [stdout] 103 | | function( [INFO] [stdout] 104 | | prelude s%% [INFO] [stdout] ... | [INFO] [stdout] 107 | | ); [INFO] [stdout] 108 | | postlude e%%); [INFO] [stdout] | |_________________^ expected expression [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `;`, `=`, `@`, or `|`, found `%` [INFO] [stdout] --> tests/smoke.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | / repeated!(for j in [0;1] { [INFO] [stdout] 114 | | let param_%%j%% =%%j%%; [INFO] [stdout] 115 | | }); [INFO] [stdout] | |______^ expected one of `:`, `;`, `=`, `@`, or `|` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing parameters for function definition [INFO] [stdout] --> tests/smoke.rs:125:2 [INFO] [stdout] | [INFO] [stdout] 125 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a parameter list [INFO] [stdout] | [INFO] [stdout] 125 | )(); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `->`, `<`, `where`, or `{`, found `%` [INFO] [stdout] --> tests/smoke.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / repeated!( [INFO] [stdout] 120 | | for j in [0;255] { [INFO] [stdout] 121 | | fn repeat_%%j%%() { [INFO] [stdout] 122 | | repeated!(for i in [0;%%j%%] { println!("%%i%%"); }); [INFO] [stdout] 123 | | } [INFO] [stdout] 124 | | } [INFO] [stdout] 125 | | ); [INFO] [stdout] | |_^ expected one of `->`, `<`, `where`, or `{` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected pattern, found `%` [INFO] [stdout] --> tests/smoke.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | / repeated!( [INFO] [stdout] 131 | | %%s prelude [INFO] [stdout] 132 | | match x { [INFO] [stdout] 133 | | prelude s%% [INFO] [stdout] ... | [INFO] [stdout] 143 | | } [INFO] [stdout] 144 | | postlude e%%); [INFO] [stdout] | |_____________________^ expected pattern [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `repeated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `param_0` in this scope [INFO] [stdout] --> tests/smoke.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | println!("{}", param_0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Welcome_3` in this scope [INFO] [stdout] --> tests/smoke.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | Welcome_3(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `repeated` (test "smoke") due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "cfc88a42fd9890061fd80f944459bdf0309437acafcf3282afe55fc3513a2108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfc88a42fd9890061fd80f944459bdf0309437acafcf3282afe55fc3513a2108", kill_on_drop: false }` [INFO] [stdout] cfc88a42fd9890061fd80f944459bdf0309437acafcf3282afe55fc3513a2108