[INFO] cloning repository https://github.com/msiemens/one2html [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/msiemens/one2html" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsiemens%2Fone2html", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsiemens%2Fone2html'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed88f42b62b702a871cf4c097045b83c6914f599 [INFO] checking msiemens/one2html against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsiemens%2Fone2html" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/msiemens/one2html on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/msiemens/one2html [INFO] finished tweaking git repo https://github.com/msiemens/one2html [INFO] tweaked toml for git repo https://github.com/msiemens/one2html written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/msiemens/one2html already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--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-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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 915e727b5ca96c5ff218594c307f15c4c253c34a7e45b7039ffe2c3821f7d113 [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" "915e727b5ca96c5ff218594c307f15c4c253c34a7e45b7039ffe2c3821f7d113", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "915e727b5ca96c5ff218594c307f15c4c253c34a7e45b7039ffe2c3821f7d113", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "915e727b5ca96c5ff218594c307f15c4c253c34a7e45b7039ffe2c3821f7d113", kill_on_drop: false }` [INFO] [stdout] 915e727b5ca96c5ff218594c307f15c4c253c34a7e45b7039ffe2c3821f7d113 [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "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] a367a2619543aba98fb2792f9ea307cbb10142cc37a23d357e1498e4ba2c8891 [INFO] running `Command { std: "docker" "start" "-a" "a367a2619543aba98fb2792f9ea307cbb10142cc37a23d357e1498e4ba2c8891", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Checking gimli v0.24.0 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling askama_escape v0.10.1 [INFO] [stderr] Checking object v0.24.0 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking owo-colors v1.3.0 [INFO] [stderr] Checking rustc-demangle v0.1.19 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking widestring v0.4.3 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking sharded-slab v0.1.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Checking proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking console v0.14.1 [INFO] [stderr] Checking sanitize-filename v0.3.0 [INFO] [stderr] Checking tracing-subscriber v0.2.18 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking syn v1.0.72 [INFO] [stderr] Compiling enum-primitive-derive v0.2.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking indicatif v0.16.2 [INFO] [stderr] Checking addr2line v0.15.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking tracing-error v0.1.2 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking color-spantrace v0.1.6 [INFO] [stderr] Checking color-eyre v0.5.11 [INFO] [stderr] Checking onenote_parser v0.3.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Checking askama_shared v0.11.1 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking happylog v0.2.0 [INFO] [stderr] Compiling askama_derive v0.10.5 [INFO] [stderr] Checking askama v0.10.5 [INFO] [stderr] Checking one2html v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.68s [INFO] running `Command { std: "docker" "inspect" "a367a2619543aba98fb2792f9ea307cbb10142cc37a23d357e1498e4ba2c8891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a367a2619543aba98fb2792f9ea307cbb10142cc37a23d357e1498e4ba2c8891", kill_on_drop: false }` [INFO] [stdout] a367a2619543aba98fb2792f9ea307cbb10142cc37a23d357e1498e4ba2c8891