[INFO] fetching crate boyer-moore-magiclen 0.2.11... [INFO] checking boyer-moore-magiclen-0.2.11 against beta for pr-78714 [INFO] extracting crate boyer-moore-magiclen 0.2.11 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate boyer-moore-magiclen 0.2.11 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate boyer-moore-magiclen 0.2.11 [INFO] finished tweaking crates.io crate boyer-moore-magiclen 0.2.11 [INFO] tweaked toml for crates.io crate boyer-moore-magiclen 0.2.11 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1040225fc45dcea86fd966254b321c2ead01a8c45fb3237ee835c3cd8c759ab [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" "b1040225fc45dcea86fd966254b321c2ead01a8c45fb3237ee835c3cd8c759ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1040225fc45dcea86fd966254b321c2ead01a8c45fb3237ee835c3cd8c759ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1040225fc45dcea86fd966254b321c2ead01a8c45fb3237ee835c3cd8c759ab", kill_on_drop: false }` [INFO] [stdout] b1040225fc45dcea86fd966254b321c2ead01a8c45fb3237ee835c3cd8c759ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d548883ea1737acccbf41f0b86147cf9ae2d08a1a0bb8b72869fe08482a6d2d [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" "5d548883ea1737acccbf41f0b86147cf9ae2d08a1a0bb8b72869fe08482a6d2d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking debug-helper v0.3.10 [INFO] [stderr] Checking utf8-width v0.1.4 [INFO] [stderr] Checking bencher v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Checking boyer-moore-magiclen v0.2.11 (/opt/rustwide/workdir) [INFO] [stderr] Compiling enum-ordinalize v3.1.8 [INFO] [stderr] Compiling educe v0.4.13 [INFO] [stderr] Checking scanner-rust v2.0.13 [INFO] [stdout] error[E0583]: file not found for module `normal_text_search_lib` [INFO] [stdout] --> benches/normal_text_search.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | mod normal_text_search_lib; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `normal_text_search_lib`, create file "benches/normal_text_search_lib.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `full_text_search_lib` [INFO] [stdout] --> benches/full_text_search.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | mod full_text_search_lib; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `full_text_search_lib`, create file "benches/full_text_search_lib.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | let result = naive_search(&text, PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | let result = regex_search(&text, PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | let result = bmb_search(text.as_str(), PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | let result = naive_search(&text, PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:103:22 [INFO] [stdout] | [INFO] [stdout] 103 | let result = regex_search(&text, PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | let result = bmb_search(text.as_str(), PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:143:22 [INFO] [stdout] | [INFO] [stdout] 143 | let result = naive_search(&text, NOT_EXIST_PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 153 | let result = regex_search(&text, NOT_EXIST_PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | let result = bmb_search(text.as_str(), NOT_EXIST_PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:204:22 [INFO] [stdout] | [INFO] [stdout] 204 | let result = naive_search(&text, NOT_EXIST_PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | let result = regex_search(&text, NOT_EXIST_PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/normal_text_search.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | let result = bmb_search(text.as_str(), NOT_EXIST_PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `normal_text_search_lib::*` [INFO] [stdout] --> benches/normal_text_search.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use normal_text_search_lib::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | let result = naive_search(&text, PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | let result = regex_search(&text, PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | let result = bmb_search(text.as_str(), PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | let result = naive_search(&text, PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:103:22 [INFO] [stdout] | [INFO] [stdout] 103 | let result = regex_search(&text, PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | let result = bmb_search(text.as_str(), PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:143:22 [INFO] [stdout] | [INFO] [stdout] 143 | let result = naive_search(&text, NOT_EXIST_PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 153 | let result = regex_search(&text, NOT_EXIST_PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 163 | let result = bmb_search(text.as_str(), NOT_EXIST_PATTERN_SHORT); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `naive_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:204:22 [INFO] [stdout] | [INFO] [stdout] 204 | let result = naive_search(&text, NOT_EXIST_PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `regex_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | let result = regex_search(&text, NOT_EXIST_PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bmb_search` in this scope [INFO] [stdout] --> benches/full_text_search.rs:224:22 [INFO] [stdout] | [INFO] [stdout] 224 | let result = bmb_search(text.as_str(), NOT_EXIST_PATTERN_LONG); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `full_text_search_lib::*` [INFO] [stdout] --> benches/full_text_search.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use full_text_search_lib::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `boyer-moore-magiclen` [INFO] [stderr] [INFO] [stdout] error: aborting due to 13 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] Some errors have detailed explanations: E0425, E0583. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5d548883ea1737acccbf41f0b86147cf9ae2d08a1a0bb8b72869fe08482a6d2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d548883ea1737acccbf41f0b86147cf9ae2d08a1a0bb8b72869fe08482a6d2d", kill_on_drop: false }` [INFO] [stdout] 5d548883ea1737acccbf41f0b86147cf9ae2d08a1a0bb8b72869fe08482a6d2d