[INFO] crate htmlq 0.1.0 is already in cache
[INFO] checking htmlq-0.1.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665
[INFO] extracting crate htmlq 0.1.0 into /workspace/builds/worker-8/source
[INFO] validating manifest of crates.io crate htmlq 0.1.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e
[INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate htmlq 0.1.0
[INFO] finished tweaking crates.io crate htmlq 0.1.0
[INFO] tweaked toml for crates.io crate htmlq 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] f899e6bf744fc1a221a09569b90a0b4711a4c22b70fa9bda2d43d8057e16d707
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "f899e6bf744fc1a221a09569b90a0b4711a4c22b70fa9bda2d43d8057e16d707"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr] Compiling autocfg v0.1.7
[INFO] [stderr] Compiling rand_core v0.4.2
[INFO] [stderr] Compiling libc v0.2.69
[INFO] [stderr] Compiling proc-macro2 v1.0.12
[INFO] [stderr] Compiling unicode-xid v0.2.0
[INFO] [stderr] Compiling siphasher v0.2.3
[INFO] [stderr] Compiling ryu v1.0.4
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Checking dtoa v0.4.5
[INFO] [stderr] Compiling procedural-masquerade v0.1.6
[INFO] [stderr] Checking nodrop v0.1.14
[INFO] [stderr] Checking itoa v0.4.5
[INFO] [stderr] Checking thin-slice v0.1.1
[INFO] [stderr] Checking unicode-width v0.1.7
[INFO] [stderr] Checking vec_map v0.8.2
[INFO] [stderr] Checking ansi_term v0.11.0
[INFO] [stderr] Checking strsim v0.8.0
[INFO] [stderr] Checking servo_arc v0.1.1
[INFO] [stderr] Compiling serde v1.0.109
[INFO] [stderr] Checking textwrap v0.11.0
[INFO] [stderr] Checking smallvec v0.6.13
[INFO] [stderr] Checking fxhash v0.2.1
[INFO] [stderr] Compiling syn v0.15.44
[INFO] [stderr] Checking dtoa-short v0.3.2
[INFO] [stderr] Compiling phf_shared v0.7.24
[INFO] [stderr] Compiling rand_core v0.3.1
[INFO] [stderr] Compiling rand_jitter v0.1.4
[INFO] [stderr] Compiling rand_xorshift v0.1.1
[INFO] [stderr] Compiling rand_hc v0.1.0
[INFO] [stderr] Compiling rand_isaac v0.1.1
[INFO] [stderr] Compiling rand_chacha v0.1.1
[INFO] [stderr] Compiling rand_pcg v0.1.2
[INFO] [stderr] Compiling rand v0.6.5
[INFO] [stderr] Compiling quote v1.0.4
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking clap v2.33.0
[INFO] [stderr] Compiling syn v1.0.19
[INFO] [stderr] Compiling rand_os v0.1.3
[INFO] [stderr] Compiling phf_generator v0.7.24
[INFO] [stderr] Compiling phf_codegen v0.7.24
[INFO] [stderr] Compiling string_cache_codegen v0.4.4
[INFO] [stderr] Compiling selectors v0.21.0
[INFO] [stderr] Compiling string_cache v0.7.5
[INFO] [stderr] Compiling serde_json v1.0.53
[INFO] [stderr] Compiling html5ever v0.23.0
[INFO] [stderr] Compiling serde_derive v1.0.109
[INFO] [stderr] Compiling cssparser v0.25.9
[INFO] [stderr] Compiling cssparser-macros v0.3.6
[INFO] [stderr] Compiling markup5ever v0.8.1
[INFO] [stderr] Checking kuchiki v0.7.3
[INFO] [stderr] Checking htmlq v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/main.rs:48:74
[INFO] [stderr] |
[INFO] [stderr] 48 | fn select_attributes(node: &NodeRef, attributes: &[String], output: &mut io::Write) {
[INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/main.rs:133:24
[INFO] [stderr] |
[INFO] [stderr] 133 | let mut input: Box = match config.input_path.as_ref() {
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/main.rs:139:25
[INFO] [stderr] |
[INFO] [stderr] 139 | let mut output: Box = match config.output_path.as_ref() {
[INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/main.rs:48:74
[INFO] [stderr] |
[INFO] [stderr] 48 | fn select_attributes(node: &NodeRef, attributes: &[String], output: &mut io::Write) {
[INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/main.rs:133:24
[INFO] [stderr] |
[INFO] [stderr] 133 | let mut input: Box = match config.input_path.as_ref() {
[INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/main.rs:139:25
[INFO] [stderr] |
[INFO] [stderr] 139 | let mut output: Box = match config.output_path.as_ref() {
[INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write`
[INFO] [stderr]
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr]
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `"docker" "inspect" "f899e6bf744fc1a221a09569b90a0b4711a4c22b70fa9bda2d43d8057e16d707"`
[INFO] running `"docker" "rm" "-f" "f899e6bf744fc1a221a09569b90a0b4711a4c22b70fa9bda2d43d8057e16d707"`
[INFO] [stdout] f899e6bf744fc1a221a09569b90a0b4711a4c22b70fa9bda2d43d8057e16d707