[INFO] fetching crate htmlgrep 0.3.0... [INFO] checking htmlgrep-0.3.0 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] extracting crate htmlgrep 0.3.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate htmlgrep 0.3.0 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate htmlgrep 0.3.0 [INFO] finished tweaking crates.io crate htmlgrep 0.3.0 [INFO] tweaked toml for crates.io crate htmlgrep 0.3.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 41dc08527cffebcd4ad9bbb90f8305dee0723c4eabaeb0a2a6de62f2aa62964d [INFO] running `"docker" "start" "-a" "41dc08527cffebcd4ad9bbb90f8305dee0723c4eabaeb0a2a6de62f2aa62964d"` [INFO] [stderr] Compiling html5ever v0.23.0 [INFO] [stderr] Compiling markup5ever v0.8.1 [INFO] [stderr] Checking selectors v0.21.0 [INFO] [stderr] Checking string_cache v0.7.5 [INFO] [stderr] Checking kuchiki v0.7.3 [INFO] [stderr] Checking htmlgrep v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0382]: use of moved value: `matches` [INFO] [stderr] --> css.rs:211:36 [INFO] [stderr] | [INFO] [stderr] 208 | fn print_count(matches: htmlgrep::Matches, opts: Options) { [INFO] [stderr] | ------- move occurs because `matches` has type `htmlgrep::Matches`, which does not implement the `Copy` trait [INFO] [stderr] 209 | match opts.max { [INFO] [stderr] 210 | Some(n) if matches.count() > n => print!("{}{}", n, opts.separator), [INFO] [stderr] | ------- value moved here [INFO] [stderr] 211 | Some(_) | None => print!("{}{}", matches.count(), opts.separator), [INFO] [stderr] | ^^^^^^^ value used here after move [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `htmlgrep`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0382]: use of moved value: `matches` [INFO] [stderr] --> css.rs:211:36 [INFO] [stderr] | [INFO] [stderr] 208 | fn print_count(matches: htmlgrep::Matches, opts: Options) { [INFO] [stderr] | ------- move occurs because `matches` has type `htmlgrep::Matches`, which does not implement the `Copy` trait [INFO] [stderr] 209 | match opts.max { [INFO] [stderr] 210 | Some(n) if matches.count() > n => print!("{}{}", n, opts.separator), [INFO] [stderr] | ------- value moved here [INFO] [stderr] 211 | Some(_) | None => print!("{}{}", matches.count(), opts.separator), [INFO] [stderr] | ^^^^^^^ value used here after move [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `htmlgrep`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "41dc08527cffebcd4ad9bbb90f8305dee0723c4eabaeb0a2a6de62f2aa62964d"` [INFO] running `"docker" "rm" "-f" "41dc08527cffebcd4ad9bbb90f8305dee0723c4eabaeb0a2a6de62f2aa62964d"` [INFO] [stdout] 41dc08527cffebcd4ad9bbb90f8305dee0723c4eabaeb0a2a6de62f2aa62964d