[INFO] fetching crate rex-regex 0.1.3... [INFO] checking rex-regex-0.1.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate rex-regex 0.1.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rex-regex 0.1.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rex-regex 0.1.3 [INFO] finished tweaking crates.io crate rex-regex 0.1.3 [INFO] tweaked toml for crates.io crate rex-regex 0.1.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bdffba3a033b6af1027703d1050e541849877d24a746159e46af0cd360a1b91 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7bdffba3a033b6af1027703d1050e541849877d24a746159e46af0cd360a1b91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bdffba3a033b6af1027703d1050e541849877d24a746159e46af0cd360a1b91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bdffba3a033b6af1027703d1050e541849877d24a746159e46af0cd360a1b91", kill_on_drop: false }` [INFO] [stdout] 7bdffba3a033b6af1027703d1050e541849877d24a746159e46af0cd360a1b91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23291b68bdf14fe7ac6314a0c111a587311567bb1c31f4600079b648fcc0cc65 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "23291b68bdf14fe7ac6314a0c111a587311567bb1c31f4600079b648fcc0cc65", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking rex-regex v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/profile.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | let re = rex::compile(re_s).unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/profile.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | println!("{}", rex::render_graph(re_s)); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/profile.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | assert!(rex::match_re(&re, inputs[i % size]).0); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rex-regex` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | rex::match_re_str("^(Hello)? [Ww]orld!?$", "Hello world") [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | let re = rex::compile("^(Hello)? [Ww]orld!?$").unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | assert!(rex::match_re(&re, "Hello world").0); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | let re = rex::compile("^Hello world$").unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | assert!(rex::match_re(&re, "Hello world").0); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | let re = rex::compile("(x+x+)+y").unwrap(); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rex` [INFO] [stdout] --> benches/e2e.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | assert!(rex::match_re(&re, "xxxxxxxxxxy").0); [INFO] [stdout] | ^^^ use of undeclared crate or module `rex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "23291b68bdf14fe7ac6314a0c111a587311567bb1c31f4600079b648fcc0cc65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23291b68bdf14fe7ac6314a0c111a587311567bb1c31f4600079b648fcc0cc65", kill_on_drop: false }` [INFO] [stdout] 23291b68bdf14fe7ac6314a0c111a587311567bb1c31f4600079b648fcc0cc65