[INFO] cloning repository https://github.com/bschwind/mqtt-broker
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bschwind/mqtt-broker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbschwind%2Fmqtt-broker"`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbschwind%2Fmqtt-broker'...
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] d24300081a75424a5ad8ea271b47960cc222719d
[INFO] checking bschwind/mqtt-broker against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbschwind%2Fmqtt-broker" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bschwind/mqtt-broker on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c
[INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/bschwind/mqtt-broker
[INFO] finished tweaking git repo https://github.com/bschwind/mqtt-broker
[INFO] tweaked toml for git repo https://github.com/bschwind/mqtt-broker written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/bschwind/mqtt-broker already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (tokio-util) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: unused manifest key: dependencies.tokio-util.verison
[INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 4cc06a59f7239dac447a5895fe026d1ea73603c9a2d9df8577e9c35f19d60d09
[INFO] running `"docker" "start" "-a" "4cc06a59f7239dac447a5895fe026d1ea73603c9a2d9df8577e9c35f19d60d09"`
[INFO] [stderr] warning: dependency (tokio-util) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: unused manifest key: dependencies.tokio-util.verison
[INFO] [stderr] Checking futures-channel v0.3.1
[INFO] [stderr] Compiling proc-macro-hack v0.5.11
[INFO] [stderr] Checking tokio v0.2.4
[INFO] [stderr] Compiling futures-macro v0.3.1
[INFO] [stderr] Checking tokio-util v0.2.0
[INFO] [stderr] Checking futures-util v0.3.1
[INFO] [stderr] Checking futures-executor v0.3.1
[INFO] [stderr] Checking futures v0.3.1
[INFO] [stderr] Checking mqtt-broker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: function is never used: `encode_variable_int`
[INFO] [stderr] --> src/parser.rs:5:4
[INFO] [stderr] |
[INFO] [stderr] 5 | fn encode_variable_int(value: u32, buf: &mut [u8]) -> usize {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `parse_string`
[INFO] [stderr] --> src/parser.rs:60:4
[INFO] [stderr] |
[INFO] [stderr] 60 | fn parse_string(bytes: &mut BytesMut) -> Result