[INFO] fetching crate nom-regex 0.1.0... [INFO] checking nom-regex-0.1.0 against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] extracting crate nom-regex 0.1.0 into /workspace/builds/worker-80/source [INFO] validating manifest of crates.io crate nom-regex 0.1.0 on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nom-regex 0.1.0 [INFO] finished tweaking crates.io crate nom-regex 0.1.0 [INFO] tweaked toml for crates.io crate nom-regex 0.1.0 written to /workspace/builds/worker-80/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b6c53dd19509dcc7988348f6c5a7fb380b133835b21f5c59fa41ebd6a88717e [INFO] running `Command { std: "docker" "start" "-a" "7b6c53dd19509dcc7988348f6c5a7fb380b133835b21f5c59fa41ebd6a88717e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b6c53dd19509dcc7988348f6c5a7fb380b133835b21f5c59fa41ebd6a88717e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b6c53dd19509dcc7988348f6c5a7fb380b133835b21f5c59fa41ebd6a88717e", kill_on_drop: false }` [INFO] [stdout] 7b6c53dd19509dcc7988348f6c5a7fb380b133835b21f5c59fa41ebd6a88717e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5583115de4846637a6036e6352260abcf435e87bfc33e8ee54677b5cd87b0c3c [INFO] running `Command { std: "docker" "start" "-a" "5583115de4846637a6036e6352260abcf435e87bfc33e8ee54677b5cd87b0c3c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nom v7.0.0-alpha2 [INFO] [stderr] Checking nom-regex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | named!(rm<&str,&str>, re_match!(r"^\d{4}-\d{2}-\d{2}")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | named!(rm<&str,&str>, re_find!(r"^\d{4}-\d{2}-\d{2}")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | named!(rm< &str,Vec<&str> >, re_matches!(r"\d{4}-\d{2}-\d{2}")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | named!(rm< &str,Vec<&str> >, re_capture!(r"([[:alpha:]]+)\s+((\d+).(\d+).(\d+))")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:208:9 [INFO] [stdout] | [INFO] [stdout] 208 | named!(rm< &str,Vec> >, re_captures!(r"([[:alpha:]]+)\s+((\d+).(\d+).(\d+))")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | named!(rm, re_bytes_match!(r"^\d{4}-\d{2}-\d{2}")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | named!(rm, re_bytes_find!(r"^\d{4}-\d{2}-\d{2}")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:272:9 [INFO] [stdout] | [INFO] [stdout] 272 | named!(rm>, re_bytes_matches!(r"\d{4}-\d{2}-\d{2}")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | named!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `named` in this scope [INFO] [stdout] --> src/macros.rs:337:9 [INFO] [stdout] | [INFO] [stdout] 337 | named!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:138:20 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(rm("2015-09-07"), Ok(("", "2015-09-07"))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 140 | rm("blah"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | assert_eq!(rm("2015-09-07blah"), Ok(("", "2015-09-07blah"))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | assert_eq!(rm("2015-09-07"), Ok(("", "2015-09-07"))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | rm("blah"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:160:20 [INFO] [stdout] | [INFO] [stdout] 160 | assert_eq!(rm("2015-09-07blah"), Ok(("blah", "2015-09-07"))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | assert_eq!(rm("2015-09-07"), Ok(("", vec!["2015-09-07"]))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | rm("blah"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | rm("aaa2015-09-07blah2015-09-09pouet"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | rm("blah nom 0.3.11pouet"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | rm("blah"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | rm("hello nom 0.3.11 world regex 0.1.41"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | rm("blah nom 0.3.11pouet"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | rm("blah"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | rm("hello nom 0.3.11 world regex 0.1.41 aaa"), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:238:20 [INFO] [stdout] | [INFO] [stdout] 238 | assert_eq!(rm(&b"2015-09-07"[..]), Ok((&b""[..], &b"2015-09-07"[..]))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | rm(&b"blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | rm(&b"2015-09-07blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:255:20 [INFO] [stdout] | [INFO] [stdout] 255 | assert_eq!(rm(&b"2015-09-07"[..]), Ok((&b""[..], &b"2015-09-07"[..]))); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | rm(&b"blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | rm(&b"2015-09-07blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | rm(&b"2015-09-07"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | rm(&b"blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:285:13 [INFO] [stdout] | [INFO] [stdout] 285 | rm(&b"aaa2015-09-07blah2015-09-09pouet"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | rm(&b"blah nom 0.3.11pouet"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | rm(&b"blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | rm(&b"hello nom 0.3.11 world regex 0.1.41"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:342:13 [INFO] [stdout] | [INFO] [stdout] 342 | rm(&b"blah nom 0.3.11pouet"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:356:13 [INFO] [stdout] | [INFO] [stdout] 356 | rm(&b"blah"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `rm` in this scope [INFO] [stdout] --> src/macros.rs:363:13 [INFO] [stdout] | [INFO] [stdout] 363 | rm(&b"hello nom 0.3.11 world regex 0.1.41 aaa"[..]), [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nom::lib::std::vec::Vec` [INFO] [stdout] --> src/macros.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | use nom::lib::std::vec::Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 40 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nom-regex` due to 41 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "5583115de4846637a6036e6352260abcf435e87bfc33e8ee54677b5cd87b0c3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5583115de4846637a6036e6352260abcf435e87bfc33e8ee54677b5cd87b0c3c", kill_on_drop: false }` [INFO] [stdout] 5583115de4846637a6036e6352260abcf435e87bfc33e8ee54677b5cd87b0c3c