[INFO] fetching crate rulex-macro 0.4.4... [INFO] testing rulex-macro-0.4.4 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate rulex-macro 0.4.4 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate rulex-macro 0.4.4 [INFO] finished tweaking crates.io crate rulex-macro 0.4.4 [INFO] tweaked toml for crates.io crate rulex-macro 0.4.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rulex-macro 0.4.4 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rulex v0.4.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab37868664c8486f570b43e9a1cb6f3acba6f7e63a6bcdee4f74523234ca7f95 [INFO] running `Command { std: "docker" "start" "-a" "ab37868664c8486f570b43e9a1cb6f3acba6f7e63a6bcdee4f74523234ca7f95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab37868664c8486f570b43e9a1cb6f3acba6f7e63a6bcdee4f74523234ca7f95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab37868664c8486f570b43e9a1cb6f3acba6f7e63a6bcdee4f74523234ca7f95", kill_on_drop: false }` [INFO] [stdout] ab37868664c8486f570b43e9a1cb6f3acba6f7e63a6bcdee4f74523234ca7f95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88c61a824c5f66f3d828db85e1813cb90eac9c27628020008a94200bbeac27f9 [INFO] running `Command { std: "docker" "start" "-a" "88c61a824c5f66f3d828db85e1813cb90eac9c27628020008a94200bbeac27f9", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling rulex v0.4.4 [INFO] [stderr] Compiling rulex-macro v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | Rulex, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stdout] --> src/lib.rs:119:11 [INFO] [stdout] | [INFO] [stdout] 119 | match Rulex::parse_and_compile(input, Default::default(), CompileOptions { flavor }) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s [INFO] running `Command { std: "docker" "inspect" "88c61a824c5f66f3d828db85e1813cb90eac9c27628020008a94200bbeac27f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88c61a824c5f66f3d828db85e1813cb90eac9c27628020008a94200bbeac27f9", kill_on_drop: false }` [INFO] [stdout] 88c61a824c5f66f3d828db85e1813cb90eac9c27628020008a94200bbeac27f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61f8fc3505b87f8f9b960cbfe3c5fa0536a3726efd7e09ce2a3992bbd6635e15 [INFO] running `Command { std: "docker" "start" "-a" "61f8fc3505b87f8f9b960cbfe3c5fa0536a3726efd7e09ce2a3992bbd6635e15", kill_on_drop: false }` [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling rulex v0.4.4 [INFO] [stderr] Compiling rulex-macro v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | Rulex, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stdout] --> src/lib.rs:119:11 [INFO] [stdout] | [INFO] [stdout] 119 | match Rulex::parse_and_compile(input, Default::default(), CompileOptions { flavor }) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | Rulex, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stdout] --> src/lib.rs:119:11 [INFO] [stdout] | [INFO] [stdout] 119 | match Rulex::parse_and_compile(input, Default::default(), CompileOptions { flavor }) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.68s [INFO] running `Command { std: "docker" "inspect" "61f8fc3505b87f8f9b960cbfe3c5fa0536a3726efd7e09ce2a3992bbd6635e15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61f8fc3505b87f8f9b960cbfe3c5fa0536a3726efd7e09ce2a3992bbd6635e15", kill_on_drop: false }` [INFO] [stdout] 61f8fc3505b87f8f9b960cbfe3c5fa0536a3726efd7e09ce2a3992bbd6635e15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 501327f75feb333609bb932a9161c647620097e59bd1ef97b4964fea5622d29f [INFO] running `Command { std: "docker" "start" "-a" "501327f75feb333609bb932a9161c647620097e59bd1ef97b4964fea5622d29f", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stderr] --> src/lib.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | Rulex, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `rulex::Rulex`: This entire crate is deprecated. Use the `pomsky` crate instead. [INFO] [stderr] --> src/lib.rs:119:11 [INFO] [stderr] | [INFO] [stderr] 119 | match Rulex::parse_and_compile(input, Default::default(), CompileOptions { flavor }) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rulex-macro` (lib) generated 2 warnings [INFO] [stderr] warning: `rulex-macro` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rulex_macro-18f69d962a5a19c4) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/test_macro.rs (/opt/rustwide/target/debug/deps/test_macro-ea850dd481d0d142) [INFO] [stdout] running 3 tests [INFO] [stdout] test rust ... ok [INFO] [stdout] test composite_tokens ... ok [INFO] [stdout] test pcre ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rulex_macro [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "501327f75feb333609bb932a9161c647620097e59bd1ef97b4964fea5622d29f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "501327f75feb333609bb932a9161c647620097e59bd1ef97b4964fea5622d29f", kill_on_drop: false }` [INFO] [stdout] 501327f75feb333609bb932a9161c647620097e59bd1ef97b4964fea5622d29f