[INFO] cloning repository https://github.com/wlh320/webtail
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wlh320/webtail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwlh320%2Fwebtail", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwlh320%2Fwebtail'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e22f1c460049f2cb23c439ac0bb6519ca49d6c9
[INFO] checking wlh320/webtail against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwlh320%2Fwebtail" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wlh320/webtail
[INFO] finished tweaking git repo https://github.com/wlh320/webtail
[INFO] tweaked toml for git repo https://github.com/wlh320/webtail written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wlh320/webtail on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wlh320/webtail already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 481c6e30322bbba9f07443267559174ff4f9771ad325d15c7b39df83f1109440
[INFO] running `Command { std: "docker" "start" "-a" "481c6e30322bbba9f07443267559174ff4f9771ad325d15c7b39df83f1109440", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "481c6e30322bbba9f07443267559174ff4f9771ad325d15c7b39df83f1109440", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "481c6e30322bbba9f07443267559174ff4f9771ad325d15c7b39df83f1109440", kill_on_drop: false }`
[INFO] [stdout] 481c6e30322bbba9f07443267559174ff4f9771ad325d15c7b39df83f1109440
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 584f2d7762ac3d00df370cf9405b7c6ea66a0b2b4e3264c2c46b77fdfd97b36c
[INFO] running `Command { std: "docker" "start" "-a" "584f2d7762ac3d00df370cf9405b7c6ea66a0b2b4e3264c2c46b77fdfd97b36c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling nom v6.1.2
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.6
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling bitvec v0.19.6
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]     Checking tower-layer v0.3.1
[INFO] [stderr]    Compiling askama_escape v0.10.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.2
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]     Checking filetime v0.2.15
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking humansize v1.1.1
[INFO] [stderr]     Checking http-range-header v0.3.0
[INFO] [stderr]     Checking notify v5.0.0-pre.13
[INFO] [stderr]     Checking tower-http v0.2.0
[INFO] [stderr]     Checking headers v0.3.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]     Checking sync_wrapper v0.1.1
[INFO] [stderr]     Checking matchit v0.4.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling askama_shared v0.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling clap_derive v3.0.5
[INFO] [stderr]     Checking tokio v1.15.0
[INFO] [stderr]     Checking axum-core v0.1.1
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking pin-project v1.0.10
[INFO] [stderr]     Checking tungstenite v0.16.0
[INFO] [stderr]    Compiling askama_derive v0.10.5
[INFO] [stderr]     Checking clap v3.0.5
[INFO] [stderr]     Checking serde v1.0.133
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking tokio-tungstenite v0.16.1
[INFO] [stderr]     Checking linemux v0.2.3
[INFO] [stderr]     Checking tower v0.4.11
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking axum v0.4.3
[INFO] [stderr]     Checking askama v0.10.5
[INFO] [stderr]     Checking webtail-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 12`
[INFO] running `Command { std: "docker" "inspect" "584f2d7762ac3d00df370cf9405b7c6ea66a0b2b4e3264c2c46b77fdfd97b36c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "584f2d7762ac3d00df370cf9405b7c6ea66a0b2b4e3264c2c46b77fdfd97b36c", kill_on_drop: false }`
[INFO] [stdout] 584f2d7762ac3d00df370cf9405b7c6ea66a0b2b4e3264c2c46b77fdfd97b36c
