[INFO] crate html-purifier 0.2.0 is already in cache
[INFO] checking html-purifier-0.2.0 against master#8ac1525e091d3db28e67adcbbd6db1e1deaa37fb for pr-73323
[INFO] extracting crate html-purifier 0.2.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate html-purifier 0.2.0 on toolchain 8ac1525e091d3db28e67adcbbd6db1e1deaa37fb
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate html-purifier 0.2.0
[INFO] finished tweaking crates.io crate html-purifier 0.2.0
[INFO] tweaked toml for crates.io crate html-purifier 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5ac141f477ae990de758d46938202ddcc4faec7f486afa6bb336668651259ddf
[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" "5ac141f477ae990de758d46938202ddcc4faec7f486afa6bb336668651259ddf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ac141f477ae990de758d46938202ddcc4faec7f486afa6bb336668651259ddf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ac141f477ae990de758d46938202ddcc4faec7f486afa6bb336668651259ddf", kill_on_drop: false }`
[INFO] [stdout] 5ac141f477ae990de758d46938202ddcc4faec7f486afa6bb336668651259ddf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 151be68075e9ed8c5cc658d3e7a42c424930a5b04deacef9f141dd3488cec416
[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" "151be68075e9ed8c5cc658d3e7a42c424930a5b04deacef9f141dd3488cec416", kill_on_drop: false }`
[INFO] [stderr] Compiling autocfg v0.1.7
[INFO] [stderr] Compiling rand_core v0.4.2
[INFO] [stderr] Compiling libc v0.2.72
[INFO] [stderr] Compiling proc-macro2 v1.0.18
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.34
[INFO] [stderr] Compiling siphasher v0.2.3
[INFO] [stderr] Compiling maybe-uninit v2.0.0
[INFO] [stderr] Compiling byteorder v1.3.4
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Checking dtoa v0.4.6
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Compiling memchr v2.3.3
[INFO] [stderr] Compiling encoding_rs v0.8.23
[INFO] [stderr] Checking itoa v0.4.6
[INFO] [stderr] Checking matches v0.1.8
[INFO] [stderr] Checking precomputed-hash v0.1.1
[INFO] [stderr] Checking lazycell v1.2.1
[INFO] [stderr] Checking safemem v0.3.3
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Compiling phf_shared v0.7.24
[INFO] [stderr] Checking dtoa-short v0.3.2
[INFO] [stderr] Checking log v0.4.8
[INFO] [stderr] Compiling rand_core v0.3.1
[INFO] [stderr] Compiling rand_jitter v0.1.4
[INFO] [stderr] Compiling rand_hc v0.1.0
[INFO] [stderr] Compiling rand_xorshift v0.1.1
[INFO] [stderr] Compiling rand_isaac v0.1.1
[INFO] [stderr] Checking phf v0.7.24
[INFO] [stderr] Checking smallvec v0.6.13
[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.7
[INFO] [stderr] Compiling rand_os v0.1.3
[INFO] [stderr] Checking fxhash v0.2.1
[INFO] [stderr] Compiling phf_generator v0.7.24
[INFO] [stderr] Compiling phf_codegen v0.7.24
[INFO] [stderr] Compiling selectors v0.21.0
[INFO] [stderr] Compiling cssparser v0.25.9
[INFO] [stderr] Compiling cssparser-macros v0.3.6
[INFO] [stderr] Compiling thiserror-impl v1.0.20
[INFO] [stderr] Checking thiserror v1.0.20
[INFO] [stderr] Checking lol_html v0.1.0
[INFO] [stderr] Checking html-purifier v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.27s
[INFO] running `Command { std: "docker" "inspect" "151be68075e9ed8c5cc658d3e7a42c424930a5b04deacef9f141dd3488cec416", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "151be68075e9ed8c5cc658d3e7a42c424930a5b04deacef9f141dd3488cec416", kill_on_drop: false }`
[INFO] [stdout] 151be68075e9ed8c5cc658d3e7a42c424930a5b04deacef9f141dd3488cec416