[INFO] fetching crate rex-regex 0.1.3... [INFO] checking rex-regex-0.1.3 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate rex-regex 0.1.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate rex-regex 0.1.3 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e25f98ce595439dc7b71eeda8984ea7d603d85c2fdd9d58f7f2e181907183c67 [INFO] running `Command { std: "docker" "start" "-a" "e25f98ce595439dc7b71eeda8984ea7d603d85c2fdd9d58f7f2e181907183c67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e25f98ce595439dc7b71eeda8984ea7d603d85c2fdd9d58f7f2e181907183c67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e25f98ce595439dc7b71eeda8984ea7d603d85c2fdd9d58f7f2e181907183c67", kill_on_drop: false }` [INFO] [stdout] e25f98ce595439dc7b71eeda8984ea7d603d85c2fdd9d58f7f2e181907183c67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 34b2c9498efc5023c3f930b47a2b0fe660cdca92a6d88e01a62f51b496e34ad4 [INFO] running `Command { std: "docker" "start" "-a" "34b2c9498efc5023c3f930b47a2b0fe660cdca92a6d88e01a62f51b496e34ad4", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking regex-syntax v0.6.21 [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.15 [INFO] [stderr] Checking regex v1.4.2 [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/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[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 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] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "34b2c9498efc5023c3f930b47a2b0fe660cdca92a6d88e01a62f51b496e34ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34b2c9498efc5023c3f930b47a2b0fe660cdca92a6d88e01a62f51b496e34ad4", kill_on_drop: false }` [INFO] [stdout] 34b2c9498efc5023c3f930b47a2b0fe660cdca92a6d88e01a62f51b496e34ad4