[INFO] cloning repository https://github.com/Benricheson101/markdown-viewer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Benricheson101/markdown-viewer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenricheson101%2Fmarkdown-viewer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenricheson101%2Fmarkdown-viewer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ce69fd268c819fdf47a3f224d39ffd401a0c7c30 [INFO] checking Benricheson101/markdown-viewer against master#7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 for pr-85387 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenricheson101%2Fmarkdown-viewer" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Benricheson101/markdown-viewer on toolchain 7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Benricheson101/markdown-viewer [INFO] finished tweaking git repo https://github.com/Benricheson101/markdown-viewer [INFO] tweaked toml for git repo https://github.com/Benricheson101/markdown-viewer written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Benricheson101/markdown-viewer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a76aecb41fc1cec7953bb437cc8b0c1f1be3603dca74b55765107ef93622f72 [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" "5a76aecb41fc1cec7953bb437cc8b0c1f1be3603dca74b55765107ef93622f72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a76aecb41fc1cec7953bb437cc8b0c1f1be3603dca74b55765107ef93622f72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a76aecb41fc1cec7953bb437cc8b0c1f1be3603dca74b55765107ef93622f72", kill_on_drop: false }` [INFO] [stdout] 5a76aecb41fc1cec7953bb437cc8b0c1f1be3603dca74b55765107ef93622f72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 881d091d6bc8816ec1ac0bb69d8f144a2d4eb129ee9e17d11aa95d9a7fd63e76 [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" "881d091d6bc8816ec1ac0bb69d8f144a2d4eb129ee9e17d11aa95d9a7fd63e76", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.70 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling strum v0.18.0 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking shell-words v1.0.0 [INFO] [stderr] Checking typed-arena v1.7.0 [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Compiling nfd v0.0.4 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking javascriptcore-rs-sys v0.2.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking twoway v0.2.1 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Compiling webkit2gtk-sys v0.12.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Compiling webview-sys v0.6.2 [INFO] [stderr] Compiling tinyfiledialogs v3.3.10 [INFO] [stderr] Checking notify v4.0.16 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking regex v1.4.6 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking comrak v0.10.0 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling system-deps v1.3.2 [INFO] [stderr] Compiling glib-sys v0.10.1 [INFO] [stderr] Compiling gobject-sys v0.10.0 [INFO] [stderr] Compiling gio-sys v0.10.1 [INFO] [stderr] Compiling pango-sys v0.10.0 [INFO] [stderr] Compiling cairo-sys-rs v0.10.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.10.0 [INFO] [stderr] Compiling gdk-sys v0.10.0 [INFO] [stderr] Compiling atk-sys v0.10.0 [INFO] [stderr] Compiling soup-sys v0.10.0 [INFO] [stderr] Compiling gtk-sys v0.10.0 [INFO] [stderr] Checking web-view v0.7.3 [INFO] [stderr] Checking markdown-viewer v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `Command { std: "docker" "inspect" "881d091d6bc8816ec1ac0bb69d8f144a2d4eb129ee9e17d11aa95d9a7fd63e76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "881d091d6bc8816ec1ac0bb69d8f144a2d4eb129ee9e17d11aa95d9a7fd63e76", kill_on_drop: false }` [INFO] [stdout] 881d091d6bc8816ec1ac0bb69d8f144a2d4eb129ee9e17d11aa95d9a7fd63e76